@@ -10,9 +10,17 @@ to talk to the cloud service. If you use the web interface, this should not be
1010a problem, but if you use local builds, please try to stay on the latest release
1111for the time being.**
1212
13- ## Changes in version X.Y.Z
13+ ## Changes in version 0.9.0
1414
15- ** STILL UNDER DEVELOPMENT; NOT RELEASED YET.**
15+ ** Released on 2022-06-05.**
16+
17+ The primary goal of this release is to support major changes in the EndBASIC
18+ cloud service, which has a completely new account signup and authentication
19+ flow that allow unauthenticated users to load publicly shared files. These
20+ changes, combined with the in-interpreter account signup flow, fulfill the
21+ vision of the cloud service interactions.
22+
23+ Cloud service changes:
1624
1725* Updated ` LOGIN ` to deal with the new version of the EndBASIC cloud service
1826 that does not use Azure AD for authentication. This new command is faster
@@ -44,10 +52,7 @@ for the time being.**
4452 ` --service-url ` allows overriding the default, and in the web, the staging
4553 site now points to the staging service.
4654
47- * Added a new ` endbasic-client ` crate to assimilate all of the funcionality
48- and commands required to talk to the cloud service. This helps to keep the
49- ` endbasic-std ` crate leaner dependencies-wise and facilitates configuring
50- the client.
55+ Usability fixes:
5156
5257* Issue #161 : Fixed input methods (line input in the REPL and the full-screen
5358 text editor) to properly accept UTF-8.
@@ -57,6 +62,13 @@ for the time being.**
5762 visible in the web UI where the semi-transparent cursor would show the
5863 previous letter.
5964
65+ Internal changes:
66+
67+ * Added a new ` endbasic-client ` crate to assimilate all of the funcionality
68+ and commands required to talk to the cloud service. This helps to keep the
69+ ` endbasic-std ` crate leaner dependencies-wise and facilitates configuring
70+ the client.
71+
6072## Changes in version 0.8.1
6173
6274** Released on 2022-01-29.**
0 commit comments