Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos committed Nov 1, 2018
1 parent 667f9e7 commit fb73984
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 64 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.8] - 2018-10-32

## [0.8g beta] - 2018-11-1
### Added
- Added french translation thanks to Leo

### Changed
- now the WU setting is always available, and it not ato set when chagrin AU blocking options.


## [0.8] - 2018-10-23
### Fixed
- issue when uninstalling updates

Expand Down
4 changes: 2 additions & 2 deletions wumgr/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
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.0")]
[assembly: AssemblyFileVersion("0.8.0")]
[assembly: AssemblyVersion("0.8.7")]
[assembly: AssemblyFileVersion("0.8.7")]
120 changes: 60 additions & 60 deletions wumgr/WuMgr.Designer.cs

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

5 changes: 4 additions & 1 deletion wumgr/WuMgr.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1145,13 +1145,16 @@ private void chkBlockMS_CheckedChanged(object sender, EventArgs e)

private void chkDisableAU_CheckedChanged(object sender, EventArgs e)
{
if (chkDisableAU.Checked)
/*if (chkDisableAU.Checked)
{
chkHideWU.Checked = true;
chkHideWU.Enabled = false;
}
else
{
chkHideWU.Checked = false;
chkHideWU.Enabled = true;
}*/

if (mSuspendUpdate)
return;
Expand Down

0 comments on commit fb73984

Please sign in to comment.