------------------------------------------------------------------- Mon Jun 16 06:12:20 UTC 2025 - Steve Kowalik - Switch to pyroject macros. ------------------------------------------------------------------- Sat Sep 28 19:50:01 UTC 2024 - Dirk Müller - update to 1.4.4: * Simple CLI with all Options implemented * GitHub Actions: Add Python 3.13 pre-release to the testing * README.md: Supports Python 3.8 - 3.12 * Correct typo forth to fourth ------------------------------------------------------------------- Tue Jan 30 12:05:20 UTC 2024 - Dirk Müller - update to 1.4.3: * replace flake8 with ruff * CI fixes ------------------------------------------------------------------- Wed Aug 9 07:28:16 UTC 2023 - Dirk Müller - update to 1.4: * support Vietnamese * Possible BC - Parsing call was moved from `ExpressionDescriptor.get_description` to `ExpressionDescriptor.__init__` that means parsing exceptions are thrown when calling `ExpressionDescriptor` constructor and not when calling `ExpressionDescriptor.get_description` modify your exception handling accordingly... * Possible BC - Option `throw_exception_on_parse_error` (boolean) was removed, code now works as if `throw_exception_on_parse_error=True` (default - always throw exceptions). Remove `throw_exception_on_parse_error` option from your code if you were using it. * Added missing spanish translation string * Add possibility to use custom .mo files, locally * Slovak translation * Fixes #31 * Fixes #36 * Added Korean support by @hanqyu * Added Persian support by @Davoodeh * Added Tamil support by @sankarhari * Added Japanese support by @tho-asterist * fixes unclosed open translation file by Rafael Reuber * various fixes around * Fix CI Build/Deploy on new version * Fixes some issues ( #14 #17 ) and some small code refactoring * Fixes #13 * Fixes #10 * Relase fixing issue #6 * Release solving issue #4 ------------------------------------------------------------------- Sat Dec 3 04:28:06 UTC 2022 - Yogalakshmi Arunachalam - Update to v1.2.32 * chore(Format): fix formatting - Update to v1.2.31 No changelog ------------------------------------------------------------------- Tue Sep 27 14:32:48 UTC 2022 - Yogalakshmi Arunachalam - Update to v1.2.30: * Fixes #31 * Fixes #36 * Implements #52 fix from upstream that fixes #37 - Update to v1.2.27: * Added Korean support by @hanqyu * Added Persian support by @Davoodeh * Added Tamil support by @sankarhari * Added Japanese support by @tho-asterist * fixes unclosed open translation file by Rafael Reuber * various fixes around ------------------------------------------------------------------- Wed Apr 1 14:40:50 UTC 2020 - Marketa Calabkova - Update to 1.2.24 * Fix CI Build/Deploy on new version ------------------------------------------------------------------- Mon Sep 16 01:19:02 PM UTC 2019 - John Vandenberg - Initial spec for v1.2.23