Release history
notes releases
Distraction-free notes and writing
All releases
7 shown
No immediate action
v6.0.0
Breaking risk
Category indicator, perf fix, server min bump, dead‑zone fix, icon
v5.0.0
Breaking risk
Breaking changes
- Updated to Nextcloud 30 and PHP max version to 8.5
Notable features
- Rename and delete category actions in sidebar
- Filled favorite icons in UI
Full changelog
Added
- Use filled favorite icons and remove document icons in the UI in #1730
- Add rename and delete category actions in the sidebar in #1732
Changed
- perf: Replace
getByIdcall withgetFirstNodeByIdin #1743 - Update to NC 30 and PHP max version to 8.5 in
info.xmlin #1813
Fixed
- Fix undefined node array key by using folder instead in #1783
- fix(tests): Update test structure in #1823
- fix: Sharing notes in #1827
Dependencies
- Update
nextcloud/ocpdependency in #1774 - Apply npm audit fixes in #1775 and #1802
- Update runtime dependencies, including
@nextcloud/axios,axios,diff,follow-redirects,dompurify, andlodashin #1826, #1814, #1815, #1816, #1818, and #1807 - Update tooling and CI dependencies in #1786, #1787, #1788, #1790, #1794, #1800, #1805, #1806, #1808, #1820, #1821, and #1822
v4.13.1
Security relevant
Security fixes
- HTML escaping for user-controlled input to prevent injection attacks
v4.13.0
New feature
Notable features
- drag & drop notes to categories
- Playwright testing setup