Skip to content

Releases: nextcloud/notes

3.0.2

31 Aug 05:42
Compare
Choose a tag to compare

Fixed

3.0.1

22 Jul 06:03
Compare
Choose a tag to compare

Added

  • media query for printing style (#323)
  • tooltip with subcategory documentation (#341)

Fixed

  • code block style on Chrome (#340)

v3.0.0

14 Jun 21:06
Compare
Choose a tag to compare

Added

  • preview mode (#315, #23)
  • group list of notes by timeslots (#313, #319)
  • sidebar for metadata details (instead of status-bar) (#290)
  • welcome screen (#290, #14)
  • show placeholder if note is empty (#290)
  • action: show all notes in the category of a note (#290)

Changed

  • moved to Vue.js from AngularJS (complete rewrite of JavaScript) (#290, #241)
  • moved editor to EasyMDE from SimpleMDE (#290, #204)
  • fit text horizontally (#182)

Removed

  • removed support for Nextcloud 14 (require at least NC15)

Fixed

  • first run experience (#14)
  • put star on the left side of the note (#2)
  • new list item makes scrollbar appear until text is put in (#119)
  • last line of note partially obscured by status bar (#296)
  • full-screen mode: scrolling not possible (#279)
  • copy & paste on text in Markdown syntax (#199)
  • when selecting text, the App navigation bar opens (#282)
  • title underlined with "=" doesn't get rendered in edit view (#259)
  • code quality (#314, #290)
  • editor code style (#305, #321)

v2.6.0

16 Apr 19:20
ef162cc
Compare
Choose a tag to compare
  • Checkbox functionality (#303)
  • require at least NC14 (#283)

v2.5.1

29 Nov 15:01
Compare
Choose a tag to compare
  • improve theme compability (#272)
  • don't change modified when updating category (#276)
  • use minified version of JS-libs (#275)
  • fix design issues in some browsers (#277)

v2.5.0

17 Nov 15:14
Compare
Choose a tag to compare
  • new: front-end for categories (#8, #228, #210, #265)
  • show more details about current search (#264)
  • fix: monospace font for code-block (#258)
  • fix: test if file is a note is now case insensitive (#262)
  • refactor PHP files (#266)

v2.4.2

16 Sep 17:51
Compare
Choose a tag to compare
  • fix: favorite tooltip stayed open when clicked (#251)
  • fix: error handling and work-around for "missing signature" error when using server-side encryption (#254)
  • fix: 3rd-party API returned wrong HTTP code when user credentials are wrong (#255)

v2.4.1

30 Aug 18:19
Compare
Choose a tag to compare
  • fix: note ID in URL param is ignored (#239)
  • some fixes (#240, #243)
  • update/remove obsolete JS dependencies (#222, #246)

v2.4.0

02 Aug 20:19
Compare
Choose a tag to compare
  • add setting for notes path (#207)
  • add setting for default file suffx (#223)
  • make app compatible with Nextcloud 14 (#185, #234)
  • use new search API for Nextcloud >= 14 (#227)
  • speed-up loading list of notes (#233)
  • better error handling (faulty files) (#188)
  • design optimizations/fixes (#187, #208, #213, #226, #234)
  • more fixes (#215, #216, #219)

v2.3.2

04 Dec 11:22
12ba128
Compare
Choose a tag to compare

Additions:

  • manual save with Ctrl + S (#137)

Fixes:

  • proper handling of multibyte characters (#125)
  • better error handling (#134, #137, #148 )