Skip to content

Commit 140e714

Browse files
committed
Fix problem with symbolic names on SALT`s cmddir
1 parent 507fd0a commit 140e714

19 files changed

+184
-52
lines changed

APLSource/Fire/FindFireReadMe.aplf

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
((regData∊'∘°')/regData)←';'
1212
v←';'Parent.APLTreeUtils2.Split regData
1313
:For thisPath :In v
14+
thisPath←ReplaceAliase thisPath
1415
:If Parent.FilesAndDirs.Exists thisPath,'/Fire/ReadMe.html'
1516
p←thisPath,'/Fire/ReadMe.html'
1617
:Leave

APLSource/Fire/GUI/CopyGuiToGlobal.aplf

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
n.SearchFor.SelItems[]←0
2222
_←{0=≢⍵:⍬ ⋄ n.SearchFor.SelItems[##.G.LookForList⍳⊂⍵]←1}txt
2323
0∊≢¨##.G.LookForList:.
24-
⍝122<⌈/⊃,/⎕UCS¨n.SearchFor.Items:. ⍝ ⍝TODO⍝ 122 is ⌈/⎕UCS ⎕A,⎕C ⎕A (<01956>
2524

2625
⍝ G.SearchFor2 might or might not be lowercase version of G.SearchFor depending
2726
⍝ ↓↓↓↓↓↓↓↓↓↓ on user preferences. That's why this must be done late.

APLSource/Fire/GUI/CreateFind.aplf

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
∆,←⊂'Style' 'DropEdit'
1515
∆,←⊂'Attach'('Top' 'Left' 'Top' 'Left')
1616
∆,←⊂'Items'(⌽##.G.LookForList)
17-
⍝TODO⍝ ∆,←⊂'Items'(⌽{⍵/⍨¯1≠↑∘⎕NC¨⍵}##.G.LookForList) ⍝ To circumvent bug 1953
1817
∆,←⊂'TipObj'n.TipObj
1918
∆,←⊂'HasClearButton' 1
2019
msg←''

APLSource/Fire/GUI/CreateReportMenu.aplf

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
rf←⍎'MB.TheReportMenu'n.Form.⎕WC'Menu' 'Reports'
44

55
∆←⊂'MenuItem'
6-
∆,←⊂'Caption'('Search QNL...')
6+
∆,←⊂'Caption'('Search QNL...',##.TAB,'F7')
77
∆,←⊂'HintObj'n.Info
88
∆,←⊂'Accelerator'(118 0)
99
∆,←⊂'Hint' 'Search for names recursively. Note that this is the only way to find the name of a non-scripted namespace!'

APLSource/Fire/History.apla

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
(
22
'⍝ Contains information regarding the last release. A full history is available on GitHub. (This line is ignored)'
33
''
4+
'* 9.6.1 from 2023-10-00'
5+
' * Fire did not handle symbolic names on cmddir (SALT) at all, resulting in problems finding its documents'
6+
' * The menu item "Reports > Search QNL" did not declare F7 being the hot key though the key did work'
7+
''
48
'* 9.6.0 from 2023-09-11'
59
' * The "Search ⎕NL" report now allows to search either in # or in ⎕SE'
610
' * "Search in ⎕NL" has now a function key assigned to it: F7'

APLSource/Fire/ReplaceAliase.aplf

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
txt←ReplaceAliase txt;buff;keys;values
2+
⍝ Replaces aliase like "[HOME]" etc
3+
:If '['∊txt
4+
buff←'['(≠⊆⊢)txt
5+
keys←1 ⎕C{⍵↑⍨⍵⍳']'}¨buff
6+
buff←{⍵↓⍨1+⍵⍳']'}¨buff
7+
values←ReplaceAliase_¨keys
8+
txt←⊃,/(keys{0=≢⍵:'[',⍺,']' ⋄ ⍵}¨values),¨buff
9+
:EndIf

APLSource/Fire/ReplaceAliase_.aplf

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
r←ReplaceAliase_ key
2+
⍝ Sub-function of ReplaceAliase without independent meaning
3+
:If 'HOME'≡key
4+
:AndIf 0<≢r←1⊃4070⌶0
5+
r,←'/'
6+
:Else
7+
r←2 ⎕NQ #'GetEnvironment' key
8+
:EndIf

APLSource/Fire/ReportDiffs/CompileReport_.aplf

-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@
4545
:If 0<noOf
4646
Drop G.DeleteLineFlag noOf noOf
4747
:ElseIf 1<≢⊆G.ReplaceBy ⍝ Multi-line replacement?
48-
⍝ ∘∘∘
4948
data1←{(1=⍴⍵):∊⍵ ⋄ 1↓↑,/##.CR,¨⍵}{A.DLB ⍵}¨(≢⊆G.ReplaceBy)↑1↑New
50-
⍝ data2←##.A.DLB{2=≡⍵:{0=≢⍵:⍵ ⋄ 0⊃⍵}⍵ ⋄ ⍵}Old ⍝TODO⍝
5149
data2←{(1=⍴⍵):∊⍵ ⋄ 1↓↑,/##.CR,¨⍵}{A.DLB ⍵}¨1↑Old
5250
data11←TAB,TAB,'p'Tag 1 MarkupDiff2 data2 data1 G.SearchFor G.ReplaceBy
5351
data22←TAB,TAB,'p'Tag 2 MarkupDiff2 data1 data2 G.ReplaceBy G.SearchFor

APLSource/Fire/ShowReadMe.aplf

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{r}←ShowReadMe dummy;f;msg
22
⍝ Load the Markdown-based HTML document and show it in the default browser.
33
r←⍬
4-
:If F.Exists{0=≢⍵:0 ⋄ ⍺⍺ ⍵}G.HelpPath
4+
:If F.Exists G.HelpPath
5+
⍝ Question.ShowMsg{'⌹'@(⍸⍵=' ')⊣⍵}G.HelpPath
56
A.GoToWebPage'file://',G.HelpPath
67
:Else
78
msg←⊂'Could not find the document.'

APLSource/Fire/ShowReleaseNotes.aplf

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
r←⍬
44
:If 0<≢path←↑⎕NPARTS G.HelpPath
55
filename←path,'ReleaseNotes.html'
6+
⍝ Question.ShowMsg{'⌹'@(⍸⍵=' ')⊣⍵}filename
67
:AndIf F.Exists filename
78
A.GoToWebPage'file://',filename
89
:Else

APLSource/Fire/Version.aplf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
r←Version
22
⍝ See also `History`
3-
r←'Fire' '9.6.0+276' '2023-10-11'
3+
r←'Fire' '9.6.1281+1' '2023-10-09'

APLSource/ToDo.apla

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
(
2+
''
3+
)

Docs/ReleaseNotes.md

+9
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ A bump of the minor number indicates added functionality plus possibly bug fixes
1313

1414
A bump of the patch number indicates bug fixes.
1515

16+
## Version 9.6.1 from 2023-10-09
17+
18+
* If SALT's `cmddir` parameter carried a symbolic name as in `[HOME]MyUCMDs` then Fire did not find its documents.
19+
20+
* The menu item "Reports > Search in QNL" did not declare F7 as its hot key although the key worked
21+
1622
## Version 9.6.0 from 2023-09-11
1723

1824
* The "Search [ ]NL" report now allows to start a search in either `#` or in `⎕SE`.
@@ -142,3 +148,6 @@ Bug fix: people who do not tick "Options > Object Syntax > Expose GUI Properties
142148
* The `∆List` function created by `Fire.API.CreateSearchParms` was buggy.
143149
* Internal change: all calls to acre via ⎕SE.UCMDS have now been replaced by calls to acre's API.
144150

151+
152+
153+

cider.config

+29-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,29 @@
1-
{ CIDER: { dependencies: { tatin: "./packages/", }, dependencies_dev: { tatin: "./packages_dev=TestCases", }, distributionFolder: "Dist", init: "Initialize", make: "Admin.Make 1", parent: "#", projectSpace: "Fire", project_url: "https://github.com/aplteam/Fire", source: "APLSource", tests: "TestCases.RunTests", }, LINK: { forceFilenames: 1, watch: "ns", }, SYSVARS: { io: 1, ml: 1, }, USER: { },}
1+
{
2+
CIDER: {
3+
dependencies: {
4+
nuget: "",
5+
tatin: "./packages/",
6+
},
7+
dependencies_dev: {
8+
tatin: "./packages_dev=TestCases",
9+
},
10+
distributionFolder: "Dist",
11+
init: "Initialize",
12+
make: "Admin.Make 1",
13+
parent: "#",
14+
projectSpace: "Fire",
15+
project_url: "https://github.com/aplteam/Fire",
16+
source: "APLSource",
17+
tests: "TestCases.RunTests",
18+
},
19+
LINK: {
20+
forceFilenames: 1,
21+
watch: "ns",
22+
},
23+
SYSVARS: {
24+
io: 1,
25+
ml: 1,
26+
},
27+
USER: {
28+
},
29+
}

html/ReleaseNotes.html

+46-36
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,25 @@
2020
<ul>
2121
<li><a href="#Release-Notes">Release Notes</a>
2222
<ul>
23-
<li><a href="#Version-960-from-2023-09-11">1. Version 9.6.0 from 2023-09-11</a></li>
24-
<li><a href="#Version-952-from-2023-03-25">2. Version 9.5.2 from 2023-03-25</a></li>
25-
<li><a href="#Version-951-from-2023-03-12">3. Version 9.5.1 from 2023-03-12</a></li>
26-
<li><a href="#Version-950-from-2023-02-06">4. Version 9.5.0 from 2023-02-06</a></li>
27-
<li><a href="#Version-944-from-2022-12-15">5. Version 9.4.4 from 2022-12-15</a></li>
28-
<li><a href="#Version-943-from-2022-12-13">6. Version 9.4.3 from 2022-12-13</a></li>
29-
<li><a href="#Version-942-from-2022-11-08">7. Version 9.4.2 from 2022-11-08</a></li>
30-
<li><a href="#Version-941-from-2022-09-23">8. Version 9.4.1 from 2022-09-23</a></li>
31-
<li><a href="#Version-940-from-2022-09-11">9. Version 9.4.0 from 2022-09-11</a></li>
32-
<li><a href="#Version-930-from-2021-12-14">10. Version 9.3.0 from 2021-12-14</a></li>
33-
<li><a href="#Version-921-from-2021-10-24">11. Version 9.2.1 from 2021-10-24</a></li>
34-
<li><a href="#Version-920-from-2021-10-03">12. Version 9.2.0 from 2021-10-03</a></li>
35-
<li><a href="#Version-913-from-2021-04-30">13. Version 9.1.3 from 2021-04-30</a></li>
36-
<li><a href="#Version-912-from-2021-04-18">14. Version 9.1.2 from 2021-04-18</a></li>
37-
<li><a href="#Version-911-from-2021-04-17">15. Version 9.1.1 from 2021-04-17</a></li>
38-
<li><a href="#Version-910-from-2021-04-07">16. Version 9.1.0 from 2021-04-07</a></li>
39-
<li><a href="#Version-901-from-2021-04-05">17. Version 9.0.1 from 2021-04-05</a></li>
40-
<li><a href="#Version-900">18. Version 9.0.0</a>
23+
<li><a href="#Version-961-from-2023-10-09">1. Version 9.6.1 from 2023-10-09</a></li>
24+
<li><a href="#Version-960-from-2023-09-11">2. Version 9.6.0 from 2023-09-11</a></li>
25+
<li><a href="#Version-952-from-2023-03-25">3. Version 9.5.2 from 2023-03-25</a></li>
26+
<li><a href="#Version-951-from-2023-03-12">4. Version 9.5.1 from 2023-03-12</a></li>
27+
<li><a href="#Version-950-from-2023-02-06">5. Version 9.5.0 from 2023-02-06</a></li>
28+
<li><a href="#Version-944-from-2022-12-15">6. Version 9.4.4 from 2022-12-15</a></li>
29+
<li><a href="#Version-943-from-2022-12-13">7. Version 9.4.3 from 2022-12-13</a></li>
30+
<li><a href="#Version-942-from-2022-11-08">8. Version 9.4.2 from 2022-11-08</a></li>
31+
<li><a href="#Version-941-from-2022-09-23">9. Version 9.4.1 from 2022-09-23</a></li>
32+
<li><a href="#Version-940-from-2022-09-11">10. Version 9.4.0 from 2022-09-11</a></li>
33+
<li><a href="#Version-930-from-2021-12-14">11. Version 9.3.0 from 2021-12-14</a></li>
34+
<li><a href="#Version-921-from-2021-10-24">12. Version 9.2.1 from 2021-10-24</a></li>
35+
<li><a href="#Version-920-from-2021-10-03">13. Version 9.2.0 from 2021-10-03</a></li>
36+
<li><a href="#Version-913-from-2021-04-30">14. Version 9.1.3 from 2021-04-30</a></li>
37+
<li><a href="#Version-912-from-2021-04-18">15. Version 9.1.2 from 2021-04-18</a></li>
38+
<li><a href="#Version-911-from-2021-04-17">16. Version 9.1.1 from 2021-04-17</a></li>
39+
<li><a href="#Version-910-from-2021-04-07">17. Version 9.1.0 from 2021-04-07</a></li>
40+
<li><a href="#Version-901-from-2021-04-05">18. Version 9.0.1 from 2021-04-05</a></li>
41+
<li><a href="#Version-900">19. Version 9.0.0</a>
4142
</li></ul></li>
4243
</ul>
4344
</div>
@@ -52,22 +53,31 @@ <h1 data-id="Release-Notes">Release Notes</h1>
5253
<p>A bump of the minor number indicates added functionality plus possibly bug fixes.</p>
5354
<p>A bump of the patch number indicates bug fixes.</p>
5455
<div class="h_tag">
56+
<a href="#Version-961-from-2023-10-09" id="Version-961-from-2023-10-09" class="autoheader_anchor">
57+
<h2 data-id="Version-961-from-2023-10-09">1. Version 9.6.1 from 2023-10-09</h2>
58+
</a>
59+
</div>
60+
<ul>
61+
<li>If SALT's <code>cmddir</code> parameter carried a symbolic name as in <code>[HOME]MyUCMDs</code> then Fire did not find its documents.</li>
62+
<li>The menu item “Reports &gt; Search in QNL” did not declare F7 as its hot key although the key worked</li>
63+
</ul>
64+
<div class="h_tag">
5565
<a href="#Version-960-from-2023-09-11" id="Version-960-from-2023-09-11" class="autoheader_anchor">
56-
<h2 data-id="Version-960-from-2023-09-11">1. Version 9.6.0 from 2023-09-11</h2>
66+
<h2 data-id="Version-960-from-2023-09-11">2. Version 9.6.0 from 2023-09-11</h2>
5767
</a>
5868
</div>
5969
<ul>
6070
<li>The “Search [ ]NL” report now allows to start a search in either <code>#</code> or in <code>⎕SE</code>.</li>
6171
</ul>
6272
<div class="h_tag">
6373
<a href="#Version-952-from-2023-03-25" id="Version-952-from-2023-03-25" class="autoheader_anchor">
64-
<h2 data-id="Version-952-from-2023-03-25">2. Version 9.5.2 from 2023-03-25</h2>
74+
<h2 data-id="Version-952-from-2023-03-25">3. Version 9.5.2 from 2023-03-25</h2>
6575
</a>
6676
</div>
6777
<p>Bug fix: people who do not tick “Options &gt; Object Syntax &gt; Expose GUI Properties” could not use “Replace”</p>
6878
<div class="h_tag">
6979
<a href="#Version-951-from-2023-03-12" id="Version-951-from-2023-03-12" class="autoheader_anchor">
70-
<h2 data-id="Version-951-from-2023-03-12">3. Version 9.5.1 from 2023-03-12</h2>
80+
<h2 data-id="Version-951-from-2023-03-12">4. Version 9.5.1 from 2023-03-12</h2>
7181
</a>
7282
</div>
7383
<ul>
@@ -77,15 +87,15 @@ <h2 data-id="Version-951-from-2023-03-12">3. Version 9.5.1 from 2023-03-12</h2>
7787
</ul>
7888
<div class="h_tag">
7989
<a href="#Version-950-from-2023-02-06" id="Version-950-from-2023-02-06" class="autoheader_anchor">
80-
<h2 data-id="Version-950-from-2023-02-06">4. Version 9.5.0 from 2023-02-06</h2>
90+
<h2 data-id="Version-950-from-2023-02-06">5. Version 9.5.0 from 2023-02-06</h2>
8191
</a>
8292
</div>
8393
<ul>
8494
<li>Search operation is now much quicker under some cirumstances</li>
8595
</ul>
8696
<div class="h_tag">
8797
<a href="#Version-944-from-2022-12-15" id="Version-944-from-2022-12-15" class="autoheader_anchor">
88-
<h2 data-id="Version-944-from-2022-12-15">5. Version 9.4.4 from 2022-12-15</h2>
98+
<h2 data-id="Version-944-from-2022-12-15">6. Version 9.4.4 from 2022-12-15</h2>
8999
</a>
90100
</div>
91101
<ul>
@@ -94,7 +104,7 @@ <h2 data-id="Version-944-from-2022-12-15">5. Version 9.4.4 from 2022-12-15</h2>
94104
</ul>
95105
<div class="h_tag">
96106
<a href="#Version-943-from-2022-12-13" id="Version-943-from-2022-12-13" class="autoheader_anchor">
97-
<h2 data-id="Version-943-from-2022-12-13">6. Version 9.4.3 from 2022-12-13</h2>
107+
<h2 data-id="Version-943-from-2022-12-13">7. Version 9.4.3 from 2022-12-13</h2>
98108
</a>
99109
</div>
100110
<ul>
@@ -103,23 +113,23 @@ <h2 data-id="Version-943-from-2022-12-13">6. Version 9.4.3 from 2022-12-13</h2>
103113
</ul>
104114
<div class="h_tag">
105115
<a href="#Version-942-from-2022-11-08" id="Version-942-from-2022-11-08" class="autoheader_anchor">
106-
<h2 data-id="Version-942-from-2022-11-08">7. Version 9.4.2 from 2022-11-08</h2>
116+
<h2 data-id="Version-942-from-2022-11-08">8. Version 9.4.2 from 2022-11-08</h2>
107117
</a>
108118
</div>
109119
<ul>
110120
<li>Fire did not run under 18.0 by mistake</li>
111121
</ul>
112122
<div class="h_tag">
113123
<a href="#Version-941-from-2022-09-23" id="Version-941-from-2022-09-23" class="autoheader_anchor">
114-
<h2 data-id="Version-941-from-2022-09-23">8. Version 9.4.1 from 2022-09-23</h2>
124+
<h2 data-id="Version-941-from-2022-09-23">9. Version 9.4.1 from 2022-09-23</h2>
115125
</a>
116126
</div>
117127
<ul>
118128
<li>Fire's “Make” copied the packages twice</li>
119129
</ul>
120130
<div class="h_tag">
121131
<a href="#Version-940-from-2022-09-11" id="Version-940-from-2022-09-11" class="autoheader_anchor">
122-
<h2 data-id="Version-940-from-2022-09-11">9. Version 9.4.0 from 2022-09-11</h2>
132+
<h2 data-id="Version-940-from-2022-09-11">10. Version 9.4.0 from 2022-09-11</h2>
123133
</a>
124134
</div>
125135
<ul>
@@ -135,7 +145,7 @@ <h2 data-id="Version-940-from-2022-09-11">9. Version 9.4.0 from 2022-09-11</h2>
135145
</ul>
136146
<div class="h_tag">
137147
<a href="#Version-930-from-2021-12-14" id="Version-930-from-2021-12-14" class="autoheader_anchor">
138-
<h2 data-id="Version-930-from-2021-12-14">10. Version 9.3.0 from 2021-12-14</h2>
148+
<h2 data-id="Version-930-from-2021-12-14">11. Version 9.3.0 from 2021-12-14</h2>
139149
</a>
140150
</div>
141151
<ul>
@@ -148,15 +158,15 @@ <h2 data-id="Version-930-from-2021-12-14">10. Version 9.3.0 from 2021-12-14</h2>
148158
</ul>
149159
<div class="h_tag">
150160
<a href="#Version-921-from-2021-10-24" id="Version-921-from-2021-10-24" class="autoheader_anchor">
151-
<h2 data-id="Version-921-from-2021-10-24">11. Version 9.2.1 from 2021-10-24</h2>
161+
<h2 data-id="Version-921-from-2021-10-24">12. Version 9.2.1 from 2021-10-24</h2>
152162
</a>
153163
</div>
154164
<ul>
155165
<li>“Case sensitive” in the “”Search QNL“ report” did not work.</li>
156166
</ul>
157167
<div class="h_tag">
158168
<a href="#Version-920-from-2021-10-03" id="Version-920-from-2021-10-03" class="autoheader_anchor">
159-
<h2 data-id="Version-920-from-2021-10-03">12. Version 9.2.0 from 2021-10-03</h2>
169+
<h2 data-id="Version-920-from-2021-10-03">13. Version 9.2.0 from 2021-10-03</h2>
160170
</a>
161171
</div>
162172
<ul>
@@ -170,7 +180,7 @@ <h2 data-id="Version-920-from-2021-10-03">12. Version 9.2.0 from 2021-10-03</h2>
170180
</ul>
171181
<div class="h_tag">
172182
<a href="#Version-913-from-2021-04-30" id="Version-913-from-2021-04-30" class="autoheader_anchor">
173-
<h2 data-id="Version-913-from-2021-04-30">13. Version 9.1.3 from 2021-04-30</h2>
183+
<h2 data-id="Version-913-from-2021-04-30">14. Version 9.1.3 from 2021-04-30</h2>
174184
</a>
175185
</div>
176186
<ul>
@@ -179,23 +189,23 @@ <h2 data-id="Version-913-from-2021-04-30">13. Version 9.1.3 from 2021-04-30</h2>
179189
</ul>
180190
<div class="h_tag">
181191
<a href="#Version-912-from-2021-04-18" id="Version-912-from-2021-04-18" class="autoheader_anchor">
182-
<h2 data-id="Version-912-from-2021-04-18">14. Version 9.1.2 from 2021-04-18</h2>
192+
<h2 data-id="Version-912-from-2021-04-18">15. Version 9.1.2 from 2021-04-18</h2>
183193
</a>
184194
</div>
185195
<ul>
186196
<li><code>ReportHits.MarkUpAllHits</code> was buggy</li>
187197
</ul>
188198
<div class="h_tag">
189199
<a href="#Version-911-from-2021-04-17" id="Version-911-from-2021-04-17" class="autoheader_anchor">
190-
<h2 data-id="Version-911-from-2021-04-17">15. Version 9.1.1 from 2021-04-17</h2>
200+
<h2 data-id="Version-911-from-2021-04-17">16. Version 9.1.1 from 2021-04-17</h2>
191201
</a>
192202
</div>
193203
<ul>
194204
<li>Replace with one-by-one did not work</li>
195205
</ul>
196206
<div class="h_tag">
197207
<a href="#Version-910-from-2021-04-07" id="Version-910-from-2021-04-07" class="autoheader_anchor">
198-
<h2 data-id="Version-910-from-2021-04-07">16. Version 9.1.0 from 2021-04-07</h2>
208+
<h2 data-id="Version-910-from-2021-04-07">17. Version 9.1.0 from 2021-04-07</h2>
199209
</a>
200210
</div>
201211
<ul>
@@ -208,15 +218,15 @@ <h2 data-id="Version-910-from-2021-04-07">16. Version 9.1.0 from 2021-04-07</h2>
208218
</ul>
209219
<div class="h_tag">
210220
<a href="#Version-901-from-2021-04-05" id="Version-901-from-2021-04-05" class="autoheader_anchor">
211-
<h2 data-id="Version-901-from-2021-04-05">17. Version 9.0.1 from 2021-04-05</h2>
221+
<h2 data-id="Version-901-from-2021-04-05">18. Version 9.0.1 from 2021-04-05</h2>
212222
</a>
213223
</div>
214224
<ul>
215225
<li>Bug fix: There was a problem with the Fire icon. It hit only on PCs were Fire has never been installed before.</li>
216226
</ul>
217227
<div class="h_tag">
218228
<a href="#Version-900" id="Version-900" class="autoheader_anchor">
219-
<h2 data-id="Version-900">18. Version 9.0.0</h2>
229+
<h2 data-id="Version-900">19. Version 9.0.0</h2>
220230
</a>
221231
</div>
222232
<ul>

packages/apl-buildlist.json

+23-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1-
{ packageID: [ "aplteam-WinReg-5.0.4", "aplteam-OS-3.1.1", "aplteam-GitHubAPIv3-0.7.0", "aplteam-FilesAndDirs-5.5.0", "aplteam-APLTreeUtils2-1.2.0", ], principal: [ 1, 1, 1, 1, 1, ], url: [ "https://tatin.dev/", "https://tatin.dev/", "https://tatin.dev/", "https://tatin.dev/", "https://tatin.dev/", ],}
1+
{
2+
packageID: [
3+
"aplteam-WinReg-5.0.4",
4+
"aplteam-OS-3.1.1",
5+
"aplteam-GitHubAPIv3-0.7.0",
6+
"aplteam-FilesAndDirs-5.5.1",
7+
"aplteam-APLTreeUtils2-1.2.1",
8+
],
9+
principal: [
10+
1,
11+
1,
12+
1,
13+
1,
14+
1,
15+
],
16+
url: [
17+
"https://tatin.dev/",
18+
"https://tatin.dev/",
19+
"https://tatin.dev/",
20+
"https://tatin.dev/",
21+
"https://tatin.dev/",
22+
],
23+
}

packages/apl-dependencies.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
aplteam-APLTreeUtils2-1.2.0
2-
aplteam-FilesAndDirs-5.5.0
1+
aplteam-APLTreeUtils2-1.2.1
2+
aplteam-FilesAndDirs-5.5.1
33
aplteam-WinReg-5.0.4
44
aplteam-OS-3.1.1
55
aplteam-GitHubAPIv3-0.7.0

0 commit comments

Comments
 (0)