Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Changelog 1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Belim committed Jan 13, 2022
1 parent b196c38 commit 7b4b8df
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 11 deletions.
7 changes: 5 additions & 2 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@

- Added description attribute to Packages module. Thanks to https://github.com/oleksis
- Redesigned Automation module aka PowerUI and added categories section
- Redesigned Automation module aka PowerUI
- Added categories section to Automation module
- Fixed a UI bug that could cause the buttons in the Packages and Automation module to be hidden
- Redirected plugins link to ../ThisIsWin11/collections
- Redirected plugins to ../ThisIsWin11/collections
- Added codename Ganymede to release
- Added Files app to packages
- Added new script to Automation module to download and run MSEdgeRedirect utility
- Minor fixes


Expand Down
4 changes: 2 additions & 2 deletions src/TIW11/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0")]
[assembly: AssemblyFileVersion("1.1.0")]
[assembly: AssemblyVersion("1.1.10")]
[assembly: AssemblyFileVersion("1.1.10")]
14 changes: 7 additions & 7 deletions src/TIW11/Views/AutomateWindow.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions src/TIW11/Views/AutomateWindow.resx
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,15 @@
<metadata name="menuAutomate.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>21, 17</value>
</metadata>
<data name="rtbPS.Text" xml:space="preserve">
<value>{Hello World}

###Follow this project on GitHub.
Start-Process "https://github.com/builtbybel/ThisIsWin11"

[System.Windows.Forms.MessageBox]::Show("Thank you for supporting ThisIsWin11.","Builtbybel",0)

###Requires -RunSilent
</value>
</data>
</root>

0 comments on commit 7b4b8df

Please sign in to comment.