diff --git a/APLSource/Fire/History.apla b/APLSource/Fire/History.apla index cec8817..d2e608e 100644 --- a/APLSource/Fire/History.apla +++ b/APLSource/Fire/History.apla @@ -1,8 +1,9 @@ ( '⍝ Contains information regarding the last release. A full history is available on GitHub. (This line is ignored)' '' - '* 9.7.1 from 2024-10-03' - ' * "Update" improved.' + '* 9.7.1 from 2024-10-03 ' + ' * Installation can now deal with OneDrive ' + ' * "Update" improved' ' ' '* 9.7.0 from 2024-08-14' ' * It is now possible to prepopulate the "Search for" field by specifying an additional argument to ]Fire' diff --git a/APLSource/Fire/Version.aplf b/APLSource/Fire/Version.aplf index aac8e6b..6819561 100644 --- a/APLSource/Fire/Version.aplf +++ b/APLSource/Fire/Version.aplf @@ -1,3 +1,3 @@ r←Version ⍝ See also `History` - r←'Fire' '9.7.1+290' '2024-09-23-beta-1' + r←'Fire' '9.7.1+291' '2024-10-03' diff --git a/APLSource/ToDo.apla b/APLSource/ToDo.apla index bc1d848..ca63230 100644 --- a/APLSource/ToDo.apla +++ b/APLSource/ToDo.apla @@ -1,3 +1,3 @@ ( - '' + '* Enhance "Make" so that it starts a new instance of Dyalog ' )