Skip to content

Releases: aplteam/Latest

Version 8.0.0

Choose a tag to compare

@aplteam aplteam released this 28 Jun 09:08

The -noAPI= option has been removed. Instead, use the new -api flag.

This implies that an API is removed by default now, and that you have to specify -api in order to include it.
(Should have been the case with earlier versions but did not work due to a bug)

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

Version 7.5.2

Choose a tag to compare

@aplteam aplteam released this 31 Dec 13:58
  • ]Latest would crash if a list of namespaces contained something like (System) or ⎕EM
  • Help did not mention that unnamed namespaces are ignored
  • Packages updated (development only)

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

Version 7.5.1

Choose a tag to compare

@aplteam aplteam released this 27 Aug 06:50

Bug fix: result was mutilated for acre projects.

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

Version 7.5.0

Choose a tag to compare

@aplteam aplteam released this 25 Aug 05:54
  • If there are no open Cider but acre project(s), ]Latest acts on them
  • Flag -acre can be used to force ]Latest to act an acre projects even when there are open Cider projects

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

Version 7.4.0

Choose a tag to compare

@aplteam aplteam released this 21 Apr 14:14
  • Dramatic performance improvement for projects with lots of sub directories.
  • Bug fixes
    • HandleAPI only worked with packages having their API as a child of the project

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

Version 7.3.0

Choose a tag to compare

@aplteam aplteam released this 11 Apr 16:40

]Latestnow ignores all APL objects belonging to a Tatin package API by default, but see -noAPI=0

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

Version 7.2.0

Choose a tag to compare

@aplteam aplteam released this 10 Sep 12:53

Doublet dates removed for clarity.

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

Version 7.1.0

Choose a tag to compare

@aplteam aplteam released this 17 Aug 18:45

Arguments streamlined:

  • The hyphen after a single date is now optional, meaning a single date it interpreted as "from then till now"
  • Dates can now also be entered as 2024-08-16 (rather than 20240816)
  • 204-01-01-2024-08-16 is understood

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

Version 7.0.1

Choose a tag to compare

@aplteam aplteam released this 12 Jan 17:56

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

Choose a tag to compare

@aplteam aplteam released this 11 Jan 15:29
  • 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