QR codes types can now be chosen between the default text mode and the Wifi mode.
The WiFi form is on a dedicated page, and that has been implemented by managing every HTTP request from index.php
For more information about the format used for Wifi QR codes check https://github.com/zxing/zxing/wiki/Barcode-Contents#wi-fi-network-config-android-ios-11
Co-authored-by: Miraty <miraty+git@antopie.org>
Reviewed-on: #27 (https://code.antopie.org/miraty/libreqr/issues/27)
Reviewed-by: Miraty <miraty@noreply.code.antopie.org>
Co-authored-by: Denise <denisebitca@42l.fr>
Co-committed-by: Denise <denisebitca@42l.fr>
e4491752f2
91 lines
2 KiB
Markdown
91 lines
2 KiB
Markdown
# 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.1.0/).
|
|
|
|
## Unreleased
|
|
|
|
### Added
|
|
|
|
* Wifi QR code type (PR [#27](https://code.antopie.org/miraty/libreqr/pulls/27))<br>
|
|
**Breaking**: HTTP requests for `wifi` needs to be forwarded to the `index.php` endpoint.<br>
|
|
To ease with webserver configuration, `index.php` is now able to serve any HTTP ressource that is used in the LibreQR interface. This means that every request can be forwarded to `index.php`.
|
|
* German localization (PR [#25](https://code.antopie.org/miraty/libreqr/pulls/25))
|
|
|
|
## 2.0.1 - 2023-07-08
|
|
|
|
### Added
|
|
|
|
* Indonesian localization
|
|
* Basque localization
|
|
|
|
### Changed
|
|
|
|
* Update dependencies
|
|
|
|
## 2.0.0 - 2022-06-07
|
|
|
|
### Added
|
|
|
|
* Occitan l10n (PR [#10](https://code.antopie.org/miraty/libreqr/pulls/10))
|
|
* Composer
|
|
|
|
### Changed
|
|
|
|
* Replace GET by POST for QR codes generation request (privacy enhancement)
|
|
* Output generated QR code with `data:` URI
|
|
* Change the QR code generation library
|
|
* Use less.php instead of lesserphp
|
|
* Use the prefers-color-scheme CSS feature to let the client choose its preferred theme (dark/light)
|
|
|
|
### Removed
|
|
|
|
* Ubuntu font (use system font instead)
|
|
* OpenSearch plugin (because LibreQR is not a search engine)
|
|
* WebManifest (because LibreQR is not a progressive web app)
|
|
|
|
## 1.3.0 - 2020-11-03
|
|
|
|
### Added
|
|
|
|
* i18n system
|
|
* English l10n
|
|
* Changelog
|
|
|
|
### Changed
|
|
|
|
* Use lesserphp instead of lessphp
|
|
* Move license info and "What's a QR code" at bottom of the page
|
|
|
|
## 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
|