Update changelog and bump version for this next release.
This commit is contained in:
parent
2042c7520d
commit
1228920004
@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [v0.11.2] - 2021-10-19
|
||||||
|
|
||||||
- Really fix the bug where too large attachments keep retrying
|
- Really fix the bug where too large attachments keep retrying
|
||||||
|
@ -7,7 +7,7 @@ import (
|
|||||||
"golang.org/x/mod/semver"
|
"golang.org/x/mod/semver"
|
||||||
)
|
)
|
||||||
|
|
||||||
const CurrentVersion string = "v0.11.2"
|
const CurrentVersion string = "v0.12.0"
|
||||||
|
|
||||||
func NewVersionAvailable(v string) bool {
|
func NewVersionAvailable(v string) bool {
|
||||||
if !semver.IsValid(CurrentVersion) {
|
if !semver.IsValid(CurrentVersion) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user