changelog

This commit is contained in:
cupcakearmy 2021-12-20 17:54:17 +01:00
parent a040ad469e
commit d0f83e6148
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 34 additions and 24 deletions

View File

@ -5,114 +5,124 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.3.0] - 2021-12-20
### Added
- Option to set a custom size limit.
### Changed
- Use pnpm instead of npm.
## [1.2.0] - 2021-11-11 ## [1.2.0] - 2021-11-11
### Changed ### Changed
- Switch to pnpm - Switch to pnpm.
### Security ### Security
- Dependencies updated - Dependencies updated.
## [1.1.1] - 2021-05-17 ## [1.1.1] - 2021-05-17
### Fixed ### Fixed
- Height on big displays - Height on big displays.
- About page - About page.
## [1.1.0] - 2021-05-16 ## [1.1.0] - 2021-05-16
### Security ### Security
- Using hash `#` instead of path - Using hash `#` instead of path.
## [1.0.11] - 2021-05-08 ## [1.0.11] - 2021-05-08
### Added ### Added
- loading text - loading text.
- description for created notes about availability - description for created notes about availability.
### Changed ### Changed
- iterations from 100 to 100k - iterations from 100 to 100k.
### Fixed ### Fixed
- time based view bug - time based view bug.
## [1.0.10] - 2021-05-08 ## [1.0.10] - 2021-05-08
### Fixed ### Fixed
- API endpoint was not reachable - API endpoint was not reachable.
## [1.0.9] - 2021-05-07 ## [1.0.9] - 2021-05-07
## Changed ## Changed
- Removed a dependency - Removed a dependency.
## [1.0.8] - 2021-05-05 ## [1.0.8] - 2021-05-05
### Added ### Added
- Manual theme override option - Manual theme override option.
### Fixed ### Fixed
- Removed Arm builds for now - Removed Arm builds for now.
- iOS style bugs - iOS style bugs.
## [1.0.7] - 2021-05-04 ## [1.0.7] - 2021-05-04
### Added ### Added
- Arm images - Arm images.
## [1.0.6] - 2021-05-04 ## [1.0.6] - 2021-05-04
### Added ### Added
- Always use encryption with random passwords included links - Always use encryption with random passwords included links.
## [1.0.5] - 2021-05-03 ## [1.0.5] - 2021-05-03
### Fixed ### Fixed
- Typos - Typos.
## [1.0.4] - 2021-05-02 ## [1.0.4] - 2021-05-02
### Added ### Added
- From scratch docker image - From scratch docker image.
## [1.0.3] - 2021-05-02 ## [1.0.3] - 2021-05-02
### Fixed ### Fixed
- Higher default text area - Higher default text area.
- Mobile touchups - Mobile touchups.
## [1.0.2] - 2021-05-02 ## [1.0.2] - 2021-05-02
### Fixed ### Fixed
- SVG Icons - SVG Icons.
## [1.0.1] - 2021-05-02 ## [1.0.1] - 2021-05-02
### Added ### Added
- Dark mode support - Dark mode support.
### Fixed ### Fixed
- Don't reload data on wrong password - Don't reload data on wrong password.
## [1.0.0] - 2021-05-02 ## [1.0.0] - 2021-05-02
Initial release Initial release.