Releases: yurenchen000/cloud-clipboard
Releases · yurenchen000/cloud-clipboard
go-1.2.0
go-1.1.4
What's Changed
- merge UI change: i18n english by @yurenchen000 in #4
Full Changelog: go-1.1.3...go-1.1.4
go-1.1.3
What's Changed
- merge ui change: Input dialog by @yurenchen000 in #1
- merge ui change: primary color picker by @yurenchen000 in #3
- strip legacy js
Full Changelog: go-1.1.2...go-1.1.3
go-1.1.2
- fix build static with tag
- add http compress support
- add webp thumbnail support
Full Changelog: go-1.1.1...go-1.1.2
go-1.1.1
- build tag embed
Full Changelog: go-1.0.5...go-1.1.1
go-1.1.0
-
feat: embed static into go binary
- add
-static
cli arg for external static - add
-extact
cli arg for builtin static extract (if you want edit static) - trim static files
- add
-
feat: auto create config.json, history.json, uploads/ if not exist
-
fix: ws nil exception
Full Changelog: go-1.0.2...go-1.1.0
go-1.0.5
test build
- add
-extact
cli arg for builtin static extract (if you want edit static)
Full Changelog: go-1.0.4...go-1.0.5
go-1.0.4
test build
- embed static into go binary
- trim static files
- add
-static
cli arg for external static
Full Changelog: go-1.0.3...go-1.0.4
go-1.0.3
//test build
- build static
- auto create config.json, history.json, uploads/ if not exist
- fix ws nil exception
- improve go.mod
Full Changelog: go-1.0.2...go-1.0.3
go-1.0.2
- fix concurrent-safe of post id
- add version print (from ReadBuildInfo)
improve github action (version from git tags)
Full Changelog: go-1.0.1...go-1.0.2