mr. M
5865b9fd2d
Update GitHub Actions to use self-hosted runners for x86_64 release builds
2025-01-12 20:45:12 +01:00
mr. M
e1c3bac43a
Update tar-fs to version 2.1.2 and standardize import quotes in ZenCustomizableUI
2025-01-12 20:33:24 +01:00
mr. M
7e5be9f0b8
Comment out exit on branch mismatch in build workflow
2025-01-12 20:15:35 +01:00
mr. M
e3e7eec78a
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2025-01-12 20:03:45 +01:00
mr. M
f5bffa4b24
Add import for AppConstants in ZenCustomizableUI module
2025-01-12 20:03:38 +01:00
mauro-balades
0978259d2e
Update monthly issue metrics
2025-01-12 18:59:17 +00:00
mr. M
d6a140ea7d
Update default placements for ZenCustomizableUI based on platform
2025-01-12 18:39:21 +01:00
mr. M
33744a4a73
Add aws-cli installation steps to build workflow and update script handling
2025-01-12 18:33:18 +01:00
mr. M
3bb64df473
Add self-hosted runner management to build workflow
2025-01-12 18:27:45 +01:00
mr. M
9775e1c75d
Update formatting commands in package.json and pyproject.toml; refactor indentation in Python scripts for consistency
2025-01-12 17:01:36 +01:00
mr. M
225ab67a50
Add autopep8 configuration and integrate into workflows for code formatting
2025-01-12 16:57:34 +01:00
mr. M
838569e386
Refactor remove-failed-jobs.sh for improved readability and formatting
2025-01-12 16:37:27 +01:00
mr. m
040a8fad5b
Merge pull request #4162 from cristiancmoises/patch-2
2025-01-12 16:35:18 +01:00
mr. m
143218913d
Discard changes to scripts/download-language-packs.sh
2025-01-12 16:34:09 +01:00
mr. m
2b7580f186
Discard changes to scripts/copy-language-pack.sh
2025-01-12 16:34:01 +01:00
mr. m
babdc9568f
Discard changes to .github/workflows/code-linter.yml
2025-01-12 16:26:16 +01:00
mr. M
e4103c9d4a
Fixed unfocusing the browser with widget.gtk.rounded-bottom-corners.enabled causes the bottom corners to stop being rounded (closes https://github.com/zen-browser/desktop/issues/4294 )
2025-01-12 14:14:53 +01:00
mr. M
dff60ee6ef
Fixed a small border being visible at the top of the window (closes https://github.com/zen-browser/desktop/issues/4264 )
2025-01-12 14:06:45 +01:00
mr. M
14664bd38f
Refactor keyboard shortcut validation logic to simplify parsing and remove obsolete checks
2025-01-12 12:43:47 +01:00
mr. M
f61feb54d4
Update display version to 1.6t.1 in surfer.json
2025-01-12 12:01:02 +01:00
Cristian Cezar Moisés
bbeb8aa884
Update sign.ps1
...
Refactored Repeated Logic: Created functions for downloading artifacts, signing files, moving files, and creating tar archives.
Error Handling: Added checks for file existence before moving files and implemented verbose logging.
Parameter Validation: Used ValidateNotNullOrEmpty for parameters.
Improved Path Handling: Used Join-Path for constructing file paths
Signed-off-by: Cristian Cezar Moisés <ethicalhacker@riseup.net >
2025-01-12 02:59:35 +00:00
Cristian Cezar Moisés
864879eabe
Update code-linter.yml
...
Signed-off-by: Cristian Cezar Moisés <ethicalhacker@riseup.net >
2025-01-12 02:52:20 +00:00
Cristian Cezar Moisés
d10ce64f2d
Merge branch 'zen-browser:dev' into patch-2
2025-01-11 23:47:07 -03:00
mr. M
c93263ccea
Add support for essentials favicon background in tab styles
2025-01-11 23:53:59 +01:00
mr. M
37092f0359
Refine CSS transition timing and update animation function for compact mode
2025-01-11 23:40:58 +01:00
mr. M
e26ff172c8
Add tab icon change handling and enhance tab background styles
2025-01-11 22:54:04 +01:00
mr. M
619f979232
Enhance animation logic for workspace transitions and refine CSS styles
2025-01-11 21:59:49 +01:00
mr. M
1710ebae19
Add motion animation support and refine UI transitions for workspace interactions
2025-01-11 21:33:06 +01:00
mr. M
50a48cdf24
Add conditional check for branch verification in build workflow
2025-01-11 17:48:06 +01:00
mr. m
997384e832
Merge pull request #4282 from zen-browser/new-workspace-functionality
2025-01-11 17:37:41 +01:00
mr. M
1f43997088
Workspace switching animations are now context aware
2025-01-11 17:35:50 +01:00
mr. M
097404b3d1
Refactor tab animation logic to improve workspace transitions and remove unused CSS animations
2025-01-11 17:25:42 +01:00
mr. M
8562cfb813
Refactor tab closing logic to handle new tab creation when closing the last unpinned tab and prevent reentrancy issues during window closure
2025-01-11 16:50:00 +01:00
mr. M
70cd0f90c7
Fixed weird margins on the browser view when having right sided tabs
2025-01-11 16:10:55 +01:00
mr. M
8981160627
Implement logic to close window when last tab is closed based on user preference
2025-01-11 14:49:28 +01:00
mr. M
e01af2fe97
Fixed closing the last tab of a workspace not opening a new tab when zen.workspaces.open-new-tab-if-last-unpinned-tab-is-closed is set to true
2025-01-11 14:35:57 +01:00
mr. M
a5d1537b75
Add TODO comment to handle user preferences for tab opening behavior
2025-01-11 14:31:29 +01:00
mr. M
a035b6f1c6
Fixed urlbar being below the tabs visually (closes https://github.com/zen-browser/desktop/issues/4276 )
2025-01-11 14:24:55 +01:00
mr. m
18f84476ef
Update zen.desktop
...
Signed-off-by: mr. m <91018726+mauro-balades@users.noreply.github.com >
2025-01-10 16:30:07 +01:00
mr. m
ed7735e3b8
Update build.yml
...
Signed-off-by: mr. m <91018726+mauro-balades@users.noreply.github.com >
2025-01-10 16:29:09 +01:00
mr. M
859ff6c088
Update @zen-browser/surfer dependency to version 1.9.8 in package.json and pnpm-lock.yaml
1.6b
2025-01-10 00:53:56 +01:00
mr. M
a3c78e2387
Remove WebAuthn entitlement and comment out provisioning profile copy in codesign script
2025-01-09 21:18:53 +01:00
mr. M
87153390c8
Add conditional PGO support for Zen release builds in macOS mozconfig
2025-01-09 21:18:05 +01:00
mr. M
a679bcc669
Refactor codesigning script and clean up PGO configuration in macOS mozconfig
2025-01-09 21:17:28 +01:00
mr. M
2d3727670c
Add conditional PGO support for Zen release builds in macOS mozconfig
2025-01-09 19:32:27 +01:00
mr. M
be4e05f1e5
Add WebAuthn support and improve codesigning process for macOS
2025-01-09 19:27:20 +01:00
mr. M
81b1ee1bf6
Add PGO configuration for Zen release builds in macOS mozconfig
2025-01-09 19:13:14 +01:00
mr. M
eb330dc484
Add conditional PGO support for Zen release builds in macOS mozconfig
2025-01-09 19:07:48 +01:00
mr. M
2b0c6c6f73
Update codesigning process and bump @zen-browser/surfer dependency to 1.9.7
2025-01-09 16:53:18 +01:00
mr. m
88c0d896a5
Fixed file globs for macos
2025-01-09 12:35:15 +00:00