mr. M
8008633c02
Refactor keyboard shortcuts preference and add debugging option
2024-10-13 14:42:22 +02:00
mr. M
e840184e7f
Improved light theme and compact mode
2024-10-13 11:44:10 +02:00
mr. M
5aa17208a5
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2024-10-13 11:05:34 +02:00
mr. M
bd7d46f446
Refactor build workflow to install additional dependencies for Linux build
2024-10-13 11:05:25 +02:00
Gun
013d14d723
VAAPI/FFMPEG is Linux only ( #2062 )
...
* Store pinned tab triggering principal in sessionstore (#2050 )
* Revert "Store pinned tab triggering principal in sessionstore (#2050 )" (#2054 )
This reverts commit 70873ebb11
.
* VAAPI/FFMPEG is Linux only
VAAPI/FFMPEG is Linux only
Signed-off-by: Gun <footmenkingdom@gmail.com >
---------
Signed-off-by: Gun <footmenkingdom@gmail.com >
Co-authored-by: kristijanribaric <96492763+kristijanribaric@users.noreply.github.com >
Co-authored-by: mr. m 🤙 <91018726+mauro-balades@users.noreply.github.com >
2024-10-13 09:57:35 +02:00
mr. M
b87b9d3e26
Refactor build workflow to improve branch checking and fetch depth
2024-10-13 02:26:39 +02:00
mr. M
bdbce8a7da
Refactor subproject commit in zen-components
2024-10-13 02:22:56 +02:00
mr. M
f661ba7c40
Refactor vertical-tabs.css to reduce toolbox width to 44px
2024-10-12 22:53:36 +02:00
mr. M
a87dc0346d
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2024-10-12 22:08:37 +02:00
mr. M
7470ff5437
Refactor subproject commit in zen-components
...
Update background color in zen-workspaces.css
2024-10-12 22:08:29 +02:00
mauro-balades
fe10ffc7d7
[skip ci] 📦 Update Submodules!
2024-10-12 20:08:20 +00:00
kristijanribaric
1628b4ca3e
feat(sessionstore): Store zen pinned entry in tab state ( #2058 )
...
This commit adds the `zenPinnedEntry` property to the `TabState` object, which stores the full zen pinned entry data. This information will be used to restore the pinned entry when a tab is restored from the session.
The following changes were made:
- Added `zenPinnedEntry` to `TabState`
- Removed `zenPinnedUrl`, `zenPinnedTitle`, `zenPinnedIcon`, and `zenPinnedTriggeringPrincipal` as they are now included in `zenPinnedEntry`.
- Updated the `TabState` serialization and deserialization logic to handle the new `zenPinnedEntry` property.
2024-10-12 22:07:53 +02:00
mr. M
74bed8b30a
Update display version in surfer.json
2024-10-12 19:58:45 +02:00
mr. M
e4287ee7fb
Refactor subproject commit in zen-components
2024-10-12 19:08:59 +02:00
kristijanribaric
71a2646c5b
Store pinned tab triggering principal in sessionstore ( #2055 )
2024-10-12 19:08:38 +02:00
mr. M
39fbe69847
Refactor twilight-release-schedule.yml to use cron schedule
2024-10-12 18:47:01 +02:00
mr. M
aa8ef338c5
Update subproject commit in zen-components
2024-10-12 18:46:23 +02:00
mr. M
b9f392da94
Refactor merge-to-branch.sh and unify-twilight-and-stable.sh scripts
2024-10-12 18:34:21 +02:00
mr. M
40223ee48a
Refactor twilight-release-schedule.yml to trigger on cron schedule
2024-10-12 18:32:55 +02:00
mr. M
0d2ae948e8
Refactor branch names in build and release workflows
2024-10-12 18:32:20 +02:00
mr. M
7a04307c32
Refactor twilight-release-schedule.yml to trigger on push to twilight branch
2024-10-12 18:02:47 +02:00
mr. M
da5ae971e1
Merge branch 'central' of https://github.com/zen-browser/desktop into central
2024-10-12 17:53:57 +02:00
mr. M
d8bbb62081
Refactor zen-components submodule to use updated commit
...
``
2024-10-12 17:53:52 +02:00
mr. m 🤙
f5215c1f29
Merge pull request #2043 from BrhmDev/fix/change-on-hover-not-changing-correct-pref
...
Fix change on hover setting not doing anything.
2024-10-12 12:33:30 +02:00
brahim
54706e51af
Fix change on hover not changing right pref.
2024-10-12 12:07:29 +02:00
mr. M
2ee66b0b22
Fixed " Closing Tabs opened from SidePanel renders the browser unusable" (closes https://github.com/zen-browser/desktop/issues/1966 )
2024-10-11 23:02:54 +02:00
mr. M
2082079c7e
Fixed browser bottom padding misaligns (closes https://github.com/zen-browser/desktop/issues/2007 )
2024-10-11 19:43:09 +02:00
mr. M
0c30803fdd
Refactor update-submodules workflow to exclude l10n submodule
2024-10-11 19:36:41 +02:00
mr. M
3745de490f
Refactor update-submodules workflow to use 'main' branch for zen-components submodule
2024-10-11 19:31:14 +02:00
mr. M
cf0e6b8f86
Refactor update-submodules workflow to exclude l10n submodule
2024-10-11 19:30:31 +02:00
mr. M
e184e9a97c
Refactor update-submodules workflow to handle zen-components submodule
2024-10-11 19:29:39 +02:00
mr. M
4cd304b4c6
Refactor unify-twilight-and-stable.sh script to use 'sh' command to execute merge-to-branch.sh
2024-10-11 19:28:34 +02:00
mr. M
8bcffb59e6
Refactor unify-twilight-and-stable.sh script to merge current branch to both stable and twilight branches
2024-10-11 19:28:19 +02:00
mr. M
f2058851d0
Refactor update-submodules workflow to handle central branch and update components submodule
2024-10-11 19:27:10 +02:00
mr. M
3a2ad6e578
Refactor merge-to-branch script to handle default branch name and merge to specified branch
2024-10-11 19:18:57 +02:00
mr. M
45e751a8be
Refactor merge-to-branch script to handle "zen-stable" branch and merge to "zen-twilight" branch if specified
2024-10-11 19:16:19 +02:00
mr. M
6d9e54043c
Refactor merge-to-branch script to handle "zen-stable" branch and merge to "twilight" branch if specified
2024-10-11 19:14:34 +02:00
mr. M
2b68cc481e
Refactor merge-to-branch script to handle "zen-stable" branch and merge to "twilight" branch if specified
2024-10-11 19:13:55 +02:00
mr. M
49f7a457cd
Refactor merge-to-branch script to prepend "zen-" to the branch name if no branch is specified
2024-10-11 19:11:57 +02:00
mr. M
c18b3db621
Refactor branch structure and update documentation
2024-10-11 19:11:16 +02:00
mr. M
cf450d6d4a
Refactor merge-to-branch script to use default branch if no branch is specified
2024-10-11 18:54:51 +02:00
mr. M
93774f17c8
Refactor merge-to-branch script to use default branch if no branch is specified
2024-10-11 18:54:13 +02:00
mr. M
349e8a9203
Refactor branch validation in build workflow
2024-10-11 18:51:02 +02:00
mr. M
150f092e9a
Refactor branch structure and update documentation
2024-10-11 18:41:11 +02:00
mr. M
69020cc516
Refactor build workflow and add branch validation
2024-10-11 18:30:32 +02:00
mauro-balades
a01a6d0f43
Update subproject commit hash
2024-10-11 17:20:37 +02:00
mauro 🤙
52a15da966
Merge pull request #2004 from LeMoonStar/twilight-desktop-name
...
Change name in .desktop during twilight AppImage build
2024-10-11 17:06:23 +02:00
mauro 🤙
322d3dcab1
Merge pull request #2008 from BrhmDev/fix/compact-mode
...
Fix compact mode collapsed width not applied
2024-10-11 17:06:10 +02:00
brahim
234d05d044
Fix compact mode collapsed width not applied, change top gap when toolbar visible.
2024-10-11 03:24:28 +02:00
LeMoonStar
8b7953280a
Change name in .desktop during twilight build
2024-10-10 22:59:17 +02:00