Skip to content

Latest commit

 

History

History
71 lines (49 loc) · 2.89 KB

File metadata and controls

71 lines (49 loc) · 2.89 KB

Changelog

All notable changes to this project will be documented in this file.

[1.1.9] - 2025-12-10

Changes

  • Fixed issue #33: Allow setting the Active space name from quick-switch mode.
  • Increased unit test coverage from 23.62% to 23.91%.

[1.1.8] - 2025-12-03

Changes

  • Fixed issue #31: Allow changing the capitalization of space names.
  • Fixed issue #25: Restore window ids from lost sessions in the db.
  • Increased unit test coverage from 16.17% to 23.62%.

[1.1.7] - 2025-10-01

Changes

  • Fixed issue #10: Display space window bounds at their last known position and size.
  • Fixed issue #20: Close browser windows from the Spaces window.
  • Fixed issue #29: Provide a debug method to export anonymized Spaces DB for debugging.
  • Fixed issue #30: Do not prompt twice to overwrite space name.
  • Increased unit test coverage from 10.75% to 16.17%.

[1.1.6] - 2025-09-17

Changes

  • Fixed issue #22: Filter out PWA from the Spaces window.
  • Fixed issue #16: Stop duplicating tabs of a closed Space when tab is clicked from the Spaces window.
  • Fixed issue #14: Open Spaces windows on the currently-active display.
  • Increased unit test coverage from 8.11% to 10.75%.

[1.1.5] - 2025-09-08

Fixes

  • Issue #11: Fix clicking other links in the Popup window to transform Popup window.
  • Issue #9: Fix bolding logic when clicking a Space in the Spaces window.
  • Issue #7: Opening a Space will mark the Space as open in the Spaces window.
  • Issue #6: Remove duplicate temporary windows from the Spaces list.
  • Issue #5: Stop infinite prompts when renaming a Space.
  • Issue #4: Update the list in the Spaces window when a Space is renamed.
  • Issue #3: Escaping HTML for all extension content.
  • Issue #2: Show Unnamed windows in the Spaces window again.

Changes

  • Increased unit test coverage from 3.11% to 8.11%.

[1.1.4] - 2025-09-03

Changes

  • Updated to support Chrome Extension Manifest V3.
  • Updated all code to modern JavaScript and improved documentation.
  • Increased unit test coverage from 0% to 3.11%.