Skip to content

Releases: aplteam/Tatin

Version 0.118.1

14 Jan 07:56
Compare
Choose a tag to compare
  • 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
  • Internal changes
    • "Make" procedure polished/updated

Version 0.118.0

30 Dec 17:59
Compare
Choose a tag to compare
  • The paramater tatinVars is not returned anymore by Client.CreateBuildParms, and is not processed by BuildPackage. Instead a new parameter projectSpace 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 flag
  • Client.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

08 Dec 13:50
Compare
Choose a tag to compare
  • 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

30 Nov 17:12
Compare
Choose a tag to compare
  • ]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

25 Nov 14:54
Compare
Choose a tag to compare

Bug fixes, in particular closing a serious security hole in the group's home page.

Version 0.115.2

16 Nov 13:12
Compare
Choose a tag to compare

Bug fix: the function Logs.ProcessLogFile could easily cause a WS FULL due to a stupid algorithm.

Version 0.115.1

16 Nov 11:32
Compare
Choose a tag to compare

Bug fixes:

  • ]UpdateTatin did not work correctly when a beta version was installed (fixed in GitHubAPIv3)
  • ]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 by Link.Import

Version 0.115.0

14 Oct 17:13
Compare
Choose a tag to compare
  • ]ListPackages now has a -latest flag
  • The API function ListPackages now accepts a latest 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

30 Sep 08:10
Compare
Choose a tag to compare
  • 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

08 Sep 18:19
Compare
Choose a tag to compare

Version 0.113.0 did not run on either 18.0 and 18.2.