diff --git a/APLSource/Cider/History.apla b/APLSource/Cider/History.apla index 37698a3..68e2380 100644 --- a/APLSource/Cider/History.apla +++ b/APLSource/Cider/History.apla @@ -2,6 +2,7 @@ '* 0.45.0 ⋄ 2024-12-09' ' * If the Dropbox check is not configured in the Cider config file, Cider now checks whether there is' ' a folder Dropbox/ in the current users home folder. If so, the check is performed.' + ' * `]UpdateCider` now accepts an optional argument: a Cider version number' ' * Bug fixes ' ' * `CheckForGit`, when asking the user what to do, allowed "quit" but did not handle it correctly' ' * `ProjectConfig`: did not return the expected result when editing was disallowed' diff --git a/APLSource/Cider/Version.aplf b/APLSource/Cider/Version.aplf index 6866fa2..1fff37d 100644 --- a/APLSource/Cider/Version.aplf +++ b/APLSource/Cider/Version.aplf @@ -1,3 +1,3 @@ r←Version ⍝ See also `History` - r←'0.45.0+842' + r←'0.45.0+843' diff --git a/apl-package.json b/apl-package.json index ab3b5c7..9ecfe0d 100644 --- a/apl-package.json +++ b/apl-package.json @@ -21,5 +21,5 @@ tags: "project-management", tatin_version: "0.103.0", userCommandScript: "APLSource/Cider_UC.dyalog", - version: "0.45.0+841", + version: "0.45.0+842", } diff --git a/docs/ReleaseNotes.md b/docs/ReleaseNotes.md index e619ea0..b586d76 100644 --- a/docs/ReleaseNotes.md +++ b/docs/ReleaseNotes.md @@ -14,6 +14,12 @@ In short, when compatability is affected. This document does not come with a complete list of fixes, added features etc. Consult [Cider on GitHub](https://github.com/aplteam/Cider/releases) for that. +## Version 0.45.0 from 2024-12-09 + +* `]UpdateCider` now allows to replace the current version by a particular version +* The Dropbox check is now mandatory when not configured in case there is a folder `Dropbox/` in the user's home folder +* A couple of bug fixes + ## Version 0.44.0 from 2024-11-16 * `]OpenProject`'s reporting on Git enhanced and streamlined @@ -66,3 +72,4 @@ Just bug fixes + diff --git a/html/ReleaseNotes.html b/html/ReleaseNotes.html index 4ca043b..c6985dd 100644 --- a/html/ReleaseNotes.html +++ b/html/ReleaseNotes.html @@ -24,6 +24,7 @@
In short, when compatability is affected.
This document does not come with a complete list of fixes, added features etc. Consult Cider on GitHub for that.
+]UpdateCider
now allows to replace the current version by a particular versionDropbox/
in the user's home folder