Skip to content

Releases: ffabbr/tinyreMarkable

Tiny reMarkable v1.3.2

Choose a tag to compare

@ffabbr ffabbr released this 01 Jul 12:31

Housekeeping and licensing release — no functional changes to cloud sync or rendering.

  • Add MIT LICENSE and NOTICE.md crediting rmapi (AGPL-3.0) and rmc (MIT), both run as separate runtime-fetched programs
  • Fix a stale error message that wrongly claimed handwritten-notebook export was unsupported
  • Remove dead code and an unused import
  • Trim and correct the README

Tiny reMarkable v1.3.1

Choose a tag to compare

@ffabbr ffabbr released this 30 May 12:46

Annotated PDF export

  • Handwritten annotations are now included, and placed correctly, when you download a PDF you marked up on the reMarkable. Ink is composited onto each page at the right size, orientation, and position — for both portrait and landscape documents — matching what you see on the tablet. Plain (un-annotated) PDFs export unchanged.

Install: open the DMG and drag Tiny reMarkable to Applications. On first launch, right-click the app → Open (unsigned build).

Requires: macOS 13+. Handwriting rendering uses a one-time Python helper (Python 3.10+, e.g. brew install python).

Tiny reMarkable v1.3.0

Choose a tag to compare

@ffabbr ffabbr released this 28 May 09:57
  • Drag-and-drop upload: drop a PDF or image directly onto the menu-bar icon to upload it to the root folder, without opening the menu.
  • Success feedback: after any upload, download, or sign-in, the menu-bar icon briefly transitions to a checkmark via a small scale-in/scale-out animation before returning to the reMarkable logo.

Tiny reMarkable v1.2.0

Choose a tag to compare

@ffabbr ffabbr released this 28 May 09:35

Upload images directly: selecting an image in the "Upload PDF to …" picker now wraps it in a single-page PDF automatically before uploading.

Tiny reMarkable v1.1.2

Choose a tag to compare

@ffabbr ffabbr released this 28 May 09:26

Fix a menu-reflow glitch: the bottom Refresh / Account / Quit section is now added up-front while the Loading row is on screen, so when async children swap in, the menu's full vertical structure is already known. Previously, appending those items after the fetch left a blank row at the bottom until the menu was closed and reopened.

Tiny reMarkable v1.1.1

Choose a tag to compare

@ffabbr ffabbr released this 23 May 21:46

What's new

  • rmapi is no longer bundled, it's downloaded automatically on first cloud action (per-arch, from rmapi's GitHub releases) and cached in ~/Library/Application Support/tinyreMarkable/bin/. rmapi updates are picked up without a new app release, and Intel Macs work too.

Install

Open the DMG, drag Tiny reMarkable to Applications. On first launch, right-click the app → Open and confirm.
System Settings → Privacy & Security → Open Anyway to allow permissions if needed

tinyreMarkable v1.0.0

Choose a tag to compare

@ffabbr ffabbr released this 22 May 19:11

First release of tinyreMarkable.

Install

  1. Open tinyreMarkable-1.0.0.dmg and drag tinyreMarkable to Applications.
  2. The app is unsigned, so on first launch right-click it → Open (or System Settings → Privacy & Security → Open Anyway).
  3. Look for the reMarkable logo in the menu bar.

Notes

  • Apple silicon (arm64) only, macOS 13+.
  • Handwritten-notebook export auto-installs a small Python (rmc) helper on first use (Python 3.10+ required).