Skip to content

Releases: aplteam/WinReg

Version 6.0.0

Choose a tag to compare

@aplteam aplteam released this 28 Mar 12:45
  • The function Version has a changed syntax: it returns a simple character vector which is the version number according to the package config file.
  • Make got polished
  • Package dependencies updated

To be consumed as a Tatin package from https://tatin.dev

Version 5.1.0

Choose a tag to compare

@aplteam aplteam released this 30 Nov 18:29

Packages updated.

To be consumed as a Tatin package from https://tatin.dev

Bug fix in GetValue

Choose a tag to compare

@aplteam aplteam released this 05 Aug 10:47

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

Package config corrected; uses packages itself now

Choose a tag to compare

@aplteam aplteam released this 08 Mar 20:09

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

Naming problem fixed caused by move to `APLTreeUtils2`

Choose a tag to compare

@aplteam aplteam released this 17 Dec 20:21
v5.0.1

Naming problem fixed caused by move to `APLTreeUtils2`

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

Choose a tag to compare

@aplteam aplteam released this 21 Sep 16:35
  • 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

Choose a tag to compare

@aplteam aplteam released this 22 Mar 20:42
v4.0.0

File extension changed from .DYALOG to .APLC

:Include APLTreeUtils fixed

Choose a tag to compare

@aplteam aplteam released this 18 Feb 14:35
v3.0.1

:Include APL fixed

First release on GitHub

Choose a tag to compare

@aplteam aplteam released this 17 Feb 19:36

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.