Skip to content

Releases: tomymaritano/readide

0.1.6

06 Jan 03:40
2c98aa1

Choose a tag to compare

fix: sync desktop version to 0.1.6 (#62)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>

0.1.5

03 Jan 17:21
15e0a02

Choose a tag to compare

chore: bump version to 0.1.4 (#59)

* chore: bump version to 0.1.4

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* feat: add pin to context menu and preview metadata header

- Add Pin/Unpin option to note list context menu
- Show pin icon on pinned notes in list
- Add unpin animation effect (PinOff fades out)
- Pin/unpin no longer updates updatedAt (organizational metadata)
- Add preview metadata header with:
  - Task progress bar (only shown if note has checkboxes)
  - Created At timestamp
  - Updated At timestamp
- Keep countMarkdownTasks in renderer (not core) per architecture

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* chore: bump version to 0.1.5

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>

v0.1.4 - Wikilinks & Private Repo Support

03 Jan 13:57

Choose a tag to compare

What's New

Features

  • Wikilinks support - Write [[Note Name]] to link notes, click to navigate
    • Syntax highlighting in editor (teal color)
    • Clickable links in preview
    • Best-effort navigation by title

Improvements

  • Private repo auto-updater support
  • Notebook creation modal improvements
  • Contextual navigation fixes

Technical

  • Added unist-util-visit for markdown AST traversal
  • CodeMirror wikilink extension
  • Remark wikilink plugin

Full Changelog: v0.1.3...v0.1.4

v0.1.3 - UI Improvements & Responsive Layout

03 Jan 01:05
adb9eb5

Choose a tag to compare

What's Changed

Features

  • Responsive toolbar - Formatting toolbar wraps to multiple rows when window is narrow
  • Responsive tags - Tags display wraps instead of being hidden
  • Reduced padding - More content space in editor and preview (24px → 12px)
  • CSS Modules support - Added TypeScript declarations for CSS modules

Fixes

  • Fixed TypeScript export conflict in useNavigation.ts
  • Fixed Prettier formatting issues

Issues Closed

  • #41 [UX] Enhanced notes list panel
  • #42 [UX] Split view (editor + preview)
  • #46 [PKM] Structural title stored in DB
  • #47 [PKM] Editable title input above editor
  • #48 [PKM] Update sidebar/list to use structural title

Full Changelog: v0.1.2...v0.1.3

0.1.2

01 Jan 18:31
8599263

Choose a tag to compare

What's New

🔄 Auto-Updater Enabled

The app will now automatically detect and notify you when new versions are available.

📚 Documentation Site

Technical documentation is now deployed to GitHub Pages.

🔧 Developer Experience

  • Fixed native module testing workflow
  • Improved release pipeline reliability

Installation

Platform Download
macOS (Apple Silicon) Readied-0.1.2-arm64.dmg
macOS (Intel) Readied-0.1.2.dmg
Windows Readied-Setup-0.1.2.exe
Linux Readied-0.1.2-x86_64.AppImage or .deb

Full Changelog: v0.1.1...v0.1.2

v0.1.1 - Notebooks & Bug Fixes

01 Jan 17:55
33962a4

Choose a tag to compare

v0.1.1 - Logging, TanStack Query, and UX Polish