Skip to content

Commit

Permalink
Make
Browse files Browse the repository at this point in the history
  • Loading branch information
aplteam committed Dec 9, 2024
1 parent 3445829 commit bf5d2e1
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 2 deletions.
1 change: 1 addition & 0 deletions APLSource/Cider/History.apla
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion APLSource/Cider/Version.aplf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rVersion
See also `History`
r'0.45.0+842'
r'0.45.0+843'
2 changes: 1 addition & 1 deletion apl-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
7 changes: 7 additions & 0 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -66,3 +72,4 @@ Just bug fixes




11 changes: 11 additions & 0 deletions html/ReleaseNotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ <h2 id="toc-heading">Table of contents</h2>

<div class="toc-container">
<ul id="toc-list" class="hide print">
<li class="toc-entry toc-h2"><a href="#version-0450-from-2024-12-09">Version 0.45.0 from 2024-12-09</a></li>
<li class="toc-entry toc-h2"><a href="#version-0440-from-2024-11-16">Version 0.44.0 from 2024-11-16</a></li>
<li class="toc-entry toc-h2"><a href="#version-0432-from-2024-13">Version 0.43.2 from 2024-13</a></li>
<li class="toc-entry toc-h2"><a href="#version-0431-from-2024-09-25">Version 0.43.1 from 2024-09-25</a></li>
Expand All @@ -43,6 +44,16 @@ <h2 id="toc-heading">Table of contents</h2>
<p>In short, when compatability is affected.</p>
<p>This document does not come with a complete list of fixes, added features etc. Consult <a href="https://github.com/aplteam/Cider/releases" class="external_link">Cider on GitHub</a> for that.</p>
<div class="h_tag">
<a href="#version-0450-from-2024-12-09" id="version-0450-from-2024-12-09" class="autoheader_anchor">
<h2 data-id="Version-0450-from-2024-12-09">Version 0.45.0 from 2024-12-09</h2>
</a>
</div>
<ul>
<li><code>]UpdateCider</code> now allows to replace the current version by a particular version</li>
<li>The Dropbox check is now mandatory when not configured in case there is a folder <code>Dropbox/</code> in the user's home folder</li>
<li>A couple of bug fixes</li>
</ul>
<div class="h_tag">
<a href="#version-0440-from-2024-11-16" id="version-0440-from-2024-11-16" class="autoheader_anchor">
<h2 data-id="Version-0440-from-2024-11-16">Version 0.44.0 from 2024-11-16</h2>
</a>
Expand Down

0 comments on commit bf5d2e1

Please sign in to comment.