Skip to content

LeafWiki v0.4.10

Choose a tag to compare

@perber perber released this 21 Nov 15:30
· 220 commits to main since this release
5168a0d

📝 Changelog for v0.4.10

✨ Features

  • feat: allow to upload files by using CTRL+V in the codemirror editor (#324) (@perber)
  • feat: improve position for tooltip in the treeview (#323) (@perber)
  • feat: add toggle to show & hide the preview (#322) (@perber)
  • feat: add resizable scrollbar to sidebar (#320) (@perber)
  • feat(Installer): add a welcome message to make it more fun (#318) (@Hugo-Galley)
  • feat(Docker): Add Label, and annotation in docker images (#306) (@Hugo-Galley)

🐛 Bug Fixes

  • fix(editor): reset initial content when switching between pages (#340) (@perber)
  • fix(ux): add empty space to align with nodes that have children (#334) (@perber)
  • fix: improving the user experience in the sidebar tree navigation (#326) (@perber)
  • fix: the sidebar is current takging space in the printview (#321) (@perber)
  • fix: get rid of deprecation warning in code mirror dependencies (#313) (@perber)

🧾 Documentation

  • docs: update release information for v0.4.10 (#352) (@perber)
  • docs: update readme to understand markdown in the context of leafwiki better (#287) (@perber)
  • docs: update readme to reflect current version changes & upcoming imp… (#284) (@perber)
  • docs(Docker): Add docker installation in readme.md (#279) (@Hugo-Galley)

🔧 Refactoring

  • refactor: app mode & url handling (#333) (@perber)
  • refactor: add DeleteUserDialog to centralized dialog registry (#332) (@perber)
  • refactor: add ChangePasswordDialog to centralized dialog registry (#331) (@perber)
  • refactor: add UserFormDialog to centralized dialog registry (#330) (@perber)
  • refactor: add ChangeOwnPassword to centralized dialog registry (#329) (@perber)
  • refactor: add DeletePageDialog to centralized dialogRegistry (#328) (@perber)
  • refactor: introduce a dialog registry to improve maintainability (#327) (@perber)
  • refactor: introducing a PanelItemRegistry system to make panel items more extensible and maintainable. (#325) (@perber)
  • refactor: move e2e tests to own folder in the root project (#291) (@perber)

🧪 Tests

🧰 Chores

  • chore: bump js-yaml from 4.1.0 to 4.1.1 in /ui/leafwiki-ui (#351) (@dependabot[bot])
  • chore: bump typescript from 5.8.3 to 5.9.3 in /ui/leafwiki-ui (#312) (@dependabot[bot])
  • chore: bump @types/node from 24.10.0 to 24.10.1 in /e2e (#346) (@dependabot[bot])
  • chore: bump js-yaml from 4.1.0 to 4.1.1 in /e2e (#350) (@dependabot[bot])
  • chore: bump golang.org/x/crypto from 0.43.0 to 0.45.0 (#349) (@dependabot[bot])
  • chore: bump typescript-eslint from 8.46.3 to 8.47.0 in /ui/leafwiki-ui (#342) (@dependabot[bot])
  • chore: bump typescript-eslint from 8.46.3 to 8.47.0 in /e2e (#347) (@dependabot[bot])
  • chore: bump prettier-plugin-tailwindcss in /ui/leafwiki-ui (#311) (@dependabot[bot])
  • chore: bump @types/react-dom from 19.2.2 to 19.2.3 in /ui/leafwiki-ui (#341) (@dependabot[bot])
  • chore: bump tailwind-merge from 3.3.1 to 3.4.0 in /ui/leafwiki-ui (#310) (@dependabot[bot])
  • chore: bump modernc.org/sqlite from 1.40.0 to 1.40.1 (#344) (@dependabot[bot])
  • chore: bump @typescript-eslint/parser from 8.46.3 to 8.47.0 in /e2e (#348) (@dependabot[bot])
  • chore: bump eslint-plugin-react-hooks from 5.2.0 to 7.0.1 in /ui/leafwiki-ui (#266) (@dependabot[bot])
  • chore: bump @radix-ui/react-alert-dialog in /ui/leafwiki-ui (#296) (@dependabot[bot])
  • chore: bump @radix-ui/react-tooltip in /ui/leafwiki-ui (#297) (@dependabot[bot])
  • chore: bump alpine from 3.20 to 3.22 (#292) (@dependabot[bot])
  • chore: bump lucide-react from 0.546.0 to 0.553.0 in /ui/leafwiki-ui (#295) (@dependabot[bot])
  • chore: bump modernc.org/sqlite from 1.39.1 to 1.40.0 (#263) (@dependabot[bot])
  • chore: bump golang from 1.24-alpine to 1.25-alpine (#293) (@dependabot[bot])
  • chore: bump node from 23-alpine to 25-alpine (#294) (@dependabot[bot])
  • chore: bump @radix-ui/react-slot from 1.2.3 to 1.2.4 in /ui/leafwiki-ui (#298) (@dependabot[bot])
  • chore: bump @tailwindcss/postcss in /ui/leafwiki-ui (#264) (@dependabot[bot])
  • chore: bump @codemirror/lang-markdown in /ui/leafwiki-ui (#265) (@dependabot[bot])
  • chore: bump @eslint/js from 9.30.1 to 9.39.1 in /ui/leafwiki-ui (#267) (@dependabot[bot])
  • chore: bump @codemirror/commands from 6.8.1 to 6.10.0 in /ui/leafwiki-ui (#268) (@dependabot[bot])

🔹 Other Changes

  • Revise README for project status and focus areas (#308) (@perber)
  • Update release notes for version 0.4.9 (#286) (@perber)