Skip to content

Commit

Permalink
Documents PR #132.
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoFara committed Sep 11, 2023
1 parent 7c38d59 commit 69e82c1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ For git tags, official releases are marked like "v1.0.0", while unofficial ones
* Page do not need to reload.
* The timer continues instead of resetting.
* REST API, the new ``inc/ajax.php`` is intended to continue developping itself as a REST API.
* You can now specify a socket for your database through ``$socket`` in
``connect.inc.php``. This feature was brought to you by
[@hangug-eo](https://github.com/hangug-eo) in his PR
[#132](https://github.com/HugoFara/lwt/pull/132).

### Changed

Expand Down Expand Up @@ -45,6 +49,9 @@ the intendended page. Same goes for "New Text" on "Archived Texts" page.
* During a text creation, the ``media_uri`` property of ``Text`` was used instead of ``source``. Thanks to [@hangug-eo](https://github.com/hangug-eo) for his PR [#133](https://github.com/HugoFara/lwt/pull/133)!
* Multi-words were not properly highlighted for languages separating each
character as a word (e. g.: Chinese). Big thanks to [@hangug-eo](https://github.com/hangug-eo) for signaling the issue and solving it in his PR [#140](https://github.com/HugoFara/lwt/pull/140)!
* The database wizard was not correctly saving the password. This is fixed by
[@hangug-eo](https://github.com/hangug-eo) in
[#132](https://github.com/HugoFara/lwt/pull/132).

### Deprecated

Expand Down

0 comments on commit 69e82c1

Please sign in to comment.