aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
Commit message (Collapse)AuthorAge
* Merge pull request #346 from ldgallery/p_compiler_loggingzeroinformatique2022-11-11
|\ | | | | compiler: fix support for non-utf8 terminals, add more steps prints
| * compiler: fix support for non-utf8 terminalspacien2022-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The compiler echoes the names of the files being processed. Those file names may contain UTF-8 characters. However, some consoles may not support those. This is notably the case of the Windows CMD or on Linux with the legacy C locale. This caused the following error: ldgallery: <stdout>: commitBuffer: invalid argument (invalid character) This patch adds automatic transliteration when a non-UTF8 terminal is detected, so that neither the compiler or the terminal crash due to UTF8 characters. GitHub: closes #341
* | viewer/command: add item download buttonpacien2022-10-30
|/ | | | | | | | | | | | | | This adds a download button which allows the user to save the current item as a file. This is necessary because some item viewers do not expose a download option on their own. The download icon appears together with the other command buttons at the top-left corner of the screen, replacing the listing sorting menu which is only relevant for item lists (directory and search views). GitHub: closes #308
* changelog: update with current changespacien2022-10-29
|
* project: set new version for release 2.1pacien2022-09-04
|
* changelog: add pending changes for v2.1pacien2022-09-04
|
* changelog: reformat, wrap linespacien2022-09-04
|
* docs: fix default setting value for initialItemSort in changelogpacien2020-09-25
|
* docs: aggregate new features in changelogpacien2020-09-19
|
* update changelogpacien2020-05-02
|
* init repopacien2019-12-20