cryptgeon/CHANGELOG.md

330 lines
4.4 KiB
Markdown
Raw Permalink Normal View History

2021-05-02 15:54:27 +02: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).
2023-11-01 15:26:20 +01:00
## [2.4.0] - 2023-11-01
### Changed
- Removed HTML sanitation, display the original message as string
- Links are now displayed under the note in a separate section
2023-06-23 10:16:28 +02:00
## [2.3.1] - 2023-06-23
### Added
- #92: Endpoint (`/api/live/`) for checking health status.
2023-05-30 09:43:31 +02:00
## [2.3.0] - 2023-05-30
2023-05-29 16:34:59 +02:00
### Added
2023-05-29 16:34:59 +02:00
- New CLI 🎉.
- Russian language.
2023-05-30 09:43:31 +02:00
- Option for reducing note id size (`ID_LENGTH`).
2023-05-29 16:34:59 +02:00
### Changed
2023-05-29 16:34:59 +02:00
- Moved to monorepo.
2023-01-13 21:24:27 +01:00
### Changed
- Default port is now 8000, not 5000.
- Moved to generic encryption library `occulto`.
2023-01-14 18:40:45 +01:00
### Fixed
- Bad chinese language code.
2023-01-13 21:24:27 +01:00
### Security
- Updated dependencies.
2023-01-04 19:45:18 +01:00
## [2.1.0] - 2023-01-04
### Added
- QR Code to more easily copy and share links.
2022-12-26 22:54:47 +01:00
## [2.0.7] - 2022-12-26
### Changed
- Svelte Kit now stable 🎉
2022-11-12 13:55:33 +01:00
## [2.0.6] - 2022-11-12
### Fixed
2022-11-12 14:40:21 +01:00
- #66 Set minimum a view.
### Security
- Updated dependencies.
2022-11-12 13:55:33 +01:00
2022-11-04 23:34:36 +01:00
## [2.0.5] - 2022-11-04
### Fixed
2022-11-12 14:40:21 +01:00
- Docker build pipeline.
2022-11-04 23:34:36 +01:00
2022-10-29 19:45:14 +02:00
## [2.0.4] - 2022-10-29
### Added
2022-11-12 14:40:21 +01:00
- `THEME_PAGE_TITLE`.
- `THEME_FAVICON`.
2022-10-29 19:45:14 +02:00
## [2.0.3] - 2022-10-07
### Added
- Flag for verbosity.
### Fixed
- #58 Fixed bug in the max views frontend form.
## [2.0.2] - 2022-07-20
### Added
- Toasts for events.
- E2E Tests.
2022-11-12 14:40:21 +01:00
- Make backend more configurable.
## [2.0.1] - 2022-07-18
### Added
- Max file size on the client now.
- Loading information.
### Changed
- Changed encoding from hex to base64.
- Chinese language code.
- Notable speed improvements for big files.
## [2.0.0] - 2022-07-16
### Added
- Theming for logo and description text.
### Changed
- Moved to redis.
- New html sanitizing library.
## [2.0.0-rc.0] - 2022-07-15
### Added
- Theming for logo and description text.
### Changed
- Moved to redis.
- New html sanitizing library.
2022-06-07 12:41:20 +02:00
## [1.5.3] - 2022-06-07
### Changed
- Use the value from the `MEMCACHE` env variable in startup script.
2022-06-07 12:29:58 +02:00
## [1.5.2] - 2022-06-07
### Added
- Wait for script for memecached.
### Security
- Updated dependencies.
2022-05-15 12:13:03 +02:00
## [1.5.1] - 2022-05-15
### Fixed
2022-06-07 12:29:58 +02:00
- Remove double note content.
2022-05-15 12:13:03 +02:00
2022-05-14 16:57:28 +02:00
## [1.5.0] - 2022-05-14
### Added
- Links in notes are not highlighted and can be directly clicked #30.
2022-03-05 12:47:11 +01:00
## [1.4.1] - 2022-03-05
### Fixed
- Router in prod build.
## [1.4.0] - 2022-03-02
2022-01-16 14:04:49 +01:00
### Added
2022-03-02 16:59:25 +01:00
- Support for multiple languages.
- Select multiple files without removing already selected ones.
- Tooltip for copy action.
- Configure maximum views, expiration and advanced options for the server.
### Changed
- Use native SVGs instead of images.
- Update robots.txt file to allow only root.
- Stronger frontend types.
2022-01-16 14:04:49 +01:00
2022-01-03 18:16:54 +01:00
## [1.3.3] - 2022-01-03
### Fixed
- Bug fix due to dependency update.
2022-01-02 23:46:08 +01:00
## [1.3.2] - 2022-01-02
### Changed
- Dependencies updates.
- Folder structure.
2021-12-30 22:36:28 +01:00
## [1.3.1] - 2021-12-30
### Added
- Short explanation in the home page.
### Changed
- Explanation in about & readme.
- Shorten server ids from 512 to 256bit.
2021-12-22 14:57:58 +01:00
## [1.3.0] - 2021-12-22
2021-12-20 17:54:17 +01:00
### Added
- Option to set a custom size limit.
2021-12-22 14:47:43 +01:00
- Options to share files.
### Changed
- Don't delete note if time is not expired yet
2021-12-20 17:54:17 +01:00
- Use pnpm instead of npm.
2021-11-11 13:37:21 +01:00
## [1.2.0] - 2021-11-11
### Changed
2021-12-20 17:54:17 +01:00
- Switch to pnpm.
2021-11-11 13:37:21 +01:00
### Security
2021-12-20 17:54:17 +01:00
- Dependencies updated.
2021-11-11 13:37:21 +01:00
2021-05-17 09:45:01 +02:00
## [1.1.1] - 2021-05-17
### Fixed
2021-12-20 17:54:17 +01:00
- Height on big displays.
- About page.
2021-05-17 09:45:01 +02:00
2021-05-16 11:16:25 +02:00
## [1.1.0] - 2021-05-16
### Security
2021-12-20 17:54:17 +01:00
- Using hash `#` instead of path.
2021-05-16 11:16:25 +02:00
2021-05-08 21:47:13 +02:00
## [1.0.11] - 2021-05-08
### Added
2021-12-20 17:54:17 +01:00
- loading text.
- description for created notes about availability.
2021-05-08 21:47:13 +02:00
### Changed
2021-12-20 17:54:17 +01:00
- iterations from 100 to 100k.
2021-05-08 21:47:13 +02:00
### Fixed
2021-12-20 17:54:17 +01:00
- time based view bug.
2021-05-08 21:47:13 +02:00
2021-05-08 10:34:18 +02:00
## [1.0.10] - 2021-05-08
2021-05-08 10:17:20 +02:00
### Fixed
2021-12-20 17:54:17 +01:00
- API endpoint was not reachable.
2021-05-08 10:17:20 +02:00
2021-05-07 14:12:23 +02:00
## [1.0.9] - 2021-05-07
## Changed
2021-12-20 17:54:17 +01:00
- Removed a dependency.
2021-05-07 14:12:23 +02:00
2021-05-05 10:44:38 +02:00
## [1.0.8] - 2021-05-05
### Added
2021-12-20 17:54:17 +01:00
- Manual theme override option.
2021-05-05 10:44:38 +02:00
### Fixed
2021-12-20 17:54:17 +01:00
- Removed Arm builds for now.
- iOS style bugs.
2021-05-05 10:44:38 +02:00
## [1.0.7] - 2021-05-04
### Added
2021-12-20 17:54:17 +01:00
- Arm images.
2021-05-05 10:44:38 +02:00
2021-05-03 12:21:44 +02:00
## [1.0.6] - 2021-05-04
### Added
2021-12-20 17:54:17 +01:00
- Always use encryption with random passwords included links.
2021-05-03 12:21:44 +02:00
2021-05-03 11:26:04 +02:00
## [1.0.5] - 2021-05-03
### Fixed
2021-12-20 17:54:17 +01:00
- Typos.
2021-05-03 11:26:04 +02:00
2021-05-02 18:52:35 +02:00
## [1.0.4] - 2021-05-02
### Added
2021-12-20 17:54:17 +01:00
- From scratch docker image.
2021-05-02 18:52:35 +02:00
2021-05-02 18:28:46 +02:00
## [1.0.3] - 2021-05-02
### Fixed
2021-12-20 17:54:17 +01:00
- Higher default text area.
- Mobile touchups.
2021-05-02 18:28:46 +02:00
2021-05-02 16:25:11 +02:00
## [1.0.2] - 2021-05-02
### Fixed
2021-12-20 17:54:17 +01:00
- SVG Icons.
2021-05-02 16:25:11 +02:00
2021-05-02 15:54:27 +02:00
## [1.0.1] - 2021-05-02
### Added
2021-12-20 17:54:17 +01:00
- Dark mode support.
2021-05-02 15:54:27 +02:00
### Fixed
2021-12-20 17:54:17 +01:00
- Don't reload data on wrong password.
2021-05-02 15:54:27 +02:00
## [1.0.0] - 2021-05-02
2021-12-20 17:54:17 +01:00
Initial release.