1
0
mirror of https://github.com/XFox111/TabsAsideExtension.git synced 2026-04-22 07:58:01 +03:00
Commit Graph

55 Commits

Author SHA1 Message Date
xfox111 e21022d985 feat: Minor 3.1.0 (#150)
* Some features are now optional (#148)

* fix(dev): yarn.lock tree fix

* feat: bookmarks moved to optional permissions

* fix: analytics not working in firefox

* feat!: ability to turn off analytics (uses permissions on firefox)

* feat: analytics tracker for bookmark export

* feat: add privacy policy link in about section

* docs: privacy policy update

* feat: ability to chain multiple dialogs

* fix(loc): analytics option translation

* feat: settings review dialog

* fix: background script fails to load because of frontend code

* chore: use analytics permission as storage value

* fix: inverted analytics value

* feat!: option to disable thumbnail capture

* fix(ci): sed typo

* fix: minor fixes

* fix(firefox): web-ext lint error fix

* chore(ci): switch web-ext action

* chore(lint): fix eslint warnings

* chore(deps): monthly dependency bump (September 2025) (#149)

* chore: 3.1.0 version bump

* chore: minor cleanup

* fix: allow analytics checkbox stays inactive after denying permission on firefox

* fix(deps): yarn.lock rebuild

* fix: type assertion for userId

* fix: settings review dialog not showing if welcome dialog is not required

* fix: analytics and thumbnail capture toggles react incorrectly if permission is denied
v3.1.0
2025-09-09 12:24:01 +03:00
xfox111 735089eb59 docs: convert store description from html to markdown for Firefox 2025-07-30 16:36:10 +03:00
xfox111 29a9d57348 docs: ci badge fix in readme 2025-07-30 16:35:39 +03:00
xfox111 2bd9337e63 Major 3.0 (#118)
Co-authored-by: Maison da Silva <maisonmdsgreen@hotmail.com>
v3.0.0
2025-07-30 15:02:26 +03:00
Adam d6996031b6 Minor 2.0.6 (#90)
* Change default 'set tabs aside' shortcut

This shortcut can cause problems for those who are accustomed to using it to go back in history. In Chrome and Edge, it seems to be overridden. This should replace it with an unused key combo.
v2.0.6
2022-08-25 17:06:23 +03:00
xfox111 ef65522e2a Create FUNDING.yml 2022-01-29 14:12:58 +03:00
Eugene dbbf0c7599 Moved to trmcnvn/chrome-addon CD task v2.0.5 2021-09-17 17:06:40 +03:00
xfox111 aa6e88146b Patch 2.0.5 (#88)
Fixed context menu position on scrolling
2021-09-17 15:40:35 +03:00
p0k3m0n 9c734f7495 Patch 2.0.4 (#81)
- Added Polish translation (#80)

Co-authored-by: Michael Gordeev <eugene@xfox111.net>
v2.0.4
2021-06-01 21:17:20 +03:00
xfox111 fa43a95a40 Patch 2.0.3
- [Firefox] Fixed checkmark icon in settings
v2.0.3
2021-04-23 17:54:32 +03:00
xfox111 e8f7c55e2f Added .gitignore 2021-04-23 17:12:16 +03:00
whitesource-bolt-for-github[bot] 3d7bc4eb77 Add .whitesource configuration file (#76) 2021-03-22 15:30:44 +03:00
Michael Gordeev 847baae44e Patch 2.0.2 (#71)
- Fixed missing fonts
v2.0.2
2021-03-05 17:39:41 +03:00
Michael Gordeev aa1d38eb47 Patch 2.0.1 (#70)
- Fixed inversed list in the panel
v2.0.1
2021-03-04 00:20:57 +03:00
Michael Gordeev 8da01f34e1 Major 2.0 (#51)
- Added cloud storage for sets
- WeblySleek UI font replaced with Segoe fonts
- Reworked icons (#55)
- Removed changelog auto-opening on install
- 'Contributors' option replaced with 'Changelog' one
- Added icons to menu items
- Updated UI with Fluent UI compliance
- Added tooltip on how to use selective activation (#57)
- Added Italian language (#52) by @blackcat-917
- Added Brazilian Portuguese language (#53) by @amandafilizola
- Updated Firefox CI/CD config
- Updated README: rearranged badges and added demo GIF
- Updated documentation

Co-authored-by: Michael Gordeev <michael@xfox111.net>
Co-authored-by: blackcat-917 <53786619+blackcat-917@users.noreply.github.com>
Co-authored-by: Amanda de Paiva Filizola <amandapaivafilizola@gmail.com>
Co-authored-by: Amine A <15179425+AmineI@users.noreply.github.com>
Co-authored-by: Dustin Jiang <56217843+Dustin-Jiang@users.noreply.github.com>
v2.0
2021-03-03 17:06:30 +03:00
Michael Gordeev 4559b25739 Removed changelog opening on extension update (#50)
Updated Firefox CD config
v1.9.1
2020-09-22 20:41:46 +00:00
Michael Gordeev d8c31e3da5 Minor 1.9 (#43)
- Now you can close the panel by clicking outside of it (#40)
- Added ability to move only selected tabs aside (#19)
- Context menu entries removed from pages' context menu (#41)
- After update extension now will open GitHub Releases page with the latest version
- Minor performance improvements

Co-authored-by: Amine A. <15179425+AmineI@users.noreply.github.com>
Co-Authored-By: Michael Gordeev <michael@xfox111.net>
v1.9
2020-09-12 22:45:39 +03:00
Michael Gordeev 8d2c83eea6 Patch 1.8.1 (#38)
- Added spanish translation #37 

Co-authored-by: @Wafflects
v1.8.1
2020-09-04 01:31:17 +03:00
Michael Gordeev 3e60583427 Minor 1.8 (#34)
- Ability to rename Tab Groups #33
- Added collections view switch #35
v1.8
2020-08-29 18:39:51 +03:00
Michael Gordeev 10edf4f975 Repo documentation link typos fixed 2020-08-14 14:43:49 +03:00
Michael Gordeev cc854fbd25 Updated README.md 2020-08-11 19:04:20 +03:00
Michael Gordeev ad9acb6208 Create ci.yaml 2020-08-11 18:56:30 +03:00
Michael Gordeev f74eeb5759 [v1.7.3] Firefox compability patch (#32)
- Added Firefox support (#28)
- Updated settings defaults
- Updated `about:` protocol behavior
- Fixed collections header becoming the old one on a tab removing
- Added VS Code debugging config
- Removed trailing whitespaces
v1.7.3
2020-08-10 23:46:37 +03:00
Michael Gordeev 80c9dbe1a5 HOTFIX: Chinese language pack path typo fixed v1.7 2020-08-05 12:29:01 +03:00
Michael Gordeev c777f1a60a Minor 1.7 (#31)
- Complete UI/UX overhaul
- Updated default hotkeys (#27)
- Added option to disable deletion confirmation (#29)
- Added Chinese translation
- Fixed font artifacts on Windows

Co-authored-by: Dustin-Jiang <56217843+Dustin-Jiang@users.noreply.github.com>
Co-Authored-By: Michael Gordeev <michael@xfox111.net>
2020-08-05 12:07:11 +03:00
Michael Gordeev 1b7b419168 Patch 1.6.1
One tab remove button removes whole collection fixed (#25)
v1.6.1
2020-07-18 21:39:15 +03:00
Michael Gordeev 39f7cd391a Minor 1.6 (#24)
- Added localization system (#23)
- Added Russian locale (#23)
- Feedback button link is now based on the extension download source (#20)
- Added badge counter to the extension icon
- Added keyboard shortcuts (#22)
- Added action items to the extension icon context menu (#22)
- Added ability to change primary extension icon action to save tabs instead of opening the pane (#22)
v1.6
2020-07-15 16:54:50 +03:00
Michael Gordeev 2eae09583c Minor 1.5 (#18)
- Updated repository documentation: added contribution guidelines, Code of Conduct, GitHub templates
- Updated README
- Added confirmation dialog for tabs and collections deletion (#17)
- Complete code refactoring (HTML/JS/CSS)
- Implemented <iframe> base for embedded pane (#13) (Fixed CSS instability on some websites)
- Improved dark theme
- Added opensource fonts to replace Segoe UI on Unix systems (#11, #17)
- Fixed invisible vertical scrollbar
- Code polish and improvement

Co-authored-by: Amine A. <15179425+AmineI@users.noreply.github.com>
Co-Authored-By: Michael Gordeev <michael@xfox111.net>
v1.5
2020-07-06 10:14:02 +03:00
Michael Gordeev cb45f1a7b3 Minor 1.4 (#16)
- Added ability to disable tabs loading on restoring (#10)
- Extension optimization
- Added "Contributors" page link
- Updated README.md

Co-authored-by: Amine A. <15179425+AmineI@users.noreply.github.com>
Co-Authored-By: Michael Gordeev <michael@xfox111.net>
v1.4
2020-06-27 12:56:54 +03:00
Michael Gordeev 2b83f3bd60 Patch 1.3.1
Fixed version number
Fixed browser closing
Hid elements of unimplemented features
Added code for issue #10 (help wanted)
v1.3.1
2020-06-20 20:38:30 +03:00
Michael Gordeev 386b4f57d9 Minor 1.3 (#9)
* Empty tabs are now ignored (#8)

* Empty collections can't be saved now
v1.3
2020-06-11 14:13:22 +03:00
Michael Gordeev 3a05ecb722 Patch 1.2.2 (#7)
"Save tabs" now doesn't affect pinned tabs (#6)
v1.2.2
2020-04-25 11:25:43 +03:00
Michael Gordeev 6a20af4e2f Merge pull request #5 from XFox111/patch-1-2-1
Patch 1.2.1
v1.2.1
2020-04-16 17:04:17 +03:00
Michael Gordeev 7072b9e87f Updated manifest version 2020-04-16 17:01:48 +03:00
Michael Gordeev 3f53186bcc Fixed missing saved tabs 2020-04-16 17:00:40 +03:00
Michael Gordeev 40336682aa Updated manifest version 2020-04-05 13:36:03 +03:00
Michael Gordeev 606c1018e0 Merge pull request #2 from XFox111/v1-minor2
[v1.2] Restore without removing, tabs thumbnails and more
2020-04-05 13:32:35 +03:00
Michael Gordeev 1824410db7 Updated README.md 2020-04-05 13:21:00 +03:00
Michael Gordeev a2c2d16f88 Added thumbnails to saved tabs 2020-04-05 13:05:29 +03:00
Michael Gordeev aa94820ac3 Updated extension link on standalone pane page 2020-04-02 23:33:36 +03:00
Michael Gordeev e39ec05881 Hardcoded links font weight 2020-04-02 23:11:59 +03:00
Michael Gordeev c7a7d4e40d Added "Restore without removing" feature 2020-04-02 03:43:44 +03:00
Michael Gordeev 5f9237bddc Fixed manifest init 2020-04-02 03:42:35 +03:00
Michael Gordeev 17713a29b9 Added Microsoft Store link to README.md v1.2 2020-03-30 14:01:18 +03:00
Michael Gordeev b2ba143bea Create PRIVACY 2020-03-27 21:11:21 +03:00
Michael Gordeev 15cb0bafef Fixed context links opening from embedded pane v1.1 2020-03-27 20:36:42 +03:00
Michael Gordeev 7ec245dac2 Updated README.md
Added default locale info into manifest
2020-03-27 20:36:13 +03:00
Michael Gordeev d2e1b1704d Fixed panel appearance on some websites
Fixed pane opening on extension webstores pages
2020-03-27 19:29:58 +03:00
Michael Gordeev fd5829defe Updated README.md 2020-03-27 19:28:11 +03:00
Michael Gordeev 2844eb50da Fixed system tabs opening
Updated manifest permissions
v1.0
2020-03-26 00:42:49 +03:00