Skip to content

Releases: miere43/nim-registry

winregistry 2.1.0

04 Apr 17:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.0

winregistry 2.0.0

30 Aug 15:47
Compare
Choose a tag to compare
  • Added support for Nim 2.0.0
  • Removed support for useWinUnicode switch
  • WinString type was removed; use WideCString instead

winregistry 1.0.0

20 May 19:58
Compare
Choose a tag to compare
  • RegValueKind and RegKeyRights are distinct uint32's now (fixed warning about enums with holes).
  • Replaced RegistryError with OSError for consistency with built-in registry package.
  • Removed support for deprecated taintmode feature.
  • Moved tests out of main file to ensure things are exported correctly.
  • Fixed deprecation/unused variable warnings.
  • Updated documentation.
  • Nim 1.6.0 is now minimum supported version.