Duplicate Tabs Closer의 버전 기록 - 25개 버전
Duplicate Tabs Closer 제작자: Peuj
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 4.2.7
2026년 6월 25일에 출시 - 800.71 KBfirefox 140.0 이상에서 작동v4.2.7- Fix: tabs that were open at startup could be incorrectly detected as duplicates, causing them to be closed or missed
- Fix: in manual mode (Firefox), a new tab navigating away from its blank state was sometimes not detected as a duplicate
- Fix: opening a duplicate of a whitelisted URL could incorrectly close the non-whitelisted tab
- Fix: the duplicate-detected popup could open briefly with no content when a redirect was in progress
Full release notes: https://github.com/Peuj/duplicate-tabs-closer/releasesGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
이전 버전
버전 4.2.6
2026년 6월 16일에 출시 - 800.04 KBfirefox 140.0 이상에서 작동Bug fixes:- Fixed: Duplicate tabs inside collapsed Firefox tab groups are now detected. Previously, a tab inside a collapsed group was invisible to the extension and its duplicate would go undetected.
-Fixed: New tabs (about:newtab) are again correctly detected as duplicates after being opened.
GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
- Fixed: Duplicate tabs inside collapsed Firefox tab groups are now detected. Previously, a tab inside a collapsed group was invisible to the extension and its duplicate would go undetected.
버전 4.2.5
2026년 6월 16일에 출시 - 800.03 KBfirefox 140.0 이상에서 작동New features:- Skip blank tabs: new option in Priority & Exclusions (Options page only) that completely
excludes blank tabs and new tab pages from duplicate detection. When enabled, these tabs are
never shown in the list, never auto-closed, and never used as a reference when comparing tabs. - Options page reorganized: Priority & Exclusions is now a unified section including Skip blank
tabs and the whitelist. Theme, Popup, and Badge each have their own collapsible section under
an "Advanced" divider.
Bug fixes:- The duplicate tabs list no longer freezes the popup when there are many duplicate tabs
- about:newtab and other new tab pages are now correctly detected as duplicates.
- Pause badge (⏸) now shows immediately on newly opened or navigated tabs while monitoring
is paused (Chrome). - Discarded tabs on Chrome are now correctly detected as duplicates after being restored.
- about:home (Firefox) and chrome://newtab/ are now treated as blank tabs.
Full release notes: https://github.com/Peuj/duplicate-tabs-closer/releasesGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
- Skip blank tabs: new option in Priority & Exclusions (Options page only) that completely
버전 4.2.4
2026년 6월 15일에 출시 - 797.25 KBfirefox 140.0 이상에서 작동New features:- New option "Prioritize active window" (Priority section, enabled by default): when duplicates span multiple windows and the age-based preference would close the tab in the focused window, keeps the focused window's tab instead. Only applies when Scope is set to "All windows" or "Container in all windows".
- New "hide options column" button in two-column popup layout: click the chevron handle on the left edge of the duplicate tabs column to collapse the options column. The popup narrows to focus on the list. State is saved and restored.
Bug fixes:- Fixed: keyboard shortcut "Close all duplicate tabs" was ignoring the Scope setting and always closing across all windows; it now respects per-window scope
- Fixed: pause state was not reflected on the options page when toggled from the popup
- Fixed: discarded (unloaded) tabs were not detected as duplicates on Chrome after the discard operation replaced the tab with a new internal ID
Full release notes: https://github.com/Peuj/duplicate-tabs-closer/releasesGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 4.2.3
2026년 6월 14일에 출시 - 795.54 KBfirefox 140.0 이상에서 작동Bug fixes:- Fixed: whitelisted tabs (e.g. about:newtab, about:blank) could still be auto-closed in some cases, most commonly noticed as new tabs disappearing after a few minutes of browsing
- Fixed: user settings including the whitelist could be erased after an extension update
Other changes:- URL and title pattern rules with more than 5 wildcards are now ignored to prevent the extension from freezing on pathological inputs
Full release notes: https://github.com/Peuj/duplicate-tabs-closer/releasesGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 4.2.2
2026년 6월 10일에 출시 - 795.59 KBfirefox 140.0 이상에서 작동- Tree Style Tab (Firefox): DTC now expands collapsed subtrees before closing a parent tab, preventing TST from cascade-closing children.
- Fix: when closing same-window duplicate tabs, the active tab no longer overrides the age-based priority setting.
- Fix: tabs restored via undo-close are no longer silently ignored by duplicate detection.
- Whitelist: lines wrapped in /.../ are now treated as regular expressions. Example: /^(?!.*google.com)/ whitelists everything except Google.
Full release notes: https://github.com/Peuj/duplicate-tabs-closer/releasesGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 4.2.1
2026년 6월 9일에 출시 - 793.5 KBfirefox 140.0 이상에서 작동Bug fixes- Fix chrome:// whitelist: URLs without a trailing slash are now matched correctly
- Add file:// URL support for duplicate detection and filtering
- Fix option settings not migrating correctly after extension update
- Fix wrong tab kept when using "compare with title" with 3 or more duplicate tabs
- Fix extension getting stuck after an internal error
Full release notes: https://github.com/Peuj/duplicate-tabs-closer/releasesGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 4.2.0
2026년 6월 9일에 출시 - 793.2 KBfirefox 140.0 이상에서 작동New features- Duplicate tabs list: tabs that will be closed now display with a strikethrough title; the kept tab is shown at full brightness.
- Hide whitelisted tabs button: a new icon button shows or hides whitelisted tabs in the list. When active, the Close duplicates button also skips whitelisted tabs, independent of the auto-close setting.
- Whitelisted URLs section is now always visible in the Options page.
- Close duplicates button (renamed from "Close all") throughout the popup and options page.
- Ignore path part in URL option now shows (domain only) for clarity.
- Changes to the whitelist immediately refresh the duplicate tabs list.
Bug fixes- Fixed Keep newer tab always keeping the oldest tab (null timestamp comparison bug).
- Fixed tooltip localization on the options page (shield icon showed raw key instead of translated text).
- Fixed Chrome badge going blank during page navigation.
- Fixed Chrome race condition where tabs could be missed in multi-group scenarios.
- Fixed spurious badge repaints on no-op transitions.
- Fixed priority settings not refreshing the live duplicate list on the options page.
- Fixed container color overriding strikethrough styling on duplicate rows.
- Fixed shrunk mode not restoring the options panel when un-shrinking.
Full release notes: https://github.com/Peuj/duplicate-tabs-closer/releasesGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 4.1.5
2026년 6월 7일에 출시 - 790.51 KBfirefox 140.0 이상에서 작동Fix: popup and options page failed to load when installed from the XPI file.
Full release notes: https://github.com/Peuj/duplicate-tabs-closer/releasesGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 4.1.4
2026년 6월 7일에 출시 - 786.19 KBfirefox 140.0 이상에서 작동New features:
Two-column popup layout (new default): The popup now shows options and the duplicate tabs list side by side. The layout can be changed back to single column in the Customization section.
Grouped view: Click the group icon in the duplicate tabs footer to switch between flat and grouped views. In grouped view, duplicate tabs are organised by matching rule group, collapsed by default. Each group shows a count badge and a close button to close all tabs in the group at once. The view preference is saved and shared with the options page.
Pause monitoring: A new option lets you temporarily pause duplicate detection without changing any settings.
New locale: Brazilian Portuguese (thanks to Volenski).
Bug fixes:- Badge not repainted after opening a new window, closing a window, detaching a tab, or auto-closing across windows
- Duplicate about:newtab tabs not auto-closed in Firefox
- Whitelist UI broken when multiple entries were present in the popup
- Popup scrollbar layout shift in Firefox 131+
Full release notes: https://github.com/Peuj/duplicate-tabs-closer/releasesGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 4.1.3
2026년 6월 3일에 출시 - 784.92 KBfirefox 140.0 이상에서 작동New feature: Pause monitoring
Pause and resume duplicate tab detection from the popup or options page.
Bug fixes
- Fixed tabs opened from bookmark folders or batch tab openers (e.g. Snap Links) being incorrectly closed during their loading state
- Fixed duplicate about:newtab tabs not being auto-closed
- Fixed badge disappearing when "Show badge if no duplicate tabs" is off and monitoring is paused
Full release notes: https://github.com/Peuj/duplicate-tabs-closer/releasesGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 4.1.1
2026년 6월 1일에 출시 - 781.83 KBfirefox 128.0 이상에서 작동This version brings several improvements since v3.5.3:- Full Manifest V3 support for Chrome, Edge, Opera, Vivaldi, Brave, and Firefox
- 11 visual themes (light and dark)
- URL and title pattern rules for flexible duplicate matching
- Fuzzy title matching with configurable similarity threshold
- Intentional duplicate protection (tabs opened via "Duplicate Tab" are not auto-closed)
- New keyboard shortcut to toggle between auto-close and manual mode
- Faster popup loading (removed jQuery dependency)
- Improved badge reliability (Chrome)
- Improved accessibility (button roles, aria attributes)
- Various security and code quality improvements
Full release notes: https://github.com/Peuj/duplicate-tabs-closer/releasesGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 3.5.3
2020년 6월 13일에 출시 - 1.04 MBfirefox 68.0 이상에서 작동* Fix: Popup UI issueGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 3.5.2
2020년 6월 11일에 출시 - 1.04 MBfirefox 68.0 이상에서 작동* Code optimizations
* Update UI
* Bug Fixes
* Add: Collapsible 'Options' menu
* New: Shrunk mode to hide unpinned option
* New: Custom option to close popup panel after closing duplicate tabsGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 3.5.1
2020년 5월 23일에 출시 - 1.28 MBfirefox 68.0 이상에서 작동Bug: Fix option issueGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 3.5.0
2020년 5월 22일에 출시 - 1.28 MBfirefox 68.0 이상에서 작동* Code optimizations
* New filter option: Ignore case in URL
* New filter option: Ignore 'www' in URL domain name
* New scope option: Container in active window
* New scope option: Container in all windows
* Update UIGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 3.4.1
2019년 9월 3일에 출시 - 332.3 KBfirefox 55.0 이상에서 작동Fix: options not persistedGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 3.4.0
2019년 8월 28일에 출시 - 332.31 KBfirefox 55.0 이상에서 작동New: Add managed storage support (thanks piroor)
New: Add Japanese locale (thanks piroor)GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 3.3.2
2019년 4월 16일에 출시 - 330.22 KBfirefox 55.0 이상에서 작동* Fix: issue with Firefox in private mode
* Fix: ru and uk locale (thanks perdolka)
* Some code optimizationsGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 3.3.0
2019년 3월 31일에 출시 - 323.59 KBfirefox 53.0 이상에서 작동* New: Add whitelist for automatic close mode
* New: Add ru and uk locale (thanks perdolka)
* Fix: latency when saving optionsGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 3.2.0
2019년 3월 12일에 출시 - 325.77 KBfirefox 53.0 이상에서 작동New: 'Show badge if no duplicate tab' option to show badge with value 0 if no duplicate tabGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 3.1.10
2019년 1월 3일에 출시 - 324.13 KBfirefox 53.0 이상에서 작동* New: 'Keep and reload older tab' option
* Fix: runtime.sendMessage issue
* Fix: settings synchro between popup and tab option
* Use setBadgeText and setBadgeBackgroundColor windowId (starting Firefox 62)
* Force setBadgeTextColor to white (starting Firefox 63)
* Optimize search duplicate tabs
* Support minimum version Firefox 53GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 3.1.9
2019년 1월 2일에 출시 - 311.69 KB에서 작동* New: 'Keep and reload older tab' option
* Fix: runtime.sendMessage issue
* Fix: settings synchro between popup and tab option
* Use setBadgeText and setBadgeBackgroundColor windowId (starting Firefox 62)
* Force setBadgeTextColor to white (starting Firefox 63)
* Optimize search duplicate tabsMozilla Public License 2.0에 따라 릴리스된 소스 코드
버전 3.1.8
2018년 8월 28일에 출시 - 312.63 KBfirefox 45.0 이상에서 작동* Fix: Badge not set on some loads
* Fix: Typo and not localized string
* New: Add fr locale
* Some code optimizationsMozilla Public License 2.0에 따라 릴리스된 소스 코드
버전 3.1.7
2018년 8월 23일에 출시 - 311.14 KBfirefox 45.0 이상에서 작동* Fix: Badge not updated in some situations
* Fix: Container tabs ignored
* New: Add zh_CN locale (thanks yfdyh000)
* Some code optimizationsMozilla Public License 2.0에 따라 릴리스된 소스 코드