Skip to content

Commit f20f967

Browse files
committed
Update changelog, bump version
1 parent 9fcb4ca commit f20f967

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Changelog
22

3+
### 1.5.0
4+
5+
- Performance improvements: `poify` is ~2.5x faster, `dir2msgstr` is ~11% faster.
6+
- All CLI commands now support `--verbose`, `--quiet`, and `--timestamps` flags.
7+
- Clearer error messages for missing directories and encoding failures.
8+
39
### 1.4.3
410

511
- Fixed regex handling in `dir2msgstr` and `poify`.

msg2po/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import ruamel.yaml
1010
from loguru import logger
1111

12-
VERSION = "1.4.3"
12+
VERSION = "1.5.0"
1313

1414
TRANSLATION_DEFAULTS: dict[str, Any] = {
1515
"encoding": "cp1252",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "msg2po"
3-
version = "1.4.3"
3+
version = "1.5.0"
44
description = "A set of helper tools to convert Fallout 1/2 MSG and WeiDU TRA into GNU gettext PO and back."
55
authors = [{ name = "BGforge", email = "dev@bgforge.net" }]
66
keywords = ["Fallout", "Fallout 2", "Baldur's Gate", "Infinity Engine", "WeiDU"]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)