diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index 6e1b9cb..df4dda4 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -108,7 +108,7 @@ private void MenuItem_Click(object sender, RoutedEventArgs e) private void MenuItem_Click_About(object sender, RoutedEventArgs e) { - MessageBox.Show("TFT Information Overlay V" + CurrentVersion + " by J2GKaze/Jinsoku#4019\n\nDM me on Discord if you have any questions\n\nLast Updated: July 24th, 2019 @ 4:25 PST", "About"); + MessageBox.Show("TFT Information Overlay V" + CurrentVersion + " by J2GKaze/Jinsoku#4019\n\nDM me on Discord if you have any questions\n\nLast Updated: July 28th, 2019 @ 10:04 PST", "About"); } private void MenuItem_Click_Credits(object sender, RoutedEventArgs e) diff --git a/README.md b/README.md index 45b8951..6054d7e 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,12 @@ # TFT Overlay by J2GKaze (Discord: Jinsoku#4019) [TFT Discord Server link](https://discord.gg/KHMCRJA) -`7.1.2019 @ 2:13PM PST: Working on a huge update for the overlay ` - -`7.2.2019 @ 5:18AM PST: Code cleanup then will implement Design + Champions section` - -`7.7.2019 @ 9:20PM PST: Apologies for the slow updates, was pretty much vacation week. Should ramp up again soon.` - `7.14.2019 @ 2:56PM PST: Trying to add/fix multiple things at once seems to be slowing things down a bit. Once I finish everything I'm working on, I'll most likely stick to working on something 1 at a time. Also for people working on Localization, there are more strings you can copy from ItemStrings.xaml. `7.16.2019 @ 8:55PM PST: Going to be slow for just a tiny bit longer, then I can spend hours coding again. Remember to DM me on discord or post an issue here with any feedback you may have. +`7.28.2019 @ 10PM PST: The Horizontal Bars (Opacity and Orange bar) will be changed. This is temporary until I get draggable tabs to work. + ## How to use: - [Download TFT Overlay](https://github.com/Just2good/TFT-Overlay/releases/) - Extract the file and run `TFT Overlay.exe` @@ -22,6 +18,12 @@ - [Click Here for instructions](https://github.com/Just2good/TFT-Overlay/blob/master/Localization.md) ## Version History +- **7.28.2019** + -[2.0.3](https://github.com/Just2good/TFT-Overlay/releases/tag/V2.0.3) + - Added + - effects + - Fixed Program not showing in task bar + - Updated Item Descriptions + Updated it-IT + - **7.24.2019** -[2.0.2](https://github.com/Just2good/TFT-Overlay/releases/tag/V2.0.2) - Fixed really dumb auto updater diff --git a/Utilities/Version.cs b/Utilities/Version.cs index d282972..7cdf092 100644 --- a/Utilities/Version.cs +++ b/Utilities/Version.cs @@ -2,6 +2,6 @@ { class Version { - public static string version = "2.0.2"; + public static string version = "2.0.3"; } } diff --git a/Version.cs b/Version.cs index 3af08ea..6fe72da 100644 --- a/Version.cs +++ b/Version.cs @@ -2,6 +2,6 @@ { class Version { - public static string version = "2.0.2"; + public static string version = "2.0.3"; } }