Releases: nextcloud/notes
Releases · nextcloud/notes
4.5.0
- Allow Checkbox to be toggled in viewmode (#861 by @newhinton)
- Update table style (#878 by @newhinton)
- Add a button to create a new note to the dashboard (#873 by @salixor)
- rename settings to Notes settings (#891)
- auto create notes folder only if app is opened (#890)
- fix minor API version (#898)
- fix loading (should fix some error situations) (#897)
- maintenance (#888, #893, #899)
4.4.0
Added
- Add support for images/attachments (by @newhinton, #785, #823, #834)
- Allow custom file extensions (#795 by @vincowl)
- external API for custom file extension (#850)
Fixed
-
break long words in preview mode (#817)
-
allow empty settings (required for root directory) (#819)
-
don't ignore newlines in preview mode (#820)
-
fix noteservice not returning the final filename (#821 by @newhinton)
-
fix undo deletes note (#825)
-
fix conflict solution (#849)
-
disable some shortcuts in editor mode (#865 by @newhinton)
-
fix checked list item with backslash (#867)
-
fix checkbox editable in read-only mode (#876)
-
maintenance (#803, #808, #813, #827, #829, #830, #833, #835, #838, #840, #844, #846, #847, #848, #851, #853, #874, #877)
4.3.1
4.3.0
4.2.0
4.1.1
4.1.0
- API: new minor API version 1.2 (#701)
- API: new settings API (#694)
- API: allow requesting notes list in chunks (#720)
- API and frontend: Prevent lost updates by using ETags for notes (#692)
- API and frontend: new attribute "readonly" for read-only notes (#711)
- slow-down refresh interval if app is hidden (#710)
- EasyMDE: Always use contenteditable and native spellcheck (#712)
- fix action buttons running out of window (#717)
- change EasyMDE tab size to 4 (#718)
- maintenance (#693, #699, #705, #709, #719, #723, #727, #731)