- Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathnews.html
216 lines (216 loc) · 8.48 KB
/
news.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<!DOCTYPE html>
<htmllang="en">
<head>
<metacharset="utf-8">
<metahttp-equiv="X-UA-Compatible" content="IE=edge">
<metaname="viewport" content="width=device-width, initial-scale=1">
<title>SmallBASIC | news</title>
<metaname="description" content="SmallBASIC | One more basic">
<linkrel="canonical" href="/news.html">
<linkrel="keywords" href="news">
<linkrel="stylesheet" href="/css/style.css">
<linkrel="icon" type="image/png" href="/images/sb-desktop-32x32.png">
<scriptsrc="/clipboard.js"></script>
</head>
<body>
<buttononclick="topFunction()" id="BackToTopBtn" title="Go to top">⯅</button>
<scriptsrc="/backtotop.js"></script>
<divclass="wrapAll clearfix">
<navclass="navigation">
<divclass="logo">
<ahref="/"><imgsrc='/images/sb-logo.png?v=2' alt="logo"></a>
</div>
<divclass="navlinks">
<ahref="/pages/download.html">Download</a>
<aclass='active' href="/pages/news.html">News</a>
<ahref="/pages/community.html">Community</a>
<ahref="/pages/articles.html">Resources</a>
<ahref="/pages/reference.html">Language Reference</a>
<ahref="/pages/guide.html">SmallBASIC Manual</a>
</div>
</nav>
<divclass="mainsection">
<divclass="tabs clearfix">
<divclass="tabsRight">
<atarget="_github" href="https://github.com/smallbasic/smallbasic.github.io/blob/master/_build/pages/news.markdown">Edit</a>
<atarget="_github" href="https://github.com/smallbasic/smallbasic.github.io/commits/master/_build/pages/news.markdown">History</a>
</div>
</div>
<divclass="article">
<h1id="news">News</h1>
<h3id="website-refresh">Website refresh</h3>
<divclass="date">
<divclass="line-block">Feb 23, 2025</div>
</div>
<p>Awesome work by J7M. For details see: <a
href="https://www.syntaxbomb.com/smallbasic/new-smallbasic-website">New
SmallBASIC Website</a> discussion.</p>
<h3id="syntax-highlighting-for-ecode-editor-by-bprlhe">Syntax
highlighting for ecode editor by bprlhe</h3>
<divclass="date">
<divclass="line-block">July 18, 2024</div>
</div>
<p>For details see: <a
href="https://smallbasic.github.io/pages/language_support.html">Article
Language Support</a></p>
<h3id="tutorial-for-smallbasic-web-server">Tutorial for SmallBASIC web
server</h3>
<divclass="date">
<divclass="line-block">June 30, 2024</div>
</div>
<p>For details see: <a
href="https://smallbasic.github.io/pages/sbasicw.html">Article
SBASICW</a></p>
<h3id="syntax-highlighting-for-nano-editor">Syntax highlighting for
nano editor</h3>
<divclass="date">
<divclass="line-block">June 30, 2024</div>
</div>
<p>For details see: <a
href="https://smallbasic.github.io/pages/language_support.html">Article
Language Support</a></p>
<h3
id="smallbasic-version-12.27-has-been-released-for-windows-linux-and-web-browser">SmallBASIC
version 12.27 has been released for Windows, Linux and web browser</h3>
<divclass="date">
<divclass="line-block">April 26, 2024</div>
</div>
<p>For details see: <a
href="https://github.com/smallbasic/SmallBASIC/releases/tag/12_27">Latest
release</a>. Please report any issues to either the forum, email or
github issues page.</p>
<h3
id="smallbasic-version-12.26-has-been-released-for-windows-linux-and-web-browser">SmallBASIC
version 12.26 has been released for Windows, Linux and web browser</h3>
<divclass="date">
<divclass="line-block">March 26, 2023</div>
</div>
<p>For details see: <a
href="https://github.com/smallbasic/SmallBASIC/releases/tag/12_26">Latest
release</a>. Please report any issues to either the forum, email or
github issues page.</p>
<h3
id="smallbasic-version-12.24-has-been-released-for-windows-linux-and-web-browser">SmallBASIC
version 12.24 has been released for Windows, Linux and web browser</h3>
<divclass="date">
<divclass="line-block">June 20, 2022</div>
</div>
<p>For details see: <a
href="https://github.com/smallbasic/SmallBASIC/releases/tag/v12.24">Latest
release</a>. Please report any issues to either the forum, email or
github issues page.</p>
<h3id="new-article-language-support-provided-by-joe7m">New article:
“Language Support” provided by Joe7M</h3>
<divclass="date">
<divclass="line-block">February 15, 2022</div>
</div>
<p>For details see: <ahref="/pages/language_support.html">Language
Support</a></p>
<h3id="smallbasic-version-12.23-has-been-released">SmallBASIC version
12.23 has been released</h3>
<divclass="date">
<divclass="line-block">August 31, 2021</div>
</div>
<p>For details see: <a
href="https://github.com/smallbasic/SmallBASIC/releases/tag/v12.23">Latest
release</a>. Please report any issues to either the forum, email or
github issues page.</p>
<h3id="smallbasic-version-12.20-has-been-released">SmallBASIC version
12.20 has been released</h3>
<divclass="date">
<divclass="line-block">January 8, 2021</div>
</div>
<p>This release includes new loadable modules with support for <a
href="https://www.raylib.com/">RAYLIB</a>, <a
href="https://github.com/Immediate-Mode-UI/Nuklear">Nuklear</a> and
WebSockets. For details see: <a
href="https://github.com/smallbasic/SmallBASIC/releases/tag/v12.20">release
notes</a>. Please report any issues to either the forum, email or github
issues page.</p>
<h3id="smallbasic-version-12.19-has-been-released">SmallBASIC version
12.19 has been released</h3>
<divclass="date">
<divclass="line-block">July 16, 2020</div>
</div>
<p>For details see: <a
href="https://github.com/smallbasic/SmallBASIC/releases/tag/12_19">release
notes</a>. Please report any issues to either the forum, email or github
issues page.</p>
<h3
id="new-teaching-resource-programming-smallbasic-provided-by-gerard-thomas-labèrnia">New
teaching resource: “Programming SmallBASIC” provided by Gerard Thomas
Labèrnia</h3>
<divclass="date">
<divclass="line-block">April 11, 2020</div>
</div>
<p>For details see: <ahref="/pages/articles.html">Articles</a></p>
<h3id="smallbasic-version-0.12.18-has-been-released">SmallBASIC version
0.12.18 has been released</h3>
<divclass="date">
<divclass="line-block">March 16, 2020</div>
</div>
<p>For details see: <a
href="https://github.com/smallbasic/SmallBASIC/releases/tag/0_12_18">release
notes</a>. Please report any issues to either the forum, email or github
issues page.</p>
<h3id="smallbasic-version-0.12.17-has-been-released">SmallBASIC version
0.12.17 has been released</h3>
<divclass="date">
<divclass="line-block">December 22, 2019</div>
</div>
<p>For details see: <a
href="https://github.com/smallbasic/SmallBASIC/releases/tag/0_12_17">release
notes</a>. The windows package includes sbasici.exe which is a
recreation of the previous FLTK version. Please report any issues to
either the forum, email or github issues page.</p>
<h3id="new-discussion-forum">New discussion forum</h3>
<divclass="date">
<divclass="line-block">October 29, 2019</div>
</div>
<p>The Retrogamecoding and Basicprogramming Forum is scheduled for
closure on 4th of November 2019. A new forum has been created at
www.syntaxbomb.com. Click the <strong>Discuss</strong> link above and
join the discussion!</p>
<h3id="cool-new-sample-program-news-on-progress">Cool new sample
program, news on progress</h3>
<divclass="date">
<divclass="line-block">June 2, 2019</div>
</div>
<p><ahref="/posts/2019-06-02.html">Read more</a></p>
<h3id="smallbasic-version-0.12.14-has-been-released">SmallBASIC version
0.12.14 has been released</h3>
<divclass="date">
<divclass="line-block">November 22, 2018</div>
</div>
<p><ahref="/pages/changelog.html">Read more</a></p>
<h3id="smallbasic-version-0.12.13-has-been-released">SmallBASIC version
0.12.13 has been released</h3>
<divclass="date">
<divclass="line-block">September 13, 2018</div>
</div>
<p><ahref="/posts/2018-09-13.html">Read more</a></p>
<p><imgsrc="../images/lsystem.png" title="Fun with lsystems" /></p>
<p><ahref="/pages/samples.html">Samples</a></p>
<h3id="web-site-updated">Web site updated</h3>
<divclass="date">
<divclass="line-block">March 29, 2018</div>
</div>
<p><ahref="/posts/2018-29-03.html">Read more</a></p>
<h3id="smallbasic-version-0.12.10-has-been-released">SmallBASIC version
0.12.10 has been released</h3>
<divclass="date">
<divclass="line-block">December 24, 2017</div>
</div>
<p><ahref="/posts/2017-24-12-1.html">Read more</a></p>
</div>
<divclass="pagefooter">
This page was last edited on Mon, 24 Feb 2025 20:51:53 +1030
|
<ahref="https://en.wikipedia.org/wiki/Markdown" target="_blank" rel="nofollow">Markdown</a>
processed with
<ahref="https://pandoc.org/MANUAL.html#pandocs-markdown" target="_blank" rel="nofollow">pandoc 3.1.12.1</a>
</div>
</div>
</div>
</body>
</html>