Skip to content

Releases: Ripjetski6502/A8CLibrary

Version 1.47 (revised)

30 Mar 01:42
ddba133
Compare
Choose a tag to compare

Version 1.47
-Added IsSD() to A8LibDOS section, which detects and returns if SpartaDOS is present.
-Bumped library version.

Version 1.46

15 Mar 03:11
5a02510
Compare
Choose a tag to compare

Version 1.46
-Adds A8LibDOS, which includes the function SDGDate(). SDGDate() retrieves the date and time from the SpartaDOS COMTAB table, which is independent of the actual real time clock being used.

Version 1.45

13 Mar 01:01
59c4935
Compare
Choose a tag to compare

Version 1.45
-Adds GStat() function to display simple non-interactive status windows for short program operations.

Version 1.44

20 Feb 21:13
c31a903
Compare
Choose a tag to compare

Version 1.44
-Added GLOWER to GInput() to force lowercase text.
-Added GFNAME to GInput() to force uppercase and only allow valid filename characters.

Version 1.43

20 Feb 18:48
264b77f
Compare
Choose a tag to compare

Version 1.43
-Bugfix in Menu() for exit dehilite when in horizontal orientation.

Version 1.42

20 Feb 16:44
df53114
Compare
Choose a tag to compare

Version 1.42
-Revised GList() navigation to make more sense.
-Added GUPPER to GInput() to force uppercase entry.
-Added remaining A-Z keycodes in primary header.
-Bugfix in WOrn() to prevent buffer overrun under max size condition.

Version 1.40

16 Feb 14:52
6621f71
Compare
Choose a tag to compare

Version 1.40
-Added GList() list input control.
-Updated demo app to include list selection demo.

Version 1.30

13 Feb 01:00
f26be6b
Compare
Choose a tag to compare

Version 1.30
-Borderless / Frameless window support.
-Bugfix in WPrint()
-Reworked Menu() which adds support for horizontal (single line) menu bars.

Version 1.21

07 Oct 03:42
2380a9d
Compare
Choose a tag to compare

Version 1.21
-Performance improvements courtesy of @billkendrick . Updarted appdemo with performance timing in Input Form. Updated documentation. Binaries recompiled with new library versions.

Version 1.20

26 Aug 22:40
ce063cb
Compare
Choose a tag to compare

Version 1.20
-Added SIO binding
-Added APE Time binding
-Added FujiNet core bindings
-Added FujiNet Base64 bindings
-Added FujiNet Hash bindings