Skip to content

Releases: RhetTbull/macnotesapp

Bug fix for python 3.12

17 Apr 04:06
Compare
Choose a tag to compare
v0.6.1

version bump

Dependency update

13 Apr 21:30
Compare
Choose a tag to compare

Updated dependencies for brew install

Bug fix for Ventura

22 Aug 14:36
7631e86
Compare
Choose a tag to compare

Bug Fix

Fixed bug related to string handling on Ventura

[v0.5.3] - 2023-08-22

Fixed

Bug when adding notes (#26)

Added

Removed

Changed

Contributors

Bug fix for certain account names on Ventura

09 Jun 12:46
7b81bb6
Compare
Choose a tag to compare
Merge pull request #27 from RhetTbull/bug_ventura_account_26

Bug ventura account 26

Happy New Year release, now faster!

02 Jan 18:00
Compare
Choose a tag to compare

Version 0.5.0

Completely rewritten to be much faster in most cases. This will allow me to complete work on the interactive TUI.

Changed

  • Rewrote most of macnotesapp to use batched ScriptingBridge calls instead of AppleScript. It is now much faster.

Added

  • Added support for attachments (not yet in the CLI though)
  • Added docs

Support for python 3.11 and macOS Ventura

05 Dec 01:33
Compare
Choose a tag to compare
  • Added support for python 3.11
  • Tested on macOS Ventura (13.0.1)wqA

Added cat command to view notes in terminal

06 Nov 16:13
Compare
Choose a tag to compare

Still working on the TUI. cat command can view notes in the Terminal without the TUI.

Performance improvements

02 Nov 13:42
Compare
Choose a tag to compare
v0.3.1

Bumped version

Added --url to add command

17 Jul 17:40
Compare
Choose a tag to compare
v0.3.0

Added notes add --url option, #3

Updated README

15 Jul 17:36
Compare
Choose a tag to compare
v0.2.0

Added build script