Skip to content

Releases: dotnet/ResXResourceManager

1.103

14 Dec 11:41

Choose a tag to compare

  • Fix #731: Support language representation as LCID used by PFC projects (#734)
  • Adjustments to the Translation API for OpenAI (#730) Co-authored-by: Klemens Körner klemens.koerner@sentech.de

1.102

15 Nov 15:19

Choose a tag to compare

What's Changed

  • Enable Beta Languages for DeepL api by @adrian-turcanu-stcinsiso in #729
  • Relax regex pattern to find all code references using ResourceManager.GetString(... (#728)

New Contributors

Full Changelog: 1.101...1.102

1.101

09 Nov 12:59

Choose a tag to compare

  • Fix #721: UI freeze on keyboard input in resource file filter (large project)
  • Update Chinese translation (#723)
  • Fix #725: update DGX to fix interfering of virtualized columns.

1.100

08 Oct 11:20

Choose a tag to compare

  • Support for VS 2026

1.99

09 Sep 06:32

Choose a tag to compare

  • Feature: Add custom category ID for Azure translator.
  • Fix #715: Default flag for neutral language ko should be KR, not KP.

1.98

31 Aug 14:14

Choose a tag to compare

1.97

11 Aug 08:00

Choose a tag to compare

  • Fix #711: CodeReferences and MoveToResources not updated in ResXManager.config.xml when removing items in UI
  • Support both string format interpolation notations "${key}" and "{{key}}" for web export
  • Fix #694: CodeReferenceTracker does not detect keys with , also dots are now supported

1.96

30 Jul 11:41

Choose a tag to compare

  • Fix passing startup folder via clipboard: If text contains trailing whitespace (e.g. \n), loading fails

1.95

28 Jul 09:53

Choose a tag to compare

  • Fix: Startup folder in standalone is not preserved when changing the folder via recent file list.

1.94

27 Jul 14:28

Choose a tag to compare

  • Add possibility to pass a folder to the standalone application via clipboard
  • Add some more checks and logs when migrating the configuration from solution globals to file