Skip to content

v1.4.3

Compare
Choose a tag to compare
@samschott samschott released this 13 Mar 14:43

This release improves performance and memory usage by switching from sqlalchamey to our own database interaction layer. It is also the first release with an app bundle that runs natively on Apple Silicon.

Maestral now also has a website with a detailed documentation of the command line interface, released with GitHub pages at https://samschott.github.io/maestral.

Changed:

  • We now use our own ORM layer instead of sqlalchemy. This improves both baseline memory usage and peak memory usage during startup and indexing.
  • Use a new network session for each thread and clean up network resources before the thread stops.
  • The macOS GUI will now show a dock icon if there is an open window.
  • The CLI will print full tracebacks to the console in case of unexpected errors.

Fixed:

  • Fixed detecting local changes when saving an MS Office on macOS with recent versions of the Office suite.

Dependencies:

  • Bumped desktop-notifier to >=3.2.2
  • Bumped watchdog to >=2.0.1
  • Removed sqlalchemy
  • Removed alembic