summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorMartin Haug <mhaug@live.de>2023-05-20 19:20:29 +0300
committerMartin Haug <mhaug@live.de>2023-05-20 19:20:29 +0300
commit35b883cfd9e6acfcaee1a98bf2bdd4f6c5de5fbf (patch)
treeb5a48c8ccdd3c4d6b8561832aa14875f5b2d3628 /docs/src
parent2d498817b08139710869c61cbb0ae7c3e44aab4b (diff)
Add web app changelog
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/general/changelog.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/src/general/changelog.md b/docs/src/general/changelog.md
index 9c9bf212..43270fb9 100644
--- a/docs/src/general/changelog.md
+++ b/docs/src/general/changelog.md
@@ -73,6 +73,23 @@ description: |
- Exported PDFs now embeds ICC profiles for images that have them
- Fixed export of strokes with zero thickness
+- Web app
+ - Projects can now contain folders
+ - Added upload by drag and drop into the file panel
+ - Files from the file panel can now be dragged into the editor to insert them
+ in a Typst file
+ - You can now copy-paste images and other files from your computer directly
+ into the editor
+ - Added button to resend confirmation email
+ - Added option to invert preview colors in dark mode
+ - Added tips to the loading screen and the Help menu. Feel free to submit
+ more!
+ - Added syntax highlighting for YAML files
+ - Allow middle mouse button click on many buttons to navigate in a new tab
+ - Allow more project names
+ - Fix overridden Vim mode keybindings
+ - Many bugfixes regarding file upload and more
+
- Miscellaneous Improvements
- Improved performance of counters, state, and queries
- Improved incremental parsing for more efficient recompilations