2020-07-01 18:47:02 +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/).
|
|
|
|
|
2022-10-19 18:48:47 +00:00
|
|
|
## Unreleased
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* Indonesian localization
|
2023-05-08 22:26:27 +00:00
|
|
|
* Basque localization
|
2022-10-19 18:48:47 +00:00
|
|
|
|
2022-06-07 15:41:47 +00:00
|
|
|
## 2.0.0 - 2022-06-07
|
2021-02-15 20:32:43 +00:00
|
|
|
|
2021-02-15 20:38:58 +00:00
|
|
|
### Added
|
|
|
|
|
|
|
|
* Occitan l10n (PR [#10](https://code.antopie.org/miraty/libreqr/pulls/10))
|
2022-06-05 20:12:42 +00:00
|
|
|
* Composer
|
2021-02-15 20:38:58 +00:00
|
|
|
|
2021-02-15 20:32:43 +00:00
|
|
|
### Changed
|
|
|
|
|
2022-03-03 17:27:50 +00:00
|
|
|
* Replace GET by POST for QR codes generation request (privacy enhancement)
|
|
|
|
* Output generated QR code with `data:` URI
|
2021-11-01 17:08:42 +00:00
|
|
|
* Change the QR code generation library
|
2021-02-15 20:32:43 +00:00
|
|
|
* Use less.php instead of lesserphp
|
2022-03-03 17:27:50 +00:00
|
|
|
* Use the prefers-color-scheme CSS feature to let the client choose its prefered theme (dark/light)
|
2021-02-15 20:32:43 +00:00
|
|
|
|
2021-02-15 20:48:26 +00:00
|
|
|
### Removed
|
|
|
|
|
2022-02-18 15:36:07 +00:00
|
|
|
* Ubuntu font (use system font instead)
|
|
|
|
* OpenSearch plugin (because LibreQR is not a search engine)
|
2022-02-18 15:37:41 +00:00
|
|
|
* WebManifest (because LibreQR is not a progressive web app)
|
2021-02-15 20:48:26 +00:00
|
|
|
|
2020-11-03 20:29:02 +00:00
|
|
|
## 1.3.0 - 2020-11-03
|
2020-07-01 18:47:02 +00:00
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* i18n system
|
|
|
|
* English l10n
|
|
|
|
* Changelog
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Use lesserphp instead of lessphp
|
2020-10-31 16:23:32 +00:00
|
|
|
* Move license info and "What's a QR code" at bottom of the page
|
2020-07-01 18:47:02 +00:00
|
|
|
|
|
|
|
## 1.2.0 - 2020-03-23
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* Ability to chooses QR code colors
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* The software is now named LibreQR
|
|
|
|
* Parameters now uses GET instead of POST
|
|
|
|
* The OpenSearch plugin now generate QR codes with arguments used when added
|
|
|
|
|
|
|
|
## 1.1.0 - 2019-03-29
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* OpenSearch
|
|
|
|
* WebManifest
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Server-side LESS compilation
|
|
|
|
* Icons are now themed and in multiple dimensions
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Placeholder font
|
|
|
|
|
|
|
|
## 1.0.0 - 2019-02-13
|
|
|
|
|
|
|
|
Initial release
|