Skip to content

Releases: Noxtal/souvenir

souvenir v0.2.0

01 Nov 01:48
Compare
Choose a tag to compare
souvenir v0.2.0 Pre-release
Pre-release

Minor patch update including:

  • Version naming change in the command line
  • Making the browser opening optional so it will not cause any crashes anymore
  • Unable the user to create, update, or fetch an empty service
  • Making the top logo unclickable
  • Removed the copyright sign in the footer since Go is licensed as Creative Commons

souvenir v0.1.0

27 Oct 21:33
Compare
Choose a tag to compare
souvenir v0.1.0 Pre-release
Pre-release

souvenir v0.1.0

First official release, including this first set of features:

  • Built-in web server
  • Entirely local (no internet connection required)
  • Clean user-friendly interface
  • No choice but dark theme
  • AES-256 encryption (with pkcs7 padding)
  • bcrypt hashing time optimization to limit brute-force attacks
  • Secure session tokens using crypto/rand
  • Efficient API routing using gorilla/mux

Tested on Windows 11 22H2 and its corresponding WSL (with xdg-utils installed)