Nouveautés

Changelog

Chaque version de l'extension, de la plus récente à la plus ancienne.

[1.14.0] - 2026-08-03

Added

  • Import tags: the Settings panel now has an "Import tags" button (next to "Export tags") that reads a previously exported tags file and adds any tags you don't already have — names, icons, colors, shortcuts, and translations. Existing tags are left untouched, and you're asked to confirm before anything is added. A subscriber feature, since it updates your account's tags.

[1.13.0] - 2026-08-03

Added

  • Export your tags: the Settings panel now has an "Export tags" button that downloads all your tags (name, icon, color, shortcut, and translations) as a JSON file, with a "Save as" dialog. Everything happens on your device — nothing is sent anywhere — and the file is a handy backup you can keep. Available on every plan.

Fixed

  • Silenced "Extension context invalidated" console errors that could appear after the extension was updated or reloaded while a Gmail tab stayed open. Tagada now detects the stale context and stops touching storage instead of throwing; reload the Gmail tab to resume.

[1.12.2] - 2026-08-03

Changed

  • Maintenance: the Gmail toolbar selector used to place the category chips is now configurable from the server, so a future Gmail layout change can be fixed without shipping a new version. No user-facing change.

[1.12.1] - 2026-08-03

Changed

  • The category jump chips now live in the open email's Gmail toolbar (next to archive/delete), instead of a floating bar in the corner — more discoverable and out of the way.

[1.12.0] - 2026-08-03

Added

  • Local dashboard: a "Stats" tab on the task panel shows your tagging activity — tags placed, tasks completed, a completion rate, a per-category breakdown, and a 14-day activity chart. Everything is computed on your device; nothing is sent.

[1.11.0] - 2026-08-03

Added

  • Action board: the task panel now has two tabs — "Today" (your scheduled reminders) and "All", which lists every tagged sentence across all your emails, grouped by category. Each entry shows its email's subject, opens that email when clicked, and can be completed or snoozed right from the board.

[1.10.0] - 2026-08-03

Added

  • Navigate a thread's highlights by category: a small bar (bottom-left) shows a chip per category present in the open email, with a count. Clicking a chip jumps to the next highlight of that type and flashes it, cycling through them — handy for walking every "Action" or "Question" in a long email.

[1.9.0] - 2026-08-03

Added

  • Snooze options: the snooze control now offers "Tomorrow", "In a week", and a free date field, instead of only pushing to tomorrow.

Changed

  • Reminders and highlights now share a single on-device store. A scheduled sentence is one record that both keeps its highlight across reloads and carries its reminder — simpler and more robust (no more cross-store edge cases). As a result, reminders are now device-local like highlights and no longer sync across your devices. Any existing reminders are migrated automatically.

[1.8.0] - 2026-08-03

Added

  • Reminder panel: overdue tasks (due before today and not done) are now kept instead of being purged. They appear in a dedicated "Overdue" section at the top of the panel, with the date they were due, and the panel's badge turns red whenever anything is overdue. The daily 8am digest covers overdue tasks too.
  • Reminder panel: each task now has a snooze control (→) that pushes it to tomorrow, so it leaves today's list and comes back the next day.

[1.7.1] - 2026-08-02

Fixed

  • Reminder store: the first reminder change made right after an extension reload could, in a narrow timing window, overwrite existing reminders when storage.sync hadn't finished loading yet. The write guard now re-checks the store on any empty read, so existing reminders are preserved.

[1.7.0] - 2026-08-02

Added

  • Reminder panel: each task now has a checkmark to mark it done. Completing a task removes it from the panel and the daily 8am digest without deleting the record. Clicking the checkmark completes the task without opening its email.

Changed

  • Reminder writes are now serialized and guarded so quick successive changes (create/complete/clear) can't race and drop one another, and a transiently empty read from storage.sync right after an extension reload can no longer overwrite existing reminders. Roaming across devices is unchanged.

[1.6.0] - 2026-08-02

Added

  • Highlights now persist: tags survive a page reload. Every highlight is saved locally (chrome.storage.local, on-device only — nothing leaves your machine) and re-applied when the email reopens, both whole-sentence and word-level selections, on the exact message they were made on. Clearing a highlight forgets it. The store is bounded (least-recently-used marks are evicted past a generous cap) so it can't grow without limit.

[1.5.3] - 2026-08-02

Changed

  • Maintenance release — no functional changes (version bump for store resubmission).

[1.5.2] - 2026-08-02

Fixed

  • Reminder re-highlight now ignores hidden copies of the sentence (e.g. an email's hidden preheader/preview text), so the highlight lands on the sentence the reader actually sees instead of an invisible duplicate.

[1.5.1] - 2026-07-28

Added

  • Reminder re-highlight now works across threads: when a task's sentence lives in a message other than the one Gmail opens by default, the thread is expanded so that message renders, and the sentence is scrolled into view.
  • Word-level (partial) selections are restored too, not just whole sentences.

Fixed

  • The re-highlight now targets the exact message the task was created from and skips quoted copies of the sentence, instead of highlighting a quote in a later reply and staying on the wrong message.

[1.5.0] - 2026-07-27

Added

  • Reminder panel: clicking a task re-highlights the sentence it was created from, with its tag colour, once the email reopens. The sentence is matched by its stored text and the highlight is re-applied on every render (highlights aren't persisted in the page).

[1.4.1] - 2026-07-27

Fixed

  • In multi-message threads, sentences highlighted in a message other than the top-most expanded one were dropped from the generated reply. The reply now collects highlights from every expanded message, so tags are picked up regardless of which message they were made in — no page reload required.

[1.4.0] - 2026-07-27

Added

  • Local reminders: schedule follow-ups on highlighted sentences.
  • Pay-once billing with server-gated licence renewal.