Skip to content

Releases: Luzifer/ots

v1.12.0

24 Jan 19:24
v1.12.0
e8f289e
Compare
Choose a tag to compare
  • Improvements

    • [#159] Add version-command for ots-cli
    • [#160] Add auto-resizing textareas
    • [#160] Add hover tooltips for buttons
    • [#160] Make success indicator more clear
    • Use OCI Label defaults on Docker images (#145)
  • Bugfixes

    • Update dependencies
  • Translations

v1.11.1

12 Dec 22:27
v1.11.1
47a7a68
Compare
Choose a tag to compare
  • Bugfixes
    • [#158] Disable Vue Devtools in release builds

v1.11.0

10 Dec 12:37
v1.11.0
0ca6e4f
Compare
Choose a tag to compare
  • Improvements

    • [#148] Make secret optional when files are attached (#150)
    • [#149] Make attachments stand out more (#152)
    • [#154] Add debug logging for rejected attachment types & strip meta-info from mime-type (#155)
    • [#154] Improve UX for rejected / allowed files
  • Bugfixes

    • [client] Fix wrong method when creating secrets
    • Fix: Baked in version-string empty in build-local
    • Update dependencies
  • Translations

    • Add tool to update translations in PRs
    • Update Chinese translations (#151) (Thanks @YongJie-Xie)

v1.10.0

11 Nov 13:21
v1.10.0
a71563b
Compare
Choose a tag to compare
  • New Features

    • Add server side check for maximum secret size
    • Implement metrics collection for API server (#143)
  • Improvements

    • Add frontend check for invalid attached files (#139)
    • Implement attachment checking in CLI (#141)
  • Bugfixes

    • Fix: Clean error on component navigation
    • [CI] Fix: npm@latest cannot run with Node 18
  • Translations

v1.9.2

18 Oct 13:36
v1.9.2
3651636
Compare
Choose a tag to compare
  • Add basic-auth / header addition to OTS-CLI
  • Fix: Remove path from filename if given

v1.9.1

17 Oct 23:37
v1.9.1
5c615fb
Compare
Choose a tag to compare
  • Fix: Customize to disable powered by was ignored

v1.9.0

16 Oct 16:35
v1.9.0
9feecf3
Compare
Choose a tag to compare

Important

This release switches from Bootstrap-Vue (Bootstrap v4) to Bootstrap v5.3. In case you are using a custom theme / style you need to adjust your theme to the new version.

  • New Features

    • Implement Binary File Attachments (#116)
    • Implement OTS-CLI utility (#117)
  • Improvements

    • Fix some linter errors, use blob URL for download
    • Port frontend to Bootstrap 5.3, split components
  • Bugfixes

    • Build Docker image in production mode
    • Update dependencies
  • Translations

v1.8.0

29 Aug 12:24
v1.8.0
69c2b09
Compare
Choose a tag to compare

v1.7.1

25 Aug 12:00
v1.7.1
2ecd795
Compare
Choose a tag to compare
  • Fix: Encode data for download
  • [ci] Add local build target

v1.7.0

13 Aug 10:04
v1.7.0
4f48a88
Compare
Choose a tag to compare
  • [#110] Add interaction buttons for displayed secret (#111)