Skip to content

Commit

Permalink
Version 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
MircoBabin committed Apr 5, 2024
1 parent 8fd9f52 commit 04ea77b
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# GitNoob changelog

## Version 1.24
* Add: create a new branch on a specific commit-id.
* Add: edit GitNoob project configuration file.
* Fix: automatic create temporary commit, if necessary, when changing branch.
* Fix: php.exe already present in Windows global path.

## Version 1.23
* Add: option to start DOS Prompt when a merge, rebase, cherry pick conflict arises.
* Add: Edit GitNoob root configuration file.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ GitNoob solves the following problems:
- Deleting a branch. With the safety first feature to also undelete the deleted branch.
- Flushing all your current changes down the toilet. To be able to start over, continue with a clean slate.
- When having committed to the wrong branch (e.g. the main branch) provide a remedy to move the commits to a new branch.
- Prevent git disaster from happening when: in detached head state, inside rebase, inside merge, having working tree changes, having staged uncommitted files.
- Prevent git disaster from happening when: in detached head state, inside rebase, inside merge, inside cherry-picking, inside reverting, having working tree changes, having staged uncommitted files.
- When using [Git Credentials via KeePassCommander](https://github.com/MircoBabin/GitCredentialsViaKeePassCommander) ensure KeePass is started.
- Starting a dosprompt. Also with the "as administrator" option.
- Starting an explorer.
Expand Down
Binary file removed assets/Release/GitNoob-1.23.zip
Binary file not shown.
Binary file not shown.
Binary file added assets/Release/GitNoob-1.24.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.23/GitNoob-1.23.zip
https://github.com/MircoBabin/GitNoob/releases/download/1.24/GitNoob-1.24.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.23")]
[assembly: AssemblyFileVersion("1.23")]
[assembly: AssemblyVersion("1.24")]
[assembly: AssemblyFileVersion("1.24")]

0 comments on commit 04ea77b

Please sign in to comment.