Skip to content

Releases: dgmid/nextcloud-notes-mac-client

v1.4.4

16 Nov 14:17
Compare
Choose a tag to compare

Nextcloud Notes Client v1.4.4

New features
  • import .md files
  • print notes
  • touchbar support
  • dock menu
  • open current note in Nextcloud menu item
Improvements
  • moved to Electron 10x
  • improved all form controls for Electron 10x
  • ⌘, focuses Preferences window if it is already open but not visible
  • when the search field loses focus and the string has 0 chars the sidebar returns to showing the selected category
  • when opening the add hyperlink dialog, the first field is in focus
  • when opening the add table dialog, the first field is in focus
  • code refactoring
Bug Fixes
  • fixed a login bug with usernames that contain a @ symbol
  • correctly set zoom level when the app is opened
  • fixed a bug where categories were not sorted alphabetically for accented letters / capital letters

v1.4.3

11 May 16:27
Compare
Choose a tag to compare

Nextcloud Notes Client v1.4.3

New features
  • French Translation provided by Alain Grau

v1.4.2

07 May 19:09
Compare
Choose a tag to compare

Nextcloud Notes Client v1.4.2

New features
  • German Translation provided by Benedikt Hopmann - stratmaster
  • Spanish Translation provided by Juan Velasco
  • table dialog when creating a new <table>
Improvements
  • spell checking is now multilingual
  • improved form fields in Dark Mode
  • blurred window
Bug Fixes
  • Fixed a kbd shortcut confilct

v1.4.1

12 Apr 14:08
Compare
Choose a tag to compare

Nextcloud Notes Client v1.4.1

New features
  • hyperlink dialog when creating a new link
Improvements
  • improved code blocks, eg: code blocks from selection
  • added German date formats
  • Window title bars show inactive state
  • selecting a new note in the sidebar will prompt a save dialog if the current note has modifications
  • app retains current state (Edit / Preview) when opening new notes and on closing and reopening the app
  • select all (⌘A) now works in edit mode / preview mode and search field
  • improved styling of text selection in edit mode when the note is not in focus
  • app asks to save an unsaved note before quitting

v1.4.0

29 Jan 05:52
Compare
Choose a tag to compare

Nextcloud Notes Client v1.4.0

New features
  • Added Search feature with optional word-stemming and stop words
  • Added Transformations sub-menu to the notes context menu
Improvements
  • code refactoring
  • meaningful error messages
  • improved tabbing in categories and notes sidebars
  • checkboxes render correctly also in the notes sidebar
  • toolbar icons don't remain selected when in preview mode
Bug Fixes
  • fixed a bug in IT translations for the main application window
  • fixed color for check boxes when using light mode
  • fixed a login bug
  • fixed a display bug with checked checkbox lists and spelling errors

v1.3.6

03 Dec 18:58
Compare
Choose a tag to compare

Nextcloud Notes Client v1.3.6

New features
  • added checkbox lists
  • added category count and a menu item to show / hide
  • hovering a link in preview mode shows the url in a status bar
Improvements
  • relocated Spellcheck from Preferences window to Edit menu
  • relocated Display categories from Preferences window to View menu
  • relocated Order categories by from Preferences window to View menu
  • improved display of nested lists + improved markdown highlighting of nested lists
  • improved updating of notes sidebar
  • updated to Electron to v 7.1.3
Bug Fixes
  • links with images now work
  • missing IT translation for About window title in View menu
  • missing IT translation for Preferences window title
  • fixed a bug with logout
  • fixed a bug with context menus

v1.3.5

26 Oct 08:45
Compare
Choose a tag to compare
New features
  • Added a preference for asc / desc ordering of categories
Improvements
  • Added logging - Nextcloud Notes Client now logs to ~/Library/Logs/Nextcloud Notes Client/log.log
  • About & Preferences windows have the correct window titles in the Window menu instead of 'Nextcloud Notes Mac Client'
  • Improved theme support for Preferences and About windows
  • Improved Login & Logout from Nextcloud
  • toolbar icons now local - no longer served from cdn
Bug Fixes
  • Fixed bug with accent colors on older systems
  • Fixed bug with spellcheck not working when first note is opened
  • Fixed bug with non alphabetical ordering of categories

v1.3.4

14 Oct 07:23
Compare
Choose a tag to compare

New features

  • Interface uses MacOS accent colors
  • Interface uses MacOS Window Vibrancy (transparency effects)
  • Notes contextual menu in Edit Mode
  • Notes contextual menu in Preview Mode

Improvements

  • Adjusted size and position of draggable area on sidebar

Bug Fixes

  • Switching to preview mode no longer asks to save the note if the note has already been saved by menu command or kbd shortcut & the history state is < 1
  • <html> export uses the current language instead of being fixed as lang="en"

v1.3.3

26 Sep 19:16
Compare
Choose a tag to compare

On first run the app checks to see if an update is available and displays a download button in the title bar if so

v1.3.2

21 Sep 13:11
Compare
Choose a tag to compare
  • improved loading of notes
  • up / down arrow keys navigate note list in preview mode
  • markdown / html code highlighting in edit mode
  • code block code highlighting in preview mode