mirror of https://github.com/adamdruppe/arsd.git
notes prepping for 12.0
This commit is contained in:
parent
2e8da200f9
commit
5ed3b9957b
11
README.md
11
README.md
|
|
@ -26,7 +26,10 @@ Please note that I DO consider changes to build process to be a breaking change,
|
||||||
|
|
||||||
Future release, likely May 2026 or later.
|
Future release, likely May 2026 or later.
|
||||||
|
|
||||||
Nothing is planned for it at this time.
|
Planned changes:
|
||||||
|
|
||||||
|
* Make arsd.http2 use arsd.core event loop by default (currently you still opt in with -version=use_arsd_core)
|
||||||
|
* Make arsd.cgi integrate with the arsd.core event loop
|
||||||
|
|
||||||
## 12.0
|
## 12.0
|
||||||
|
|
||||||
|
|
@ -44,6 +47,12 @@ arsd.pixmappresenter, arsd.pixmappaint and arsd.pixmaprecorder were added.
|
||||||
|
|
||||||
arsd.ini was added.
|
arsd.ini was added.
|
||||||
|
|
||||||
|
arsd.zip, arsd.xlsx, arsd.rtf, arsd.pptx, arsd.docx, all added.
|
||||||
|
|
||||||
|
arsd.script's language now requires () around the if and while conditions. Its parser is still so bad, but this let me fix some other bugs without making it even worse.
|
||||||
|
|
||||||
|
arsd.simpledisplay now uses the arsd.core event loop by default.
|
||||||
|
|
||||||
## 11.0
|
## 11.0
|
||||||
|
|
||||||
Released: Planned for May 2023, actually out August 2023.
|
Released: Planned for May 2023, actually out August 2023.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue