Skip to content
This repository has been archived by the owner on Sep 12, 2021. It is now read-only.

Commit

Permalink
Fix spelling msiatke in changelog and correct MacOS zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Feb 20, 2020
1 parent 1c69bd0 commit 3bf0c24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 0.4.0 - Second beta
- The password inside the password entry is now cleared from memory after login.
- Internal optimization to reduce draw calls when showing exercises directly on start.
- Improved imput checking in password changer to avoid changing password to an invalid password.
- Improved input checking in password changer to avoid changing password to an invalid password.
- Fixed a lot of potential security issues reported by [gosec](https://github.com/securego/gosec).
- Settings page is now separated in to groups for better clarity.
- Make the settings scrollable on smaller screens.
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cd build/

# Lastly we want to compress all the binaries.
tar -cJf sparta-linux-amd64.tar.gz sparta-linux-amd64
zip sparta-darwin-amd64.zip Sparta.app
zip -r sparta-darwin-amd64.zip Sparta.app
zip sparta-windows-amd64.zip sparta-windows-amd64.exe

# Final cleanup in the build folder.
Expand Down

0 comments on commit 3bf0c24

Please sign in to comment.