From 6f9c5cd7b8f61cce6f52b1da2fc0049c30f5a53d Mon Sep 17 00:00:00 2001 From: Kai Jaeger Date: Thu, 3 Oct 2024 16:23:07 +0200 Subject: [PATCH] Make --- APLSource/Fire/History.apla | 5 +++-- APLSource/Fire/Version.aplf | 2 +- APLSource/ToDo.apla | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) 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 ' )