Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos committed Dec 6, 2018
1 parent 71ec8b9 commit 6b49fb2
Show file tree
Hide file tree
Showing 5 changed files with 242 additions and 86 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,21 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.9a] - 2018-12-06
### Added
- Added Japanese translation thx @Rukoto
- Added Polish translation thx @Filemon
- added select all checkbox

### Fixed
- Fixed auto update crash issue
- date formating in last searche for rupdate log
- fixed date and size sorting issue in columns

### Changed
- now ctrl+f sets cursot to the searhc box
- improved sorting, now sort order can be reversed by clicking agina on the column


## [0.8g beta] - 2018-11-1
### Added
Expand Down
4 changes: 2 additions & 2 deletions wumgr/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.8.7")]
[assembly: AssemblyFileVersion("0.8.7")]
[assembly: AssemblyVersion("0.9.1")]
[assembly: AssemblyFileVersion("0.9.1")]
4 changes: 4 additions & 0 deletions wumgr/Translate.cs
Expand Up @@ -127,6 +127,10 @@ static public void Load(string lang = "")
mStrings.Add("lbl_store", "Disable Store Auto Update");
mStrings.Add("lbl_drv", "Include Drivers");
mStrings.Add("msg_disable_au", "For the new configuration to fully take effect a reboot is required.");
mStrings.Add("lbl_all", "Select All");
mStrings.Add("lbl_group", "Group Updates");
mStrings.Add("lbl_patreon", "Support WuMgr on Patreon");
mStrings.Add("lbl_github", "Visit WuMgr on GitHub");

string langINI = Program.appPath + @"\Translation.ini";

Expand Down
181 changes: 116 additions & 65 deletions wumgr/WuMgr.Designer.cs

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

0 comments on commit 6b49fb2

Please sign in to comment.