Skip to content

Latest commit

 

History

History
186 lines (129 loc) · 5.43 KB

CHANGELOG.md

File metadata and controls

186 lines (129 loc) · 5.43 KB

1.0.0

New Features

  • Excalidraw Libraries supprt
    • Support for importing .excalidrawlib files:
      • Import via drag-and-drop.
      • Import via the "Import" button.
      • Import via the "Add to Library" option from the context menu.
    • Support for exporting to .excalidrawlib files.
    • Library management operations:
      • Rename items.
      • Merge items.
      • Remove items.
      • Perform operations on multiple selected items.
  • Compatibility extension: Now supports as old as macOS 12.0.
  • Add Localization for Chinese-simplified
  • Add merge with option for groups.
  • Synchronized the Excalidraw core to the latest version.
  • Optimized the Share interface UI.
  • Moved the Toolbar to the top sidebar of the application to simplify the canvas.
  • More handwriting fonts supported: English, Chiniese, Jpanese.

Optimization

  • Increase stability of database. (Especially for concurrency operations.)
  • Optimize multithreaded performance.

Bugs Fixed

  • Issues with archive file when there are file name duplications.
  • UI errors in the Settings view.
  • Annoying alert sounds when pressing keys.
  • Can not add image with toolbar.

1.0.0-beta-1

  • Fix compatibility with older versions of the Libraries.
  • Optimize multithreaded performance.

1.0.0-alpha-5

  • Optimize i18n
    • add localization for Chinese-simplified

1.0.0-alpha-4

  • Optimize import functionality
  • Add merge with option for groups.
  • Increase stability of database. (Especially for concurrency operations.)

1.0.0-alpha-3

  • Optimize first launch experience.

1.0.0-alpha-2

  • Optimize performance

1.0.0-alpha-1

  • Synchronized the Excalidraw core to the latest version.
  • Compatibility extension: Now supports as old as macOS 12.0.
  • Optimized the Share interface UI.
  • Moved the Toolbar to the top sidebar of the application to simplify the canvas.
  • More handwriting fonts supported: English, Chiniese, Jpanese.
  • Multiple bug fixes:
    • Issues with archive file when there are file name duplications.
    • UI errors in the Settings view.
    • Annoying alert sounds when pressing keys.
    • Can not add image with toolbar.

0.4.5

  • Revert update: Remove alert sound when using keyboard.

0.4.4

  • Remove alert sound when using keyboard. (Special thanks to DervexDev)
  • Fixed the duplicated sidebar toggle bug in macOS 15.

Important

There is a significant performance drop in macOS 15, and we are developing a new version to accommodate the upcoming macOS 15. This version will be the last minor release in 0.4. Starting with the next version, the minimum required version will be raised to macOS 14.

0.4.3

  • Add settings for color scheme of excalidraw webview.
  • Bug fixed: copy on elements not working
  • Optimize the UI of Settings.

0.4.2

  • Bug fixed: Export image stuck in loading...
  • Optimization: Auto add export file extension for user.

0.4.1

  • Optimize sidebar UI.
  • Support Chinese handwriting font.

0.4.0

  • New sidebar design

  • New Share button. You can export image/export file/archive all files. MacOS 13.0 only

export image
  • New file history. Protects your works.

    File History
  • Bugs fixed.

0.3.5

  • Add Settings
    • support changing color scheme
    • support manually checking updates & enable/disable auto update.

0.3.4

  • Add export image feature.

    image-20230404024927888

0.3.3

  • Add backward compability: now app can be run on macOS 12.0 and newer.

0.3.2

  • Optimize UI: now user can hide sidebar.
  • Add import&exportAll in command menu.

0.3.1

  • Important: fix the bug that will cause saving files failed.
  • optimize deletion & recover mechanism.
  • fix the bug user first come to app without group selection.
  • fix the bug that will cause infinite loop when current file is nil.
  • fix the bug that may cause saving empty data to existed file.

0.3.0

  • Migrate storage from file system to core data.
  • Hide the dropdown menu button in excalidraw.com
  • App now can create groups to store files.
  • App now can remember group selection.
  • File group moving is now available.
  • Files that being deleted will be move to trash.
  • Context menu on file and folder is now available.

0.2.4

  • test Sparkle framework for sandbox app.

0.2.3

  • fix bug in x86 mac: import file failed.

0.2.2

  • Test Sparkle framework

0.2.1

  • Integrates sparkle framework for updates