Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | compiler: fix support for non-utf8 terminals | pacien | 2022-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 | ||
* | changelog: update with current changes | pacien | 2022-10-29 |
| | |||
* | project: set new version for release 2.1 | pacien | 2022-09-04 |
| | |||
* | changelog: add pending changes for v2.1 | pacien | 2022-09-04 |
| | |||
* | changelog: reformat, wrap lines | pacien | 2022-09-04 |
| | |||
* | docs: fix default setting value for initialItemSort in changelog | pacien | 2020-09-25 |
| | |||
* | docs: aggregate new features in changelog | pacien | 2020-09-19 |
| | |||
* | update changelog | pacien | 2020-05-02 |
| | |||
* | init repo | pacien | 2019-12-20 |