Skip to content

Commit

Permalink
V2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Just2good committed Jul 29, 2019
1 parent c39a4d4 commit d08ce33
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Utilities/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
class Version
{
public static string version = "2.0.2";
public static string version = "2.0.3";
}
}
2 changes: 1 addition & 1 deletion Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
class Version
{
public static string version = "2.0.2";
public static string version = "2.0.3";
}
}

0 comments on commit d08ce33

Please sign in to comment.