Skip to content

Releases: hmlendea/more-cultural-names-builder

3.2.2 - Maintenance

10 Nov 14:22
7c2c7a5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.1...v3.2.2

3.2.1 - Improved name normalisation

09 May 09:03
43204c8
Compare
Choose a tag to compare
  • Extended the character replacements for name normalisations
  • Fixed Imperator: Rome name normalisations also applying Hearts of Iron IV name normalisations

Pull requests included in this release: #43

3.2.0 - Greatly improved name normalisation

30 Apr 10:16
5800f53
Compare
Choose a tag to compare
  • Added many new character normalisation mappings
  • Tweaked existing character normalisation mappings
  • Reverted some of the previous character normalisation mapping changes
  • Reorganised the project as a solution
  • Added unit tests for name normalisation
  • Removed package trimming (1)

Pull requests included in this release: #42

(1): Fixes the packaging script failing since .NET 5.0

3.1.0 - Technical upgrades

28 Apr 18:13
e56cc57
Compare
Choose a tag to compare
  • Improved some existing unsupported character substitutions
  • Upgraded the framework to .NET 5.0
  • Integrated with GitHub Actions
  • Removed the Travis-CI integration

Pull requests included in this release: #39, #40, #41

3.0.1 - Improved character replacements

24 Apr 21:37
fc0a2e3
Compare
Choose a tag to compare
  • Replace invalid characters for Imperator: Rome
  • Replace more invalid characters with equivalent ones
  • Improved some existing invalid character replacements

Pull requests included in this release: #38

3.0.0.1 - HOI4 fixes

18 Apr 21:50
46a28cc
Compare
Choose a tag to compare
  • Fix for some Hearts of Iron 4 cities taking state names if they have the same ID
  • Replace an additional unsupported character with an equivalent one

Pull requests included in this release: #37

3.0.0 - Major overhaul

16 Apr 19:37
7e1c02c
Compare
Choose a tag to compare
  • Only build one game per session
  • Take configurations from CLI arguments instead of a configuration file
  • Added more configuration options
  • Removed the CK2HIP builder (1)
  • Refactored, cleaned, and simplified the code
  • Removed the vanilla landed title files (2)
  • Added support for location adjectives in Crusader Kings 2 and Crusader Kings 3
  • Replace more invalid characters with equivalent ones

Pull requests included in this release: #32, #34, #35, #36

(1): The CK2 builder, together with the new configuration options, is now enough to build it
(2): These will now have to be provided by the users via one of the new CLI arguments

This tool should now be completely independent from games development lifecycles, and simple content updates will no longer require it to be patched.

2.3.0 - Greatly improved name normalisation

12 Apr 22:37
f87e65a
Compare
Choose a tag to compare
  • Greatly extended the name normalisation
  • Dedicated name normalisation for Hearts of Iron 4 states
  • Build the Hearts of Iron 4 mod data into smaller, per-country, files
  • Localisation comments in Hearts of Iron 4 are no longer normalised

Pull requests included in this release: #30, #31

2.2.2 - Improved character replacements

10 Apr 22:55
c15518e
Compare
Choose a tag to compare
  • Replace more invalid characters with equivalent ones

Pull requests included in this release: #29

2.2.1 - Improved character replacements

08 Apr 18:05
75b1951
Compare
Choose a tag to compare
  • Replace more invalid characters with equivalent ones

Pull requests included in this release: #28