updated changelog
This commit is contained in:
parent
006e8c18e3
commit
6346e3435b
|
@ -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.
|
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
|
## v0.1.2
|
||||||
|
|
||||||
- Updated UI to use search features better
|
- Updated UI to use search features better
|
||||||
|
|
|
@ -2,7 +2,7 @@ package version
|
||||||
|
|
||||||
var (
|
var (
|
||||||
// Version is the current File Browser version.
|
// Version is the current File Browser version.
|
||||||
Version = "(0.1.2)"
|
Version = "(0.1.3)"
|
||||||
// CommitSHA is the commmit sha.
|
// CommitSHA is the commmit sha.
|
||||||
CommitSHA = "(unknown)"
|
CommitSHA = "(unknown)"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue