Skip to content

Releases: aplteam/Tatin

Version 0.102.1

07 Oct 10:44
Compare
Choose a tag to compare
  • UpdateTatin and ]Tatin.UpdateTatin amended
  • Bug fix in DiscussNewConfigFile

Version 0.102.0

04 Oct 19:22
Compare
Choose a tag to compare
  • User settings allow now to define defaults for "maintainer", "license" and "group"
  • Process of creating a new package improved
  • Internal changes
    • New version of APLProcess
    • SaveBuildList and EstablishRegistry improved
    • Admin namespace tidied up
    • Make amended so that it copies to the correct folder

Version 0.101.2

01 Oct 05:12
Compare
Choose a tag to compare

Bug fixes:

  • UnInstallPackages deleted the install folder no matter what (#145)
  • Running the test suite did cause a plethora of "changed" messages by Git

Version 0.101.1

26 Sep 11:07
Compare
Choose a tag to compare

Bug fix in ]Tatin.UpdateTatin

Version 0.101.0

26 Sep 09:19
Compare
Choose a tag to compare
  • ]Tatin.LoadPackages does not report every step anymore by default but has -verbose now
  • Installation procedure amended: No MyUCMDs/ anymore
  • Documentation amended according to changed installation
  • Bug fixes
    • ]Tatin.Cache did not provide the path to the cache when the cache was empty

Version 0.100.1

28 Aug 17:41
Compare
Choose a tag to compare
  • Updating with ]Tatin.UpdateTatin did not work because the minor number was larger than 99
  • CheckBuildlist sometimes rebuilt the build list when there was no need to do this due to strange things happening under Windows with the milliseconds of modification time of files.

The next update must be performed manually I am afraid.
If you really don't want that then follow this recipe:

  1. Set a stop on ⎕SE._Tatin.Client.UpdateClient line [22]
  2. Execute ]Tatin.UpdateTatin
  3. When you reach the stop execute →⎕LC+3

That will update Tatin.

Version 0.100.0

27 Aug 15:55
Compare
Choose a tag to compare
  • ]ReInstallDependencies now accepts a Cider alias instead of a path
  • Bug fixes
    • Specifying an alias with ]LoadPackages crashed
    • A ZIP file with spaces in its name was not processed
    • A build list that did not fit with the packages installed made Tatin crash; it now signals an error
    • A build list that contradicts the dependency list was not discovered as early as it should
    • ]Tatin.Cache xyz -clear removed everything from the cache rather than just xyz

Version 0.99.1

05 Aug 18:38
Compare
Choose a tag to compare
  • InstallPackages's reporting improved
  • For a package that is a dependency but also a user command in its own rights, the user command script needs to be deleted after its installation as a dependency

Version 0.99.0

02 Aug 18:28
Compare
Choose a tag to compare
  • Home path can now be made relative
  • ReInstallPackages now works out the Cider project to act on
  • ReInstallPackages' Help page improved
  • LoadDependencies has an additional flag makeHomeRelative that can be specified via
  • ]LoadDependencies has a new flag makeHomeRelative
  • New version of HashPasswords with 32-bit support
  • ]InstallPackages now asks for confirmation before creating the install folder

Version 0.98.2

14 Jul 08:02
Compare
Choose a tag to compare
  • Fix for #137
  • Documentation updated regarding server certificates