Skip to content

Releases: yurenchen000/cloud-clipboard

go-1.2.0

08 Dec 18:58
Compare
Choose a tag to compare
  • merge ui change:
    • compact ui: input dialog in #1
    • primary color picker in #3
    • i18n english in #4
    • strip legacy js
  • go server change:
    • add http compress (br,gzip,zstd) support
    • add webp thumbnail support
    • build -tags embed

Full Changelog: go-1.1.1...go-1.2.0

go-1.1.4

08 Dec 18:07
cc5b9aa
Compare
Choose a tag to compare
go-1.1.4 Pre-release
Pre-release

What's Changed

Full Changelog: go-1.1.3...go-1.1.4

go-1.1.3

08 Dec 15:40
Compare
Choose a tag to compare
go-1.1.3 Pre-release
Pre-release

What's Changed

Full Changelog: go-1.1.2...go-1.1.3

go-1.1.2

08 Dec 14:49
Compare
Choose a tag to compare
go-1.1.2 Pre-release
Pre-release
  • 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

08 Dec 14:37
Compare
Choose a tag to compare
go-1.1.1 Pre-release
Pre-release
  • build tag embed

Full Changelog: go-1.0.5...go-1.1.1

go-1.1.0

09 Nov 17:27
Compare
Choose a tag to compare
  • 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
  • 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

09 Nov 17:16
Compare
Choose a tag to compare
go-1.0.5 Pre-release
Pre-release

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

09 Nov 17:01
Compare
Choose a tag to compare
go-1.0.4 Pre-release
Pre-release

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

09 Nov 15:47
Compare
Choose a tag to compare
go-1.0.3 Pre-release
Pre-release

//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

04 Nov 19:49
Compare
Choose a tag to compare
  • 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