prepare release v1.3.0

This commit is contained in:
Knut Ahlers 2023-06-24 13:02:43 +02:00
parent 5b84a22fa9
commit fbf127b654
No known key found for this signature in database
GPG Key ID: D91C3E91E4CAD6F5

View File

@ -1,3 +1,15 @@
# 1.3.0 / 2023-06-24
* New Features
* [#91] Add Copy-to-Clipboard button to secret URL
* [#92] Add detection for write-disabled instances
* Add Turkish language (thanks to @vehbiyilmaz)
* Improvements
* Implement proper tool to manage translations
* Improve README readability
* Mitigate possible XSS through `unsafe-inline` script CSP
# 1.2.0 / 2023-06-14
* Improvements
@ -6,7 +18,6 @@
* Bugfixes
* [#89] Fix error handling of `fetch` API
# 1.1.0 / 2023-06-14
* New Features