1
0

Changelog

This commit is contained in:
Zef Hemel 2023-07-10 13:20:12 +02:00
parent f7edfec6e0
commit 2ff4b04b11

View File

@ -3,6 +3,13 @@ release.
---
## Next
* [Mobile view improvements](https://github.com/silverbulletmd/silverbullet/pull/452) for tables and directives (vertical spacing) by [vuau](https://github.com/vuau)
* Internal work on [color theming](https://github.com/silverbulletmd/silverbullet/pull/455) by [TheLD6978](https://github.com/TheLD6978)
* **Bug fix**: Renaming of pages now works again on iOS
---
## 0.3.5
* **Removal of all real-time collaboration features**: this was causing too many edge cases, and complicated the code too much. To simplify the product as well as the code, we completely removed all real-time collaboration features for now. We may introduce this at some point in the future when the demand and focus is there.
* **Change of APIs**: This is mostly internal, but will likely have effects on the first load after the upgrade: you may see errors or a message around “the path has changed”, or your page may not properly load. Dont freak out, just reload once or twice and all should resync and be fine. Theres a beginning of documenting the server [[API]] now.