Skip to content

Commit 5168a0d

Browse files
authored
docs: update release information for v0.4.10 (#352)
* docs: update release information for v0.4.10
1 parent 2bfe558 commit 5168a0d

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

readme.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ LeafWiki and of course I are looking for **contributors** who want to help bring
5151
- 🔒 Role-based access (admin / editor)
5252
- 🧠 No database required
5353
- 📂 Per-page assets with upload support
54-
- 🖼️ Embed images and files with Markdown
54+
- 🖼️ Embed images and files via Markdown or paste-to-upload (CTRL+V)
5555
- ⚙️ Single statically-linked Go binary (no dependencies)
5656
- 🚀 Easily self-hosted (Docker or standalone)
5757
- 🔁 Session auth with JWT tokens + refresh
@@ -60,6 +60,7 @@ LeafWiki and of course I are looking for **contributors** who want to help bring
6060
- 🌐 Public pages (viewable without login)
6161
- 🖨️ Print view support
6262
- 🧩 Mermaid.js diagram support
63+
- 🎨 Resizable sidebar
6364

6465
---
6566

@@ -266,8 +267,9 @@ go run main.go
266267
## 🗺️ Roadmap
267268

268269
### Planned
269-
- [ ] Improve release & test process (CI/CD)
270-
- [ ] Bug fixes and UX improvements based on user feedback
270+
- [ ] Global Keyboard Shortcuts (e.g. Ctrl+F for search, ...)
271+
- [ ] Further UI/UX improvements
272+
- [ ] Your ideas are welcome! Open an issue or start a discussion!
271273

272274
----
273275

@@ -328,6 +330,18 @@ He improved the documentation and the onboarding experience a lot!
328330
- [x] Several UI/UX improvements and bugfixes
329331
- [x] Stability improvements and dependency updates
330332

333+
### ✅ v0.4.10 – Clipboard Image/File Uploads, Resizable Sidebar and other UX Improvements
334+
335+
- [x] Docker images now have labels and annotations - thanks @Hugo-Galley
336+
- [x] Installer now has a welcome message - thanks @Hugo-Galley
337+
- [x] Allow to upload files by using **CTRL+V** in the codemirror editor
338+
- [x] Improve position for tooltip in the treeview
339+
- [x] Add toggle to **show & hide the preview**
340+
- [x] Add **resizable sidebar** - thanks @magnus-madsen for the suggestion!
341+
- [x] Various bug fixes and UX/UI improvements
342+
- [x] Better e2e test coverage
343+
- [x] Dependency updates across the project
344+
331345
---
332346

333347
## 🧠 Philosophy

0 commit comments

Comments
 (0)