Releases: aplteam/Tatin
Releases · aplteam/Tatin
Version 0.118.1
- Bug fixes
- "" (without a group name) was not accepted as a valid package ID by commands like
]LoadPackages or ]PackageConfig when it should, according to the documentation (#227) - In the document "InstallingAndUpdatingTheTatinClient.md" under 3.2.1 (Tell Dyalog where to look...)
the copy-and-paste code for Linux had no closing double quote between\CiderTatin
and-p
(#225) - Fix for #226 in
]FindDependencies
:-verbose
did not work as expected on HTTP requests
- "" (without a group name) was not accepted as a valid package ID by commands like
- Internal changes
- "Make" procedure polished/updated
Version 0.118.0
- The paramater
tatinVars
is not returned anymore byClient.CreateBuildParms
, and is not processed byBuildPackage
. Instead a new parameterprojectSpace
was added. See the documentation for details. - The user command
]BuildPackage
does not accept an option-tatinVars=
anymore. Instead it accepts the option-projectSpace=
now. ]ReInstallDependencies
now recognizes a-recursive
flagClient.CloseConnection
detects one more flavour of the Conga 1006 DLL error- Bug fixes
]ListVersions
crashed when no argument was provided and no Cider project was open as well as when only a registry was provided and no Cider project open
Version 0.117.0
- The server returns a file robot.txt now when requested
]UpdateTatin
now allows to specify a particular version of Tatin to be downloaded and installed- Proccessing of build numbers has changed
- Bug fixes
- Requests that are not recognized now return "Not found" rather than "Invalid Package ID"
Version 0.116.0
]Maintenance
made more powerful and more flexible- New versions of RumbaLean and Plodder (server) for 20.0-readiness
- Requires now at least 18.2 (rather than 18.0)
Version 0.115.3
Bug fixes, in particular closing a serious security hole in the group's home page.
Version 0.115.2
Bug fix: the function Logs.ProcessLogFile
could easily cause a WS FULL due to a stupid algorithm.
Version 0.115.1
Bug fixes:
]UpdateTatin
did not work correctly when a beta version was installed (fixed inGitHubAPIv3
)]InstallPackages
got the double-quotes wrong when suggesting to load all dependencies again]LoadPackages
did not recognize the group when processing "https://tatin.dev/aplteam/APLProcess"- Some functions (in particular
Client.GetAllFiles
) did not include the extension.apli
when they should have ⎕FIX
and⎕FX
replaced byLink.Import
Version 0.115.0
]ListPackages
now has a-latest
flag- The API function
ListPackages
now accepts alatest
parameter CreateAPIfromCFG
is now much better documented- Bug fixes
]InstallPackackage
did not suggest to call]LoadDependencies
with-overwrite
but should- The
exclude
parameter does not work as intended in case of leading or trailing spaces LoadPackages
did not check on its argument being a file that does exist.- Test cases do not write to the project anymore
ZipArchive
package updated: fixes a problem with spaces in filenames
Version 0.114.0
- Syntax of
ListVersions
enhanced: without an argument (or just a Registry) it tries to cooperate with Cider - The INI entries "Base" and "BaseTagPort" have been removed from the INI template. If the INI entries are set they are ignored.
- Internal changes: test cases
- Communication between tests and the test server improved
- Handling auto-start (Windows only for the time being) and user start improved
- Bug fixes
ProcessLogFile
crashed on an empty (brand new) log file- MarkAPL package updated: fix for a problem with URLs
- Adding a home page for a group failed because of a missing email address which can only be defined via the
group's home page...
Version 0.113.1
Version 0.113.0 did not run on either 18.0 and 18.2.