Skip to content

v0.14.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Jul 13:13

What's New

Import & Export. Export your whole library, including notes, tags, and attachments, and import it back later. Useful for backups or moving to another server.

Google Keep import. Now you can bring your Google Keep notes into Anchor. Export from Google Takeout, drop the zip in, and it imports your checklists, labels, colors, images, pins, and dates.

Android home screen widget. Add your notes to your home screen. Tap a note to open it, or start a new one.

Native splash screens. Mobile app now shows a native splash screen on launch replacing the custom one so the app opening feels faster.

Fixes

  • Updating a shared note no longer removes the other person's tags.
  • You can attach files to a note before saving it.
  • Numeric text like "3.14" is no longer turned into a link.

💬 Questions, bugs, or feature ideas? Join us on Discord.


Features

  • Implement export and import (#129) by @ZhFahim
  • feat: add Android home screen widget for notes (#130) by @ZhFahim
  • feat(mobile): implement native splash screen for Android and iOS by @ZhFahim
  • feat(mobile): implement deep linking for home widget by @ZhFahim

Bug Fixes

  • fix(notes): allow attachment option for new notes by @ZhFahim
  • fix(notes): preserve other users' tags when updating shared notes by @ZhFahim
  • fix(mobile): handle unreachable server state in settings and add support section by @ZhFahim
  • fix(mobile): replace debounce with throttle for widget updates by @ZhFahim
  • fix: tag ownership on note create, link/import edge cases, fresh-install sync by @ZhFahim
  • fix: update iOS deployment target to 14.0 by @ZhFahim

Documentation

  • docs: update READMEs for import/export and home screen widget by @ZhFahim

Maintenance

  • test: add unit test suites across server, mobile, and web by @ZhFahim
  • chore: bump version to 0.14.0 by @ZhFahim

Full Changelog: v0.13.0...v0.14.0