Skip to content

Releases: aplteam/WinReg

Bug fix in GetValue

05 Aug 10:47
Compare
Choose a tag to compare

Consume as a Tatin package from https://tatin.dev/

Package config corrected; uses packages itself now

08 Mar 20:09
Compare
Choose a tag to compare

Naming problem fixed caused by move to `APLTreeUtils2`

17 Dec 20:21
Compare
Choose a tag to compare
v5.0.1

Naming problem fixed caused by move to `APLTreeUtils2`

Breaking changes: requires 18.0 and APLTreeUtils2 and comes as a Tatin package

21 Sep 16:35
Compare
Choose a tag to compare
  • BREAKIN CHANGES:
    • Requires the class APLTreeUtils2
    • Requires Dyalog 18.0 or better
    • Is delivered as a Tatin package
  • Internal changes:
    • Does not :Include APLTreeUtils anymore
    • Uses ⎕ML←1

BREAKING CHANGE: File extension changed from .DYALOG to .APLC

22 Mar 20:42
Compare
Choose a tag to compare
v4.0.0

File extension changed from .DYALOG to .APLC

:Include APLTreeUtils fixed

18 Feb 14:35
Compare
Choose a tag to compare
v3.0.1

:Include APL fixed

First release on GitHub

17 Feb 19:36
Compare
Choose a tag to compare

First release on GitHub after the conversion from the APL wiki to GitHub.

Pre-GitHub releases:

  • 2.9.0
    • Bug fix: GetAllSubKeyNames closed handle twice.
  • 2.9.0
    • Method History introduced.
    • WinReg is now managed by acre 3.
  • 2.8.1:
    • Bug fix in CopyTree.
  • 2.8.0:
    • GetTreeWithValues now tolerates when a key has data types WinReg does not support.
      For this a column (third) was added that reports error messages and is empty otherwise.
    • Support for REG_QWORD was added.
    • Bug fixes:
      • Unsupported data types could crash WinReg.