v0.1.0
Pre-release
Pre-release
This version adds link saving and opening to Memento, along with a widget to cycle randomly through saved links and many ways to save them even outside of the app. This first version lays the groundwork for how all models will be saved and displayed in the future and makes future model additions much easier.
You can add links through any of the following:
- The plus toolbar item inside the app to enter a text link
- The clipboard toolbar item inside the app to add an item from the user's clipboard
- The share-sheet extension for URLs
- The Siri Shortcuts actions that can be triggered using the Action Button or Siri
Links are stored in SwiftData.
The interactive widget extension does the following:
- Shows a random link, changing every hour or when the links database changes
- On tap, opens the link and marks it as viewed
- Button to mark viewed
- Button to delete link
Full Changelog: https://github.com/knotbin/memento/commits/v0.0.1