cryptgeon/CHANGELOG.md

129 lines
1.6 KiB
Markdown
Raw Normal View History

2021-05-02 13:54:27 +00:00
# Changelog
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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2021-12-20 16:54:17 +00:00
## [1.3.0] - 2021-12-20
### Added
- Option to set a custom size limit.
### Changed
- Use pnpm instead of npm.
2021-11-11 12:37:21 +00:00
## [1.2.0] - 2021-11-11
### Changed
2021-12-20 16:54:17 +00:00
- Switch to pnpm.
2021-11-11 12:37:21 +00:00
### Security
2021-12-20 16:54:17 +00:00
- Dependencies updated.
2021-11-11 12:37:21 +00:00
2021-05-17 07:45:01 +00:00
## [1.1.1] - 2021-05-17
### Fixed
2021-12-20 16:54:17 +00:00
- Height on big displays.
- About page.
2021-05-17 07:45:01 +00:00
2021-05-16 09:16:25 +00:00
## [1.1.0] - 2021-05-16
### Security
2021-12-20 16:54:17 +00:00
- Using hash `#` instead of path.
2021-05-16 09:16:25 +00:00
2021-05-08 19:47:13 +00:00
## [1.0.11] - 2021-05-08
### Added
2021-12-20 16:54:17 +00:00
- loading text.
- description for created notes about availability.
2021-05-08 19:47:13 +00:00
### Changed
2021-12-20 16:54:17 +00:00
- iterations from 100 to 100k.
2021-05-08 19:47:13 +00:00
### Fixed
2021-12-20 16:54:17 +00:00
- time based view bug.
2021-05-08 19:47:13 +00:00
2021-05-08 08:34:18 +00:00
## [1.0.10] - 2021-05-08
2021-05-08 08:17:20 +00:00
### Fixed
2021-12-20 16:54:17 +00:00
- API endpoint was not reachable.
2021-05-08 08:17:20 +00:00
2021-05-07 12:12:23 +00:00
## [1.0.9] - 2021-05-07
## Changed
2021-12-20 16:54:17 +00:00
- Removed a dependency.
2021-05-07 12:12:23 +00:00
2021-05-05 08:44:38 +00:00
## [1.0.8] - 2021-05-05
### Added
2021-12-20 16:54:17 +00:00
- Manual theme override option.
2021-05-05 08:44:38 +00:00
### Fixed
2021-12-20 16:54:17 +00:00
- Removed Arm builds for now.
- iOS style bugs.
2021-05-05 08:44:38 +00:00
## [1.0.7] - 2021-05-04
### Added
2021-12-20 16:54:17 +00:00
- Arm images.
2021-05-05 08:44:38 +00:00
2021-05-03 10:21:44 +00:00
## [1.0.6] - 2021-05-04
### Added
2021-12-20 16:54:17 +00:00
- Always use encryption with random passwords included links.
2021-05-03 10:21:44 +00:00
2021-05-03 09:26:04 +00:00
## [1.0.5] - 2021-05-03
### Fixed
2021-12-20 16:54:17 +00:00
- Typos.
2021-05-03 09:26:04 +00:00
2021-05-02 16:52:35 +00:00
## [1.0.4] - 2021-05-02
### Added
2021-12-20 16:54:17 +00:00
- From scratch docker image.
2021-05-02 16:52:35 +00:00
2021-05-02 16:28:46 +00:00
## [1.0.3] - 2021-05-02
### Fixed
2021-12-20 16:54:17 +00:00
- Higher default text area.
- Mobile touchups.
2021-05-02 16:28:46 +00:00
2021-05-02 14:25:11 +00:00
## [1.0.2] - 2021-05-02
### Fixed
2021-12-20 16:54:17 +00:00
- SVG Icons.
2021-05-02 14:25:11 +00:00
2021-05-02 13:54:27 +00:00
## [1.0.1] - 2021-05-02
### Added
2021-12-20 16:54:17 +00:00
- Dark mode support.
2021-05-02 13:54:27 +00:00
### Fixed
2021-12-20 16:54:17 +00:00
- Don't reload data on wrong password.
2021-05-02 13:54:27 +00:00
## [1.0.0] - 2021-05-02
2021-12-20 16:54:17 +00:00
Initial release.