Skip to content
Snippets Groups Projects
Commit d8582637 authored by Zacharias Zacharodimos's avatar Zacharias Zacharodimos
Browse files

release: v1.5.0

parent 9915c309
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,14 @@ Changes ...@@ -11,6 +11,14 @@ Changes
======= =======
Version 1.5.0 (Release 2023-08-17)
----------------------------------
- encoding: cleanup detection and override ASCII to default encoding
- txt-preview: enables horizontal scrolling, avoid invalid coding errors and add
option to truncate .txt file preview after `PREVIEWER_TXT_MAX_BYTES`
- pull latest translations
Version 1.4.0 (Release 2023-03-02) Version 1.4.0 (Release 2023-03-02)
---------------------------------- ----------------------------------
......
...@@ -14,4 +14,4 @@ and parsed by ``setup.py``. ...@@ -14,4 +14,4 @@ and parsed by ``setup.py``.
from __future__ import absolute_import, print_function from __future__ import absolute_import, print_function
__version__ = "1.4.0" __version__ = "1.5.0"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment