Skip to content

Releases: rampaa/VndbCharacterNames

7.0.0

08 Feb 16:48
d4b64c5

Choose a tag to compare

Donations are welcome

If you enjoy using the products I develop and would want to show your appreciation, please consider making a donation.

  • GitHub Sponsors (preferred): Please prefer GitHub Sponsors if possible, as it charges no fees, unlike BuyMeACoffee which charges a 5% transaction fee.
  • BuyMeACoffee: An alternative platform you can use to make donations.

Thank you for your support!

Changelog

  • Add character description support (add-description-to-definition) and the ability to filter out spoilers in descriptions (include-spoilers-in-description).

6.0.0

02 Feb 23:28
ec560b9

Choose a tag to compare

Donations are welcome

If you enjoy using the products I develop and would want to show your appreciation, please consider making a donation.

  • GitHub Sponsors (preferred): Please prefer GitHub Sponsors if possible, as it charges no fees, unlike BuyMeACoffee which charges a 5% transaction fee.
  • BuyMeACoffee: An alternative platform you can use to make donations.

Thank you for your support!

Changelog

  • Add character image support. See README for more details.
  • Migrate to .NET 10

5.0.1

01 Nov 23:37

Choose a tag to compare

  • Fix argument handling
  • Skip key press prompt when all arguments are provided

5.0.0

01 Nov 16:52

Choose a tag to compare

  • Make it work with the new alias format in VNDB
  • Add max-spoiler-level-for-aliases option. 0: no spoiler, 1: minor spoiler, 2: major spoiler.

4.1.1

11 Feb 00:21

Choose a tag to compare

Don't show the VN info if the character is part of more than one VN

4.1.0

10 Feb 21:09

Choose a tag to compare

  • Create entries that preserve whitespace in character names
  • Fix the encoding issue when getting user input through the console

4.0.0

10 Feb 19:25

Choose a tag to compare

  • Add create-alias-entries option
  • Rename add-details-to-one-word-full-names option to add-character-details-to-one-word-full-names
  • Rename add-details-to-given-names option to add-character-details-to-given-names
  • Rename add-details-to-surnames option to add-character-details-to-surnames

3.0.0

26 Jan 13:33

Choose a tag to compare

  • Add add-character-details-to-full-names, add-details-to-one-word-full-names, add-details-to-given-names and add-details-to-surnames options. Those options affect what name types will have extra character details (such as height, weight, three sizes etc.) in the definition field
  • Fix a minor bug that causes some alias entries to be skipped

2.1.1

21 Jan 21:54

Choose a tag to compare

Fix a bug that prevents dictionary entries from being created for aliases

2.1.0

21 Jan 19:29

Choose a tag to compare

  • Handle character entries created for multiple characters (like c96311)
  • Handle aliases separated by a comma
  • Some minor bug fixes