File tree Expand file tree Collapse file tree 6 files changed +48
-4
lines changed Expand file tree Collapse file tree 6 files changed +48
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ Android Changelog
5
5
[ Home] ( / ) > [ Articles] ( /pages/articles.html )
6
6
:::
7
7
8
+ ** 12.19 (16 July 2020)**
9
+
10
+ - Fix usability issues with samsung mobiles
11
+ - Fix ABSMIN/ABSMAX transposed #96
12
+ - Fix crash when passing non-array to CHART
13
+ - Fix image.save() to array destination
14
+ - Fix INPUT crash #99
15
+ - Implement DEFINEKEY undo #92
16
+ - Implement colour themes
17
+
8
18
** 0.12.17 (22 December 2019)**
9
19
10
20
- Fix module access in newer android versions.
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ ** 12.19 (16 July 2020) **
5
+
6
+ - Fix ABSMIN/ABSMAX transposed #96
7
+ - Fix crash when passing non-array to CHART
8
+ - Fix image.save() to array destination
9
+ - Fix INPUT crash #99
10
+ - Implement DEFINEKEY undo #92
11
+ - Implement colour themes
12
+ - FLTK: Implement line numbers colours #93
13
+ - SDL: Restore window size #95
14
+ - SDL: Show icon in linux build
15
+
4
16
** 0.12.18 (28 March 2020) **
5
17
6
18
- SDL: fix issue #81 - numlock handling
Original file line number Diff line number Diff line change 6
6
7
7
## Windows
8
8
9
- [ 0. 12.18 ] ( https://github.com/smallbasic/SmallBASIC/releases/download/0_12_18/smallbasic_0.12.18 .zip ) {target="_ blank"}
9
+ [ 12.19 ] ( https://github.com/smallbasic/SmallBASIC/releases/download/12_19/smallbasic_12.19 .zip ) {target="_ blank"}
10
10
11
11
## Linux
12
12
13
- - [ Ubuntu 64 bit - 0. 12.17 ] ( https://github.com/smallbasic/SmallBASIC/releases/download/0_12_17/smallbasic_0.12.17_amd64 .deb ) {target="_ blank"}
13
+ - [ Ubuntu 64 bit - 12.19 ] ( https://github.com/smallbasic/SmallBASIC/releases/download/12_19/smallbasic_12.19_amd64 .deb ) {target="_ blank"}
14
14
- [ Ubuntu 32 bit - 0.12.9] ( http://sourceforge.net/projects/smallbasic/files/Linux/0.12.9/smallbasic_0.12.9_i386.deb ) {target="_ blank"}
15
15
- [ Raspberry PI - 0.12.6] ( http://sourceforge.net/projects/smallbasic/files/Linux/0.12.6/smallbasic_0.12.6_armhf.deb ) {target="_ blank"}
16
16
Original file line number Diff line number Diff line change @@ -69,6 +69,16 @@ <h1 id="android-changelog">Android Changelog</h1>
69
69
< div class ="siteSub ">
70
70
< p > < a href ="/ "> Home</ a > > < a href ="/pages/articles.html "> Articles</ a > </ p >
71
71
</ div >
72
+ < p > < strong > 12.19 (16 July 2020)</ strong > </ p >
73
+ < ul >
74
+ < li > Fix usability issues with samsung mobiles</ li >
75
+ < li > Fix ABSMIN/ABSMAX transposed #96</ li >
76
+ < li > Fix crash when passing non-array to CHART</ li >
77
+ < li > Fix image.save() to array destination</ li >
78
+ < li > Fix INPUT crash #99</ li >
79
+ < li > Implement DEFINEKEY undo #92</ li >
80
+ < li > Implement colour themes</ li >
81
+ </ ul >
72
82
< p > < strong > 0.12.17 (22 December 2019)</ strong > </ p >
73
83
< ul >
74
84
< li > Fix module access in newer android versions.</ li >
Original file line number Diff line number Diff line change @@ -66,6 +66,18 @@ <h4>SmallBASIC</h4>
66
66
</ div >
67
67
< div class ="article ">
68
68
< h1 id ="changelog "> Changelog</ h1 >
69
+ < p > < strong > 12.19 (16 July 2020) </ strong > </ p >
70
+ < ul >
71
+ < li > Fix ABSMIN/ABSMAX transposed #96</ li >
72
+ < li > Fix crash when passing non-array to CHART</ li >
73
+ < li > Fix image.save() to array destination</ li >
74
+ < li > Fix INPUT crash #99</ li >
75
+ < li > Implement DEFINEKEY undo #92</ li >
76
+ < li > Implement colour themes</ li >
77
+ < li > FLTK: Implement line numbers colours #93</ li >
78
+ < li > SDL: Restore window size #95</ li >
79
+ < li > SDL: Show icon in linux build</ li >
80
+ </ ul >
69
81
< p > < strong > 0.12.18 (28 March 2020) </ strong > </ p >
70
82
< ul >
71
83
< li > SDL: fix issue #81 - numlock handling</ li >
Original file line number Diff line number Diff line change @@ -69,10 +69,10 @@ <h1 id="download">Download</h1>
69
69
< h2 id ="android "> Android</ h2 >
70
70
< p > < a href ="https://play.google.com/store/apps/details?id=net.sourceforge.smallbasic " target ="_blank "> Google play</ a > </ p >
71
71
< h2 id ="windows "> Windows</ h2 >
72
- < p > < a href ="https://github.com/smallbasic/SmallBASIC/releases/download/0_12_18/smallbasic_0.12.18. zip " target ="_blank "> 0. 12.18 </ a > </ p >
72
+ < p > < a href ="https://github.com/smallbasic/SmallBASIC/releases/download/12_19/smallbasic_12.19. zip " target ="_blank "> 12.19 </ a > </ p >
73
73
< h2 id ="linux "> Linux</ h2 >
74
74
< ul >
75
- < li > < a href ="https://github.com/smallbasic/SmallBASIC/releases/download/0_12_17/smallbasic_0.12.17_amd64. deb " target ="_blank "> Ubuntu 64 bit - 0. 12.17 </ a > </ li >
75
+ < li > < a href ="https://github.com/smallbasic/SmallBASIC/releases/download/12_19/smallbasic_12.19_amd64. deb " target ="_blank "> Ubuntu 64 bit - 12.19 </ a > </ li >
76
76
< li > < a href ="http://sourceforge.net/projects/smallbasic/files/Linux/0.12.9/smallbasic_0.12.9_i386.deb " target ="_blank "> Ubuntu 32 bit - 0.12.9</ a > </ li >
77
77
< li > < a href ="http://sourceforge.net/projects/smallbasic/files/Linux/0.12.6/smallbasic_0.12.6_armhf.deb " target ="_blank "> Raspberry PI - 0.12.6</ a > </ li >
78
78
</ ul >
You can’t perform that action at this time.
0 commit comments