chore(docs): sync

This commit is contained in:
Elian Doran
2025-04-11 20:05:22 +03:00
parent 2e4524361b
commit d1b308eced
43 changed files with 862 additions and 967 deletions

View File

@@ -1,4 +1,4 @@
# v0.92.7
# v0.92.7
> [!IMPORTANT]
> If you enjoyed this release, consider showing a token of appreciation by:
>
@@ -18,7 +18,7 @@
* [Mobile detection when auth disabled not working](https://github.com/TriliumNext/Notes/issues/1660)
* [Format bar placement obscures the bottom bar](https://github.com/TriliumNext/Notes/issues/1121)
* [On mobile, format bar scrolls when should remain static position above keyboard](https://github.com/TriliumNext/Notes/issues/1513)
* ["Error: Option 'redirectBareDomain' doesn't exist" on new installations](https://github.com/TriliumNext/Notes/pull/1668) by @pano9000
* ["Error: Option 'redirectBareDomain' doesn't exist" on new installations](https://github.com/TriliumNext/Notes/pull/1668) by @pano9000
## ✨ Improvements
@@ -35,5 +35,5 @@
## 🛠️ Technical updates
* Use eslint simple-import-sort plugin to enable auto fix by @JYC333
* Use eslint simple-import-sort plugin to enable auto fix by @JYC333
* use type variable for sql.transactional's return value by @pano9000