Skip to content

Releases: tangent-tz/Browser_Timer

release-chromium-auto-tab-timer-v1.1.0

17 Apr 01:51
7a6b357

Choose a tag to compare

What's Changed

  • configuration for jest and sample chrome api tests, to ensure mock is… by @tangent-tz in #7
  • Set up unit testing environment with jest and chrome api mocks by @tangent-tz in #8
  • Add unit test for starttimer function in backgroundjs by @tangent-tz in #10
  • Added development documents by @tangent-tz in #2
  • Add unit test for pausetimer function in backgroundjs by @tangent-tz in #11
  • Tab removal listener for manual tab closures by @tangent-tz in #23
  • Add tests for resumeTimer() functionality in background.test.js by @tangent-tz in #24
  • Add tests for resetTimer() functionality in background.test.js by @tangent-tz in #25
  • Add unit test for popup timer start interaction by @tangent-tz in #27
  • Add tests for cancelTimer() functionality in background.test.js by @tangent-tz in #26
  • Add unit tests for popup timer list rendering and control buttons by @tangent-tz in #28
  • Show active tab timer on extension icon badge by @tangent-tz in #29
  • Add badge update functionality and tests for active timer display by @tangent-tz in #30
  • Evenly space out timer control buttons in timer entries by @tangent-tz in #32
  • Redesign timer entry to Timer Card by @tangent-tz in #34
  • Refactor startTimer action to handle existing timers and update duration by @tangent-tz in #38
  • Refactor updateBadge function to improve badge text formatting and cl… by @tangent-tz in #37
  • Update background.js to set timer favicon based on tab's favicon URL by @tangent-tz in #40
  • Release 1.1.0 by @tangent-tz in #41
  • Fix background.js to always check for active timers regardless of pau… by @tangent-tz in #42
  • Hotfix by @tangent-tz in #43
  • Add onStartup listener to clean up stale timers for closed tabs by @tangent-tz in #45
  • Hotfix release 1.1.0 by @tangent-tz in #46
  • Exclude new tab pages from starting the timer by @tangent-tz in #47
  • Hotfix timer on new tab by @tangent-tz in #48
  • Refactor popup.css to improve theme variable organization and enhance… by @tangent-tz in #49
  • Fixed color inversions for light and dark mode by @tangent-tz in #50

Full Changelog: release-chromium-auto-tab-timer-v1.0.2...release-chromium-auto-tab-timer-v1.1.0

Auto Tab Timer 1.0.2

10 Mar 16:38
888d3e0

Choose a tag to compare

Auto Tab Timer v1.0.2 Chromium Release Notes

Overview

Auto Tab Timer is a lightweight Chrome extension that helps you manage your browsing by automatically closing tabs after a specified countdown. This release brings a polished user interface and improved timer management to ensure a smoother experience.

New Features & Enhancements

  • Auto-Close Timers:
    Set a countdown timer on any active tab. When the timer reaches zero, the tab will close automatically.

  • Comprehensive Timer Controls:
    Easily start, pause, resume, reset, or cancel timers through the intuitive popup interface.

  • User-Friendly Interface:
    The popup has two clear tabs: one for managing timers and another for adjusting settings.

  • Notification System:
    Get notified when a timer finishes. You can toggle notifications on or off in the settings.

Bug Fixes

  • Resolved an issue where timers might not clear correctly when a tab was closed manually.
  • Fixed minor UI glitches in the timers list to ensure real-time updates display accurately.
  • Fixed a bug where, if the service worker went to sleep, timer tracking would stop.

Developer Notes

This is the first stable release of Auto Tab Timer. Welcome feedback and suggestions to improve future updates.
Thank you for using Auto Tab Timer – happy browsing!