Skip to content

Commit

Permalink
Version 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
MircoBabin committed Jun 23, 2023
1 parent 8626d06 commit 680d7d4
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# GitNoob changelog

## Version 1.20
* Add: show git reference log.
* Add: delete of undeletion tag.
* Add: toilet option to put current changes in a deleted branch, so they can also be undeleted.
* Add: start git gui and workspace upon rebase/merge conflicts.
* Fix: before rebase create a undelete tag.
* Fix: change branch in detached head mode.
* Add: touch-timestamp-of-commits-before-merge setting

## Version 1.19
* Fix: several hints and explanations.
* Add: dividers in choose project screen.
Expand Down
Binary file removed assets/Release/GitNoob-1.19-debugpack.zip
Binary file not shown.
Binary file removed assets/Release/GitNoob-1.19.zip
Binary file not shown.
Binary file added assets/Release/GitNoob-1.20-debugpack.zip
Binary file not shown.
Binary file added assets/Release/GitNoob-1.20.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/Release/release.download.zip.url-location
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/MircoBabin/GitNoob/releases/download/1.19/GitNoob-1.19.zip
https://github.com/MircoBabin/GitNoob/releases/download/1.20/GitNoob-1.20.zip
4 changes: 2 additions & 2 deletions src/GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,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.19")]
[assembly: AssemblyFileVersion("1.19")]
[assembly: AssemblyVersion("1.20")]
[assembly: AssemblyFileVersion("1.20")]

0 comments on commit 680d7d4

Please sign in to comment.