diff --git a/CHANGELOG.md b/CHANGELOG.md index 372ced39..73bcca1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/backend/version/version.go b/backend/version/version.go index 7cfa1c76..8229781c 100644 --- a/backend/version/version.go +++ b/backend/version/version.go @@ -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)" )