Skip to content

Commit 1beb4f6

Browse files
committed
Update changelog, bump version: 1.3.2.
1 parent 54b68b1 commit 1beb4f6

3 files changed

Lines changed: 16 additions & 7 deletions

File tree

docs/changelog.md

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

3+
### 1.3.2
4+
5+
- Removed unused `lowercase` setting.
6+
- Replaced `all_utf8_yes_really_all` with `ansi_console`.
7+
- Console files are in utf-8 by default now.
8+
39
### 1.3.1
410

511
Fixed initial poify not working.
@@ -10,7 +16,8 @@ Added support for Python 3.12. Action now uses a virtual environment.
1016

1117
### 1.2.3
1218

13-
Added [special handling](https://github.com/BGforgeNet/Fallout2_Restoration_Project/issues/301) for cp1258 Vietnamese encoding.
19+
Added [special handling](https://github.com/BGforgeNet/Fallout2_Restoration_Project/issues/301) for cp1258 Vietnamese
20+
encoding.
1421

1522
### 1.2.2
1623

@@ -22,8 +29,8 @@ Added `vi`/`vietnamese` language slug.
2229

2330
### 1.2.0
2431

25-
Added support for `all_utf8`, `all_utf8_yes_really_all` parameters to `.bgforge.yml`.
26-
Use the first one to consider all files except DOS_FILENAMES in UTF-8, add the second one to consider even DOS_FILENAMES UTF-8.
32+
Added support for `all_utf8`, `all_utf8_yes_really_all` parameters to `.bgforge.yml`. Use the first one to consider all
33+
files except DOS_FILENAMES in UTF-8, add the second one to consider even DOS_FILENAMES UTF-8.
2734

2835
### 1.1.16
2936

@@ -42,7 +49,8 @@ Action: upgraded [paths-filter](https://github.com/AurorNZ/paths-filter) to 3.0.
4249
- Added missing console entry point for `poify.py`, it can now be called as `poify`.
4350
- Fixed spurious [change messages](https://github.com/BGforgeNet/msg2po/issues/5) for lines that are the same.
4451
- Fixed `dir2msgstr` [missing](https://github.com/BGforgeNet/msg2po/issues/7) new female entries.
45-
- Fixed `poify` to always use [Linux style paths](https://github.com/BGforgeNet/msg2po/issues/4) in occurrences, even on Windows.
52+
- Fixed `poify` to always use [Linux style paths](https://github.com/BGforgeNet/msg2po/issues/4) in occurrences, even on
53+
Windows.
4654
- POlib updated to 1.2.0.
4755

4856
### 1.1.12
@@ -55,7 +63,8 @@ Action: force unpoify if dir2msgstr found changes.
5563

5664
### 1.1.10
5765

58-
Allow to load manual translation change to the same value that existing `msgstr` is set to in PO, when `extract_fuzzy` is not set, clearing `fuzzy` flag.
66+
Allow to load manual translation change to the same value that existing `msgstr` is set to in PO, when `extract_fuzzy`
67+
is not set, clearing `fuzzy` flag.
5968

6069
### 1.1.9
6170

msg2po/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33
import os
44

5-
VERSION = "1.3.1"
5+
VERSION = "1.3.2"
66

77

88
class Config:

pyproject.toml

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

0 commit comments

Comments
 (0)