Skip to content

Commit e907fd3

Browse files
committed
Updates for 12_27
1 parent c4988f5 commit e907fd3

4 files changed

Lines changed: 424 additions & 139 deletions

File tree

_build/pages/changelog.markdown

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
Changelog
22
=========
33

4+
**12.27 (26 April 2024) **
5+
6+
- Add new function TRANSPOSE()
7+
- Allow modules to return objects with methods that take arguments
8+
- Fix TSAVE bug #205
9+
- Fix bug #149: Problem with big hex numbers in windows
10+
- Fix bug: LINEQN tolerance
11+
- Fix building on Cygwin
12+
- Fix floating-point number round-precision bug when converting a floating-point number to string.
13+
- Fix for RoundPrecisionBug
14+
- Fix linking issue on MSYS2
15+
- Fix parameter number error when calling a unit sub/func
16+
- Fix redim regression
17+
- Fix: RTRIM changes input string
18+
- Improvements for image.save()
19+
- Serial port improvements.
20+
- Show a runtime error if a module calls exit()
21+
- Bugfix for image.clip() and image.save()
22+
- Fix image save
23+
- Added mechanism for cleaning up resources when the associated map falls out of scope
24+
425
**12.26 (26 March 2023) **
526

627
- FLTK and SDL version numbers now included in SBVER

_build/pages/download.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
## Windows
1313

14-
[12.26](https://github.com/smallbasic/SmallBASIC/releases/download/12_26/smallbasic_12.26.zip){target="_blank"}
14+
[12.27](https://github.com/smallbasic/SmallBASIC/releases/download/12_27/smallbasic_12.27.zip){target="_blank"}
1515

1616
## Linux
1717

@@ -35,7 +35,7 @@
3535

3636
## Source code
3737

38-
[12.26](https://github.com/smallbasic/SmallBASIC/releases/download/12_26/smallbasic-12.26.tar.gz){target="_blank"}
38+
[12.27](https://github.com/smallbasic/SmallBASIC/releases/download/12_27/smallbasic-12.27.tar.gz){target="_blank"}
3939

4040
## Other releases
4141

0 commit comments

Comments
 (0)