Ιστορικό εκδόσεων του ChatGPT Tag Highlighter - 6 εκδόσεις
ChatGPT Tag Highlighter από D0n9X1n
Ιστορικό εκδόσεων του ChatGPT Tag Highlighter - 6 εκδόσεις
Προσέξτε τις παλιές εκδόσεις! Αυτές οι εκδόσεις εμφανίζονται για δοκιμές και σκοπούς αναφοράς.Θα πρέπει πάντα να χρησιμοποιείτε την πιο πρόσφατη έκδοση ενός προσθέτου.
Πιο πρόσφατη έκδοση
Έκδοση 0.1.3
Κυκλοφόρησε στις 20 Απρ 2026 - 1,42 MBΛειτουργεί με firefox 109.0 και νεότεραFeatures- Auto-save — every change saves immediately, no Save/Reset buttons needed
- Rule tester — type a title to see which rule matches (shows all rules: winner/skipped/miss)
- Rule numbers — numbered rows in the rules table
- Rule explainer — describes startsWith vs includes in settings
- "+Add Tag" moved below table — easier to find, right where you need it
Improvements- Centralized
onRulesChanged()handler prevents missed side-effects - Demo default rules (
code,helpwith includes match) for better onboarding - Multi-select filter bar — click multiple pills simultaneously
- All documentation updated (README, README.CN, Privacy Policy, Copilot instructions)
Fixes- Filter bar no longer shows hidden conversations when filter active
- Navbar hide selector updated for latest ChatGPT DOM (
z-20,w-9) - Manifest icons declared for proper badge display
DEBUG=falsefor production- MutationObserver properly disconnected before re-attach
Stats- 23 E2E tests + 50+ unit assertions, all passing
- Chrome + Firefox builds included
Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT
Παλαιότερες εκδόσεις
Έκδοση 0.1.1
Κυκλοφόρησε στις 15 Απρ 2026 - 1,42 MBΛειτουργεί με firefox 109.0 και νεότεραFixes- Hidden rules (
hide: true) no longer appear as pills in the sidebar filter bar - Filter bar only shows when 2+ visible (non-hidden) rules exist
Docs- Updated copilot instructions with full config schema (v0.1.0)
- Added Testing section with Playwright session management rules
- Documented live test requirements: never delete
tests/.test-profile, run all tests in a single browser session
Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT
- Hidden rules (
Έκδοση 0.1.0
Κυκλοφόρησε στις 14 Απρ 2026 - 1,42 MBΛειτουργεί με firefox 109.0 και νεότεραWhat's New
Features- Import/Export settings — clipboard JSON backup & restore
- Drag-to-reorder rules — drag handle replaces ↑/↓ buttons
- Sidebar tag filter bar — pill toggles to filter by tag
- Theme-aware overlay — adapts to ChatGPT dark/light mode
- Per-rule overlay toggle — choose which tags show the overlay banner
- Dim untagged conversations — reduce opacity on untagged sidebar items
- Extension badge counter — tagged conversation count on icon
- Keyboard shortcuts — Alt+H toggle hidden, Alt+F focus filter
Bug Fixes- Overlay clears properly on new chat / SPA navigation
- Updated navbar hide selector for latest ChatGPT DOM
- Fixed truncated CSS rule, dropdown font sizing
Config Schema{
"rules": [{ "tag": "[TODO]", "match": "startsWith", "color": "#fabd2f", "hide": false, "overlay": true }],
"maxChatTurns": 0,
"hideNavBar": true,
"dimUntagged": false,
"showBadge": true
}
Fully backward-compatible — existing configs auto-migrate.Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT
Έκδοση 0.0.3
Κυκλοφόρησε στις 6 Μαρ 2026 - 1,41 MBΛειτουργεί με firefox 109.0 και νεότεραFeaturesLive config reload — settings apply instantly via storage.onChanged, no page refresh needed
Hide right navigation bar — new hideNavBar option (default: on) removes the turn-minimap on long chats for better performance
Chat turn pruning now responds to live config changes (connect/disconnect observer dynamically)Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT
Έκδοση 0.0.2
Κυκλοφόρησε στις 12 Ιαν 2026 - 1,41 MBΛειτουργεί με firefox 109.0 και νεότεραChatGPT Tag Highlighter — Release Notes (v0.0.2)
New: A compact overlay above the input box shows the full title of the current chat, with a down-arrow on the right.
New: Click the overlay to scroll to the bottom (latest message).
New: Hide ChatGPT’s floating “scroll to bottom” button via injected CSS.
Improved: Sidebar highlighting now covers a larger area for better visibility.
Improved: Better performance (batched DOM updates, minimal queries, incremental processing).
Improved: Options store ONLY hex colors (#RRGGBB). Content script still supports legacy named colors via internal mapping.
Fixed: Storage reading issue that caused “No settings found” in some cases.
Fixed: Overlay positioning is more stable (keeps aligned with the composer width).Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT
Έκδοση 0.0.1
Κυκλοφόρησε στις 25 Δεκ 2025 - 17,87 KBΛειτουργεί με firefox 109.0 και νεότεραΟ πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT