updated changelog

This commit is contained in:
Graham Steffaniak 2023-07-22 23:33:43 -05:00
parent 006e8c18e3
commit 6346e3435b
2 changed files with 10 additions and 1 deletions

View File

@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## v0.1.2
- improved styling, colors, transparency, blur
- made sidebar hidden on desktop as well
- simplified navbar to be three buttons
- open menu
- search
- toggle view
- moved every config to the configfile
## v0.1.2
- Updated UI to use search features better

View File

@ -2,7 +2,7 @@ package version
var (
// Version is the current File Browser version.
Version = "(0.1.2)"
Version = "(0.1.3)"
// CommitSHA is the commmit sha.
CommitSHA = "(unknown)"
)