Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
44c8393
fix(deps): update package-lock.json
okaryo Oct 28, 2025
c193fab
fix(deps): add @types/node and update path imports in vite.config.ts
okaryo Oct 28, 2025
263e971
chore(deps): update dependency node to v24.11.0
renovate[bot] Oct 29, 2025
bb113f0
chore: add section for removed features in release templates and notes
okaryo Oct 31, 2025
d4dbc5f
chore: remove invalid closing brace
okaryo Oct 31, 2025
209dca6
Merge pull request #542 from okaryo/chore/remove-label
okaryo Oct 31, 2025
461828a
feat: remove element scale setting on popup
okaryo Oct 31, 2025
9382f0b
Merge pull request #544 from okaryo/fix/remove-element-scale
okaryo Oct 31, 2025
117f3ba
chore(deps): update devdependencies
renovate[bot] Oct 31, 2025
8e5c6cd
chore: include 'remove' label in other PRs filter
okaryo Oct 31, 2025
8e12a9e
chore(refactor): refactor PopupSizeSettingForm to use PaperWithHeader…
okaryo Oct 31, 2025
4440878
fix: apply size small to select box on ToolbarSettingForm
okaryo Oct 31, 2025
3106718
feat: enable to switch to system mode
okaryo Nov 1, 2025
ae4f211
fix: remove toggle mode icon from options page
okaryo Nov 1, 2025
2ba3fe3
fix: add settings icon on popup header
okaryo Nov 1, 2025
0df4957
fix: remove unused and duplicated codes
okaryo Nov 1, 2025
21bab35
Merge pull request #545 from okaryo/fix/settings-on-popup
okaryo Nov 1, 2025
8b99bfb
fix: remove dashboard option from toolbar action
okaryo Nov 1, 2025
905565e
fix: show only all windows on dashboard
okaryo Nov 1, 2025
af7fb44
chore(refactor): tidy options directory
okaryo Nov 1, 2025
0f7a7bb
fix: select box width
okaryo Nov 1, 2025
90ebc14
chore: add comment about fallback
okaryo Nov 1, 2025
43bbb6c
Merge pull request #546 from okaryo/fix/dashboard-view
okaryo Nov 1, 2025
640fc34
release: v2.38.5
okaryo Nov 1, 2025
f631573
Merge pull request #541 from okaryo/renovate/devdependencies
okaryo Nov 1, 2025
ac00ff8
Merge pull request #535 from okaryo/renovate/github-actions
okaryo Nov 1, 2025
430f56c
Merge pull request #547 from okaryo/release/v2.38.5
okaryo Nov 1, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/RELEASE_PULL_REQUEST_TEMPLATE.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,21 @@ Release: <%= Time.now.strftime('%Y-%m-%d %H:%M') %>(UTC)
<%= "* #{pr.title} by #{pr.mention} in ##{pr.number}" %>
<% end -%>
<% end -%>
<% remove_prs = pull_requests.select { |pr| pr.labels.map { |label| label['name'] }.include?('remove') } -%>
<% if remove_prs.any? -%>
## 🗑️ Remove Features
<% remove_prs.each do |pr| -%>
<%= "* #{pr.title} by #{pr.mention} in ##{pr.number}" %>
<% end -%>
<% end -%>
<% documentation_prs = pull_requests.select { |pr| pr.labels.map { |label| label['name'] }.include?('documentation') } -%>
<% if documentation_prs.any? -%>
## 📝 Documentation
<% documentation_prs.each do |pr| -%>
<%= "* #{pr.title} by #{pr.mention} in ##{pr.number}" %>
<% end -%>
<% end -%>
<% other_prs = pull_requests.reject { |pr| (pr.labels.map { |label| label['name'] } & ['feature', 'refinement', 'bug', 'translation', 'maintenance', 'documentation']).any? } -%>
<% other_prs = pull_requests.reject { |pr| (pr.labels.map { |label| label['name'] } & ['feature', 'refinement', 'bug', 'translation', 'maintenance', 'remove', 'documentation']).any? } -%>
<% if other_prs.any? -%>
## Others
<% other_prs.each do |pr| -%>
Expand Down
3 changes: 3 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ changelog:
- title: 🏠 Maintenances
labels:
- maintenance
- title: 🗑️ Remove Features
labels:
- remove
- title: 📝 Documentation
labels:
- documentation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: 24.10.0
node-version: 24.11.0
cache: npm
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
id: node_modules_cache_id
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: 24.10.0
node-version: 24.11.0
cache: npm
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
id: node_modules_cache_id
Expand Down
80 changes: 16 additions & 64 deletions dist/_locales/bg/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,6 @@
"message": "Час",
"description": "One of the selectable units for the duration in the feature that automatically closes tabs after a specified period of inactivity."
},
"options_navigation_all_windows": {
"message": "Всички прозорци",
"description": "Navigation header for AllWindows Page in options.html"
},
"options_navigation_save_and_restore": {
"message": "Запазване и Възстановяване",
"description": "Navigation header for Save & Restore page in options.html"
Expand All @@ -299,14 +295,6 @@
"message": "Настройки",
"description": "Navigation header for Settings page in options.html"
},
"options_navigation_feedback": {
"message": "Обратна връзка",
"description": "Navigation header for Feedback page in options.html"
},
"options_navigation_sponsor": {
"message": "Спонсор",
"description": "Navigation header for Sponsor page in options.html"
},
"tab_grouping_header": {
"message": "Групиране на раздели",
"description": "The main header for the tab grouping section."
Expand Down Expand Up @@ -359,6 +347,22 @@
"message": "Цвят на темата",
"description": "The main header for the theme color setting section."
},
"mode": {
"message": "Режим",
"description": "Label for theme mode selection."
},
"light": {
"message": "Светъл",
"description": "Light theme mode option."
},
"system": {
"message": "Система",
"description": "System theme mode option that follows OS settings."
},
"dark": {
"message": "Тъмен",
"description": "Dark theme mode option."
},
"popup_setting_header": {
"message": "Изскачащ прозорец",
"description": "The main header for the popup setting section."
Expand All @@ -371,22 +375,6 @@
"message": "Височина: 200-600px, Ширина: 400-800px задължително.",
"description": "Notes or cautionary advice regarding the settings for the popup size."
},
"popup_element_scale_header": {
"message": "Скала за размера на изкачащия прозорец",
"description": "Heading for the settings to adjust the scale of elements within the popup."
},
"popup_element_scale_description": {
"message": "Коригирайте размерът на елементите (шрифтове, иконки) в изскачащия прозорец между 50-150% от размера им по подразбиране.",
"description": "Notes or cautionary advice regarding the settings for scaling elements within the popup."
},
"popup_element_scale_validation_error_value_format": {
"message": "Въведете число!",
"description": "Error message displayed for validation issues in the settings for scaling elements within the popup."
},
"popup_element_scale_validation_error_value_range": {
"message": "Въведете числена стойност от 50 до 150.",
"description": "Error message displayed for validation issues in the settings for scaling elements within the popup."
},
"toolbar_setting_header": {
"message": "Лента с инструменти",
"description": "The main header for the toolbar setting section."
Expand All @@ -403,10 +391,6 @@
"message": "Страничен панел",
"description": "Option to open the side panel when the toolbar icon is clicked."
},
"toolbar_icon_click_behavior_select_dashboard": {
"message": "Табло за управление",
"description": "Option to open the dashboard when the toolbar icon is clicked."
},
"scale": {
"message": "Скала",
"description": "Heading for the input form to adjust the scale of elements within the popup."
Expand Down Expand Up @@ -447,38 +431,6 @@
"message": "Въведете положително число.",
"description": "Error message displayed for validation issues in the feature that automatically closes tabs after a specified period of inactivity."
},
"bug_report_and_feature_request_title": {
"message": "Докладване на бъг & Заявка за подобрение",
"description": "Heading for the section covering bug reports and feature requests."
},
"bug_report_and_feature_request_description": {
"message": "Ако попаднете на бъг, докато използвате TabTabTab или имате предложение за подобрение, не се колебайте да отворите `Issue` в Github.",
"description": "Description for the section dedicated to submitting bug reports and feature requests."
},
"store_review_title": {
"message": "Преглед в магазина",
"description": "Heading for the store reviews section."
},
"store_review_description": {
"message": "Ако намирате TabTabTab за полезен, ще сме много благодарни, ако ни оставите отзив в ChromeWebStore! Вашият глас значително допринася за развитието на TabTabTab.",
"description": "Description for the section regarding store reviews."
},
"source_code_title": {
"message": "Програмен код",
"description": "Heading for the source code section."
},
"source_code_description": {
"message": "TabTabTab е софтуерен продукт с публично достъпен отворен код. Той се управлява внимателно, за да се предотвратят всякакви незаконни действия, гарантиращи сигурна и безопасна работа с приложението.",
"description": "Description for the section related to the source code."
},
"sponsor_page_header": {
"message": "Подкрепете проекта",
"description": "Header in Sponsor Page"
},
"sponsor_page_description": {
"message": "TabTabTab е отворен проект, разработен главно от един индивид. Ако намирате, че е полезен, ще съм благодарен, ако обмислите подкрепата си за този проект.",
"description": "Description in Sponsor Page"
},
"add_tab": {
"message": "Добавяне на раздел",
"description": "Action to add a new tab."
Expand Down
80 changes: 16 additions & 64 deletions dist/_locales/de/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,6 @@
"message": "Stunden",
"description": "One of the selectable units for the duration in the feature that automatically closes tabs after a specified period of inactivity."
},
"options_navigation_all_windows": {
"message": "Alle Fenster",
"description": "Navigation header for AllWindows Page in options.html"
},
"options_navigation_save_and_restore": {
"message": "Speichern & Wiederherstellen",
"description": "Navigation header for Save & Restore page in options.html"
Expand All @@ -299,14 +295,6 @@
"message": "Einstellungen",
"description": "Navigation header for Settings page in options.html"
},
"options_navigation_feedback": {
"message": "Feedback",
"description": "Navigation header for Feedback page in options.html"
},
"options_navigation_sponsor": {
"message": "Sponsor",
"description": "Navigation header for Sponsor page in options.html"
},
"tab_grouping_header": {
"message": "Tab-Gruppierung",
"description": "The main header for the tab grouping section."
Expand Down Expand Up @@ -359,6 +347,22 @@
"message": "Thema Farbe",
"description": "The main header for the theme color setting section."
},
"mode": {
"message": "Modus",
"description": "Label for theme mode selection."
},
"light": {
"message": "Hell",
"description": "Light theme mode option."
},
"system": {
"message": "System",
"description": "System theme mode option that follows OS settings."
},
"dark": {
"message": "Dunkel",
"description": "Dark theme mode option."
},
"popup_setting_header": {
"message": "Popup",
"description": "The main header for the popup setting section."
Expand All @@ -371,22 +375,6 @@
"message": "Höhe: 200-600px, Breite: 400-800px erforderlich.",
"description": "Notes or cautionary advice regarding the settings for the popup size."
},
"popup_element_scale_header": {
"message": "Popup Element Skalierung",
"description": "Heading for the settings to adjust the scale of elements within the popup."
},
"popup_element_scale_description": {
"message": "Passen Sie die Größe von Elementen wie Schriften und Symbolen im Popup zwischen 50~150% ihrer Standardgröße an.",
"description": "Notes or cautionary advice regarding the settings for scaling elements within the popup."
},
"popup_element_scale_validation_error_value_format": {
"message": "Eine ganze Zahl eingeben.",
"description": "Error message displayed for validation issues in the settings for scaling elements within the popup."
},
"popup_element_scale_validation_error_value_range": {
"message": "Geben Sie einen Wert im Bereich von 50 bis 150 ein.",
"description": "Error message displayed for validation issues in the settings for scaling elements within the popup."
},
"toolbar_setting_header": {
"message": "Symbolleiste",
"description": "The main header for the toolbar setting section."
Expand All @@ -403,10 +391,6 @@
"message": "Seitenbereich",
"description": "Option to open the side panel when the toolbar icon is clicked."
},
"toolbar_icon_click_behavior_select_dashboard": {
"message": "Dashboard",
"description": "Option to open the dashboard when the toolbar icon is clicked."
},
"scale": {
"message": "Skalierung",
"description": "Heading for the input form to adjust the scale of elements within the popup."
Expand Down Expand Up @@ -447,38 +431,6 @@
"message": "Eingabe einer positiven ganzen Zahl.",
"description": "Error message displayed for validation issues in the feature that automatically closes tabs after a specified period of inactivity."
},
"bug_report_and_feature_request_title": {
"message": "Fehlerbericht & Feature-Anfrage",
"description": "Heading for the section covering bug reports and feature requests."
},
"bug_report_and_feature_request_description": {
"message": "Wenn Sie bei der Verwendung von TabTabTab auf Fehler stoßen oder Vorschläge für neue Funktionen haben, können Sie einen Eintrag auf GitHub erstellen.",
"description": "Description for the section dedicated to submitting bug reports and feature requests."
},
"store_review_title": {
"message": "Bewertung abgeben.",
"description": "Heading for the store reviews section."
},
"store_review_description": {
"message": "Wenn Sie TabTabTab hilfreich finden, würden wir uns sehr freuen, wenn Sie uns eine Bewertung im Chrome WebStore hinterlassen würden! Ihre Stimme trägt wesentlich zur Entwicklung von TabTabTab bei.",
"description": "Description for the section regarding store reviews."
},
"source_code_title": {
"message": "Quellcode",
"description": "Heading for the source code section."
},
"source_code_description": {
"message": "Der Code für TabTabTab ist quelloffen und öffentlich zugänglich. Er wird sorgfältig verwaltet, um jegliche unerlaubte Programmierung zu verhindern und sicherzustellen, dass die Erweiterung sicher entwickelt wird.",
"description": "Description for the section related to the source code."
},
"sponsor_page_header": {
"message": "Unterstützen Sie das Projekt",
"description": "Header in Sponsor Page"
},
"sponsor_page_description": {
"message": "TabTabTab ist ein Open-Source-Projekt, das hauptsächlich von einer Einzelperson entwickelt wurde. Wenn Sie es nützlich finden, wäre ich Ihnen dankbar, wenn Sie in Erwägung ziehen würden, dieses Projekt zu unterstützen.",
"description": "Description in Sponsor Page"
},
"add_tab": {
"message": "Tab hinzufügen",
"description": "Action to add a new tab."
Expand Down
Loading
Loading