Releases: aplteam/Tatin
Releases · aplteam/Tatin
Version 0.102.1
UpdateTatin
and]Tatin.UpdateTatin
amended- Bug fix in
DiscussNewConfigFile
Version 0.102.0
- 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
andEstablishRegistry
improvedAdmin
namespace tidied upMake
amended so that it copies to the correct folder
- New version of
Version 0.101.2
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
Bug fix in ]Tatin.UpdateTatin
Version 0.101.0
]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
- 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:
- Set a stop on
⎕SE._Tatin.Client.UpdateClient line [22]
- Execute
]Tatin.UpdateTatin
- When you reach the stop execute
→⎕LC+3
That will update Tatin.
Version 0.100.0
]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 justxyz
- Specifying an alias with
Version 0.99.1
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
- Home path can now be made relative
ReInstallPackages
now works out the Cider project to act onReInstallPackages
' Help page improvedLoadDependencies
has an additional flagmakeHomeRelative
that can be specified via⍺
]LoadDependencies
has a new flagmakeHomeRelative
- New version of
HashPasswords
with 32-bit support - ]InstallPackages now asks for confirmation before creating the install folder
Version 0.98.2
- Fix for #137
- Documentation updated regarding server certificates