Skip to content

Commit

Permalink
Probably the most important update ever
Browse files Browse the repository at this point in the history
  • Loading branch information
hellzerg committed Dec 22, 2017
1 parent 94d4097 commit 2a97013
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## [3.7] - UNRELEASED
## [3.7] - 2017-12-22
- Every option can now be reverted back (toggles, finally)
- Apply All button removed in favor of toggles
- Added Enable Dark Theme toggle for Windows 10
Expand Down
31 changes: 19 additions & 12 deletions Optimizer/InfoForm.Designer.cs

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

2 changes: 1 addition & 1 deletion Optimizer/InfoForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public InfoForm(string info)
InitializeComponent();
Options.ApplyTheme(this);

msg.Text = info;
txtInfo.Text = info;
}

private void btnOK_Click(object sender, EventArgs e)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ https://github.com/hellzerg/optimizer/releases

## Details: ##

* Latest version: 3.6
* Released: December 11, 2017
* Latest version: 3.7
* Released: December 22, 2017

0 comments on commit 2a97013

Please sign in to comment.