What's new in Supernote Desktop Client 0.7.8816

Feb 21, 2024
  • New Features:
  • Added support for notes that use PDF as a template (SupernoteSharp library)
  • Bug Fixes:
  • Fixed a crash bug in RattaRleDecoder (SupernoteSharp library)
  • Other:
  • Improved note links parsing routine (SupernoteSharp library)

New in Supernote Desktop Client 0.6.8642 (Aug 31, 2023)

  • New Features:
  • Integrate the .mark converter into the Supernote Desktop Client. Just double-click on a mark file in the build-in explorer and enjoy.
  • Added error handling to show a notification when the selected document have no pages to be converted.
  • Other:
  • Updated wpfui third party library

New in Supernote Desktop Client 0.5.8583 (Jul 3, 2023)

  • New Features:
  • Research Supernote .note file format and build a note to image converter #12 - https://github.com/nelinory/SupernoteSharp
  • Integrate the .note converter into the Supernote Desktop Client #6. Just double-click on a note file in the build-in explorer and enjoy.
  • Implemented automatic deletion of the temporary conversion files on application exit.
  • Cleanup MINIMIZE_TO_TRAY_ENABLED setting.
  • Other:
  • Improved error handling of UpdateManager when no Internet connection is present.

New in Supernote Desktop Client 0.4.8554 (Jun 4, 2023)

  • New Features:
  • Added an offline mode, which allows most of the application features to be used without having Supernote device connected #17.
  • Added an ability to check for application updates #19.
  • Added new setting AutomaticUpdateCheckEnabled. When it is set to true (default) the application will automatically check for new version. Manual update check is available in the About panel.
  • Other:
  • Improved image quality in Explorer page.
  • MediaDeviceService improvements.

New in Supernote Desktop Client 0.2.8514 (Apr 25, 2023)

  • Bug fixes:
  • Fixed an application crash when the item being synced have supernote word in the name, i.e. FileStructureSupernoteA5X.pdf.

New in Supernote Desktop Client 0.2.8513 (Apr 24, 2023)

  • New Features:
  • Added application logging #1. Logs can be found in Logs sub-folder under main application folder.
  • Added application settings #2 - SupernoteDesktopClient.config under main application folder. Settings panel does not have all new settings added in this release. List of new settings:
  • RememberAppWindowPlacement [true/false] - remembers application windows position and size between application restarts
  • MinimizeToTrayEnabled [true/false] - minimizes the application windows to tray instead of taskbar [WIP]
  • CurrentTheme [Light/Dark] - remembers the current theme selection between application restarts
  • ShowNotificationOnDeviceStateChange [true/false] - shows a notification snackbar when Supernotes device connects/disconnects
  • AutomaticSyncOnConnect [true/false] - automatically executes sync when Supernote device is connected
  • MaxDeviceArchives [7] - controls how many sync archives to keep
  • Added new application icon.
  • Added tray icon/menu support #3.
  • Added an ability to automatically execute sync when Supernote device is connected #4. A notification message will appear when the sync is complete.