Skip to content

Releases: mrmartineau/Otter

Otter v2.4.1 - Collections!

14 Dec 15:17
Compare
Choose a tag to compare

Collections

This release brings the long-awaited (at least for me) introduction of collections.

Added collections to Otter. Collections are not another entity like tags, but are created implicitly when you use a tag with a colon in, for example with the ai:openai or ai:anthropic tags the collection would be ai for both items. I use this form or grouping throughout Otter and I always wanted a simple way for collections to be displayed in the app, and now that they're here, I can't believe I didn't do it sooner!

The screen-capture below shows how collections are displayed in Otter:

Screen.Recording.2023-12-14.at.15.00.39.mov

What you see above are all the collections in the sidebar which when clicked, show the collection page with a subnav of all the tags in that collection.

Other new features:

Tag editing

There is a new page in the settings section that allows users to rename existing tags. Renaming a tag will update all bookmarks with that tag.

image

Toots on dashboard

I added the 4 most recently liked toots to the dashboard so that I could have quick access to them.

image

v2.3.1

01 Dec 13:49
Compare
Choose a tag to compare

AI titles

One of the AI features the Arc browser recently introduced renames tabs and downloaded files. It is a really small and simple thing but it made me think that Otter could use something similar. When adding new bookmarks, the titles often use very different formatting from one site to the next. This makes it hard to scan the list of bookmarks and find the one you are looking for. It would be nice if Otter could automatically rename the bookmarks to something more consistent.

This feature requires a new environment variable: OPENAI_API_KEY which is, as you might expect, an API key from OpenAI.

The fastest way to add the new key is by using Vercel's CLI: vc env add

Screen.Recording.2023-12-01.at.13.48.03.mov

Improved toast

I also improved the Toast component. I opted to replace the existing Toast component with a new one that is more easy to use called Sonner.

v2.2.0

13 Nov 15:42
Compare
Choose a tag to compare

Changes

  • Changed app colour scheme to use Radix's "Mauve" scale instead of "Sand" because it is more harmonious with the "Violet" accent colour that the app uses
  • Fixed a few navigation issues after the dashboard was added in the last release
Screen.Recording.2023-11-13.at.15.24.34.mov

v2.1.0

11 Nov 17:48
Compare
Choose a tag to compare

Add dashboard

A new page at /dashboard that shows a some recent items and others from your past. It is intended to allow more frequent review of your past items so they are not lost in the stream.

It shows:

  • 4 recent items
  • 2 items from one month ago
  • 2 items from two months ago
  • 2 items from six months ago
  • 2 items from one year ago
  • 2 items tagged #follow-up

Update search

Search now fetches toots and tweets

Image field editing

Allow image property to be changed when editing a bookmark

v2.0.0

11 Nov 11:08
Compare
Choose a tag to compare