Skip to content

Releases: zacksimpson/composer-tool

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 03 Jul 21:45

Improved

  • Export All Notes: in addition to exporting all as text, you can now export all notes as a JSON file, including note and folder data. This will allow you to more effectively export your data and import inside another app, if you choose.

Fixed

  • Issue with display scaling on editor depending on the user's display settings - text size should now appropriately scale inside the Editor

Thanks for checking out Composer! I'd love to hear what you think!

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 16:22

v1.0.0 of Composer is available now!

I'm very excited about this release and can't wait to hear how Composer can be improved. Please note Composer is yours to tinker with. Make it better! :)

New in v1.0.0

  • Delete confirmation screens now show a header with the note or folder name and a back arrow

Improved

  • Confirm screen layout refined — title truncates gracefully, message text is larger, content is better centered
  • Settings rows reordered and spacing tightened

Fixed

  • Opening a note no longer bumps it to the top of the list when sorted by Date Edited
  • All toast messages are now lowercase
  • Keyboard now dismisses correctly when navigating back from the folder rename screen
  • Gray checkmark no longer appears on the note rename screen

Thanks for checking out Composer! I'd love to hear what you think!

v1.0.0-beta.7

v1.0.0-beta.7 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Jun 14:52

What's Changed

  • feat: pre-release polish — code review fixes, error boundary, note export

v1.0.0-beta.6

v1.0.0-beta.6 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Jun 03:41

What's Changed

  • feat: folders polish, note count metadata, and multi-select toolbar fixes
  • fix: resize PlusEditIcon to n(38) across all toolbar instances
  • feat: add centered empty state to folders screen
  • fix: increase empty folder text to n(24) matching Reminders empty state
  • fix: center empty state text in folder detail, lowercase, no opacity
  • fix: dismiss keyboard on save in folder-new and folder-rename
  • fix: match folder name font size to Reminders list title (n(30))
  • refactor: extract handleChange to reduce EditorContext handleMessage complexity
  • fix: remove note count from folder list, add swipe-back to folder detail
  • fix: visual pass on all Folders feature screens to match app aesthetic

v1.0.0-beta.5

v1.0.0-beta.5 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Jun 22:16

What's Changed

  • chore: bump version to 1.0.0-beta.5
  • refactor: align Folders UX with Reminders Lists pattern
  • chore: untrack generated native files and update .gitignore
  • feat: add Folders feature

v1.0.0-beta.4

v1.0.0-beta.4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Jun 21:05

Improved

  • Build pipeline: Fresh native layer generated on every EAS build, ensuring config plugin changes (theme, drawables) are never silently skipped from a cached build.

Fixed

  • Text selection highlight: Selected text in the editor no longer shows Android's default blue highlight — now matches the app theme.
  • Selection and cursor handles: The cursor node and selection teardrops in the editor are now white instead of Android's default blue.
  • Header flicker: The note editor header no longer lingers for a frame or two when navigating away in release builds.

v1.0.0-beta.2

v1.0.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Jun 17:30

Improved

  • Note titles in the list use tighter letter spacing for a cleaner look.
  • Toolbar buttons (EDIT, DELETE) are slightly larger and easier to read.

Fixed

  • Spell check and autocorrect now work correctly in the editor.
  • Swipe to go back works again from the note editor.
  • Opening a note without editing it no longer moves it to the top of the list when sorted by Date Edited.
  • The note header no longer flickers briefly over the previous screen when navigating away.
  • Android system accent color (cursor handles, selection) is now white instead of the default blue.

v1.0.0-beta.1

v1.0.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@zacksimpson zacksimpson released this 17 Jun 16:05

New

  • Sort Notes By: Choose between Date Edited and Date Created in Settings. The date shown under each note title updates to match.
  • New Note Format: Set your preferred starting format for new notes (Body, Heading 1, Heading 2, or Heading 3) in Settings.
  • Instant editor loading: The editor is pre-warmed at app launch, so notes open without any flash or delay.

Improved

  • Editor now uses Public Sans variable fonts for bold and italic, matching the app's typography throughout.
  • Swipe-back gesture works from the left edge on all screens, including inside the editor.
  • Welcome note included on first launch with a Markdown syntax reference.

Fixed

  • Scrolling and tapping in the editor were broken after the pre-warm change. Both now work correctly on Android.
  • Editor text zoom locked to prevent system font size from affecting note layout.

v0.1.0

v0.1.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 Jun 04:58

What's Changed

  • chore: bump version to 1.0.0-beta.1
  • Add sort order setting (Date Edited / Date Created)
  • fix: restore scroll and tap in pre-warmed editor on Android
  • feat: pre-warm WebView to eliminate note-open flash
  • Add temporary editor load timing instrumentation
  • Switch editor fonts to Public Sans variable fonts
  • Editor polish: keyboard dismiss, line heights, welcome note
  • Add real Public Sans bold and italic font variants to editor
  • Add welcome note and lock WebView text zoom

v0.0.2

v0.0.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 Jun 02:07

What's Changed

  • Visual improvements, rename screen, and CI setup
  • Update README.md
  • Add supported Markdown syntax to README
  • Add third-party license attribution for Milkdown (MIT)
  • Add README
  • Polish notes list and editor typography