Skip to content

Commit

Permalink
Documents progress on #167.
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoFara committed Jan 5, 2024
1 parent 771d2d2 commit f31a78c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
6 changes: 4 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Many thanks to [@ProgramComputer](https://github.com/ProgramComputer)!
See [#160](https://github.com/HugoFara/lwt/issues/160).
It adds `README.md` and `UNLICENSE.md`.
* Adds `docs/info.html` and `docs/index.html` from [#146](https://github.com/HugoFara/lwt/pull/146).
* Multi-word creation was reviewed to use a simpler code.
* Multi-word creation was reviewed to use a simpler JS code.
* On word review, status + 1 can be set only after word display. Before, you could
press key up at any time to increase term status, but keydown was effective only
after solution display ([#159](https://github.com/HugoFara/lwt/issues/159)).
Expand All @@ -58,8 +58,10 @@ after solution display ([#159](https://github.com/HugoFara/lwt/issues/159)).
It defines interactions with a text on reading.
* For audio URI, raises the characters length limit from 200 to 2048
([#144](https://github.com/HugoFara/lwt/issues/144)).
* Database creation and migration is now handled directly in SQL, for a safer
* Database:
* Database creation and migration is now handled directly in SQL, for a safer
behavior.
* You do no longer need to give to LWT SYSTEM_VARIABLES_ADMIN for text reparsing. (new function `checkTextWithExpressions`) ([#167](https://github.com/HugoFara/lwt/issues/167)). It is still necessary for words import.
* Docker changes:
* By default, the images now runs at localhot/lwt and no longer in the
root folder ([installer #4](https://github.com/HugoFara/lwt-docker-installer/pull/4)
Expand Down
12 changes: 9 additions & 3 deletions docs/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -2254,8 +2254,9 @@ <h4>Added</h4>
<code>db/schema/baseline.sql</code> and no longer in PHP code.</li>
<li>You can choose to add romanization for languages that don't need it in the language
settings (<a href="https://github.com/HugoFara/lwt/issues/119">#119</a>).</li>
<li>Docker images are now built for multiple platforms, see
<a href="https://github.com/HugoFara/lwt/pull/169">#159</a>.
<li>Docker images are now built for multiple platforms, see PR
<a href="https://github.com/HugoFara/lwt/pull/169">#169</a>, closing discussion
<a href="https://github.com/HugoFara/lwt/discussions/141">#141</a>.
Many thanks to <a href="https://github.com/ProgramComputer">@ProgramComputer</a>!</li>
</ul>
<h4>Changed</h4>
Expand All @@ -2268,7 +2269,7 @@ <h4>Changed</h4>
<li>Adds <code>docs/info.html</code> and <code>docs/index.html</code> from <a href="https://github.com/HugoFara/lwt/pull/146">#146</a>.</li>
</ul>
</li>
<li>Multi-word creation was reviewed to use a simpler code.</li>
<li>Multi-word creation was reviewed to use a simpler JS code.</li>
<li>On word review, status + 1 can be set only after word display. Before, you could
press key up at any time to increase term status, but keydown was effective only
after solution display (<a href="https://github.com/HugoFara/lwt/issues/159">#159</a>).</li>
Expand All @@ -2287,8 +2288,13 @@ <h4>Changed</h4>
</li>
<li>For audio URI, raises the characters length limit from 200 to 2048
(<a href="https://github.com/HugoFara/lwt/issues/144">#144</a>).</li>
<li>Database:
<ul>
<li>Database creation and migration is now handled directly in SQL, for a safer
behavior.</li>
<li>You do no longer need to give to LWT SYSTEM_VARIABLES_ADMIN for text reparsing. (new function <code>checkTextWithExpressions</code>) (<a href="https://github.com/HugoFara/lwt/issues/167">#167</a>). It is still necessary for words import.</li>
</ul>
</li>
<li>Docker changes:
<ul>
<li>By default, the images now runs at localhot/lwt and no longer in the
Expand Down

0 comments on commit f31a78c

Please sign in to comment.