Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
Version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JKAnderson committed Mar 31, 2018
1 parent 18d2bbf commit 3c6da7e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DS Gadget/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.*")]
[assembly: AssemblyFileVersion("1.2")]
[assembly: AssemblyVersion("1.3.*")]
[assembly: AssemblyFileVersion("1.3")]
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ A multi-purpose testing tool for Dark Souls 1. This program is only compatible w
Requires [.NET 4.6.2](https://www.microsoft.com/net/download/thank-you/net462)

# Changelog
### 1.3
* Hotkeys can be globally enabled or disabled
* Hotkeys can be passed to the game as well or not
* Hotkeys can be unbound with escape
* Cheats have tooltips now
* Fixed filter turning on when you close the app

### 1.2
* Permanent changes are now cleaned up on app exit; quit out to clear the rest
* App indicates if there's an update available
Expand Down
9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@

--| DS Gadget 1.2
--| DS Gadget 1.3
--| https://github.com/JKAnderson/DS-Gadget

A multi-purpose testing tool for Dark Souls 1. This program is only compatible with the current Steam version of DS1.
Requires .NET 4.6.2: https://www.microsoft.com/net/download/thank-you/net462

--| Changelog

1.3
Hotkeys can be globally enabled or disabled
Hotkeys can be passed to the game as well or not
Hotkeys can be unbound with escape
Cheats have tooltips now
Fixed filter turning on when you close the app

1.2
Permanent changes are now cleaned up on app exit; quit out to clear the rest
App indicates if there's an update available
Expand Down

0 comments on commit 3c6da7e

Please sign in to comment.