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

Commit

Permalink
Version 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JKAnderson committed Apr 1, 2018
1 parent 0c149c4 commit 26373ea
Show file tree
Hide file tree
Showing 3 changed files with 13 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.3")]
[assembly: AssemblyFileVersion("1.3")]
[assembly: AssemblyVersion("1.4.*")]
[assembly: AssemblyFileVersion("1.4")]
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.4
* HP can now be edited
* Added option to store and restore HP along with position (ur welcome Milt :V)
* Fixed missing bonfire ID for Seath's prison (again)

### 1.3
* Hotkeys can be globally enabled or disabled
* Hotkeys can be passed to the game as well or not
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@

--| DS Gadget 1.3
--| DS Gadget 1.4
--| 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.4
HP can now be edited
Added option to store and restore HP along with position (ur welcome Milt :V)
Fixed missing bonfire ID for Seath's prison (again)

1.3
Hotkeys can be globally enabled or disabled
Hotkeys can be passed to the game as well or not
Expand Down

0 comments on commit 26373ea

Please sign in to comment.