Skip to content

Releases: aplteam/Latest

Version 7.0.1

12 Jan 17:56
Compare
Choose a tag to compare

Bug fixes:

  • Latest could only deal with newer versions of Link, when Link.Status returns a 4-column matrix.

    Older versions returned a three-column matrix.

  • Version should use the package config file but didn't

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

Version 7.0.0

11 Jan 15:29
Compare
Choose a tag to compare
  • By default, ]Latest acts on a LINKed directory. If there are multiple LINKs the user is asked which one to act on.

  • BREAKING CHANGES

    • Support for acre and Cider projects removed
    • If something is specified that is neither a directory nor a namespace an error is thrown

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

Version 6.1.0

09 Oct 18:21
Compare
Choose a tag to compare
  • 6.1.0 from 2023-09-09
    • New syntax added:
      • 20230101-
      • 20220101-20221231
  • 6.0.2 from 2023-08-07
    • Specifying # with a number was wrongly rejected as an invalid argument
  • 6.0.1 from 2023-07-07
    • The -all flag was renamed to -allFiles (this does not break anything!)
    • The code was loaded whenever the user command was executed
    • The -all flag did not work
    • README fixed regarding installation
    • Documentation corrected and amended
    • Test cases added for Cider projects and -allFiles

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

Version 6.0.2

07 Aug 16:13
Compare
Choose a tag to compare
  • 6.0.2 from 2023-08-07
    • Specifying # with a number was wrongly rejected as an invalid argument
  • 6.0.1 from 2023-07-07
    • The -all flag was renamed to -allFiles (this does not break anything!)
    • The code was loaded whenever the user command was executed
    • The -all flag did not work
    • README fixed regarding installation
    • Documentation corrected and amended
    • Test cases added for Cider projects and -allFiles

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

Is now a Tatin package

10 Mar 20:19
Compare
Choose a tag to compare

... and can and must therefore be installed as one:

]InstallPackages [tatin]latest [myucmds]

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

INDEX ERROR fixed in case an empty directory is scanned

14 Nov 19:21
Compare
Choose a tag to compare
v5.1.1

INDEX ERROR fixed in case an empty directory is scanned

Falling back to the current directory required user confirmation now

19 Aug 13:32
Compare
Choose a tag to compare

Uses text files rather than a workspace

06 Jun 19:16
309ce4b
Compare
Choose a tag to compare
  • Does not use a workspace anymore but text files and Tatin packages
    Note that this means ]Latest requires Tatin to be available at runtime
  • Bug fix: providing a path with -all in an empty workspace never yielded a result

Major improvements

22 May 12:07
Compare
Choose a tag to compare
  • Now compatible with Linux(!) and Mac-OS (?!)
  • Can now handle open Cider projects
  • When the WS is empty the current dir is not questioned
  • .git is ignored now when a path or "all" is specified
  • Documentation improved
  • Bug fixes:
    • For acre projects as well as Cider projects "APLSource/" should have been added to the path unless
      -all was specified because both project managers use that as default for source files
    • The project path should have been deleted from file names for open projects with the "all"
      flag specified, but wasn't

In SelectProject APLTreeUtils2 was wrongly addressed, causing a VALUE ERROR

25 Jul 15:45
Compare
Choose a tag to compare
In SelectProject APLTreeUtils2 was wrongly addressed, causing a VALUE…

… ERROR