diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a0c39e..61d246f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +- Break upload page into pending/current/complete sections +- Add preview thumbnails for each upload +- Add feature to hold an image for upload, so the user can + choose to upload it or not + ## [v0.11.2] - 2021-10-19 - Really fix the bug where too large attachments keep retrying diff --git a/version/version.go b/version/version.go index d831d80..ece417b 100644 --- a/version/version.go +++ b/version/version.go @@ -7,7 +7,7 @@ import ( "golang.org/x/mod/semver" ) -const CurrentVersion string = "v0.11.2" +const CurrentVersion string = "v0.12.0" func NewVersionAvailable(v string) bool { if !semver.IsValid(CurrentVersion) {