TogiFerretFerret
466d089fc0
feat: Add zen identification info, b=closes #12198 , p=#12295
...
* feat: add zen identification to extension runtime for zen-specific features
* chore: add branding to nightly to assist with certain testing (e.g. browser identification)
* test: assert zen info in runtime.getBrowserInfo
* Revert "test: assert zen info in runtime.getBrowserInfo"
This reverts commit 94cfeff29f as the tests fail even without this commit.
* Discard changes to surfer.json
* chore: remove platform from getBrowserInfo (as requested)
---------
Co-authored-by: mr. m <91018726+mr-cheffy@users.noreply.github.com >
2026-02-08 17:48:04 +01:00
Roman
e28a10f6a9
fix: Use optional chaining and nullish coalescing in resetButton, p=#12300
...
Signed-off-by: Roman <58283566+rmdeuce@users.noreply.github.com >
2026-02-08 13:15:57 +01:00
mr. m
102be6cd90
fix: Remove psueod hidden browser background on close, b=no-bug, c=no-component
2026-02-08 13:15:42 +01:00
mr. m
6e1e1d061b
fix: Fixed clicking on the 'add' button not closing the panel, b=no-bug, c=common, workspaces
2026-02-08 11:19:46 +01:00
mr. m
43250d6d37
fix: Fixed bookmarks not being synced with mozilla account, b=bug #12133 , c=workspaces
2026-02-08 10:48:12 +01:00
mr. m
12f0c455d1
fix: Fixed 'restore previous tabs' ignored when only pinned sync is enabled, b=closes #12297 , c=tabs
2026-02-08 10:35:05 +01:00
Andrey Bochkarev
049c3c6f54
feat: Implement vertical dnd tab splitting, p=#12289
2026-02-07 23:59:28 +01:00
Samuel Akhaze
658ac94334
fix: Fixed Incorrect (Reset pinned tab/Replace pinned url) Text on Essential tab context menu, p=#12283
2026-02-07 23:59:15 +01:00
mr. m
09a90099c7
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2026-02-07 23:52:51 +01:00
mr. m
051470f139
feat: Small polishing changes, b=no-bug, c=common, workspaces
2026-02-07 21:25:24 +01:00
dependabot[bot]
8f1cb88c11
chore(deps-dev): bump lodash, p=#12292
...
Bumps the npm_and_yarn group with 1 update in the / directory: [lodash](https://github.com/lodash/lodash ).
Updates `lodash` from 4.17.21 to 4.17.23
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23 )
---
updated-dependencies:
- dependency-name: lodash
dependency-version: 4.17.23
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-07 18:49:21 +01:00
mr. m
3ef233a4c2
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2026-02-07 18:48:46 +01:00
mr. m
38fcd7e872
fix: Fixed private windows closing when all tabs are cleared, b=closes #12242 , c=common, folders, tabs, workspaces
2026-02-07 18:47:06 +01:00
mr. m
76f17c3a57
chore: Automatically import patches from phabricator and librewolf, p=#12271
...
* chore: Automatically import patches from phabricator and librewolf, b=no-bug, c=workflows, scripts
Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com >
* feat: Remove legacy flag, b=no-bug, c=common, configs
---------
2026-02-07 18:02:40 +01:00
mr. m
b5c2451525
fix: Fixed overflowing addons not opening the panel at the correct anchor, b=no-bug, c=common
2026-02-07 16:51:44 +01:00
mr. m
ba2a854784
feat: Overflow web extensions below the urlbar, p=#12273
...
* feat: Overflow web extensions below the urlbar, b=no-bug, c=common
* chore: Ignore toolbar CSS, b=no-bug, c=no-component
2026-02-06 22:56:11 +01:00
mr. m
c9474cecc0
feat: Remove null-setting for split view data on restore, b=no-bug, c=no-component
1.18.5b
2026-02-06 14:10:02 +01:00
mr. m
531be839c9
fix: Fixed frozen window when restore split data is null, b=closes #12260 , c=no-component
2026-02-06 14:04:04 +01:00
mr. m
226486b973
fix: Fixed selecting tabs when pinned tabs are collapsed, b=no-bug, c=no-component
2026-02-06 12:45:24 +01:00
mr. m
5a137c95e5
fix: Fixed wrong highlight possition in compact mode, b=closes #12252 , c=compact-mode
2026-02-05 23:23:17 +01:00
mr. m
e6154ceb99
feat: Make sure we properly restore split views when only pinned sync is enabled, b=no-bug, c=no-component
2026-02-05 23:01:49 +01:00
mr. m
1ea5d2fa6f
feat: Import zen.window-sync.sync-only-pinned-tabs to the prefs list, b=no-bug, c=no-component
2026-02-05 11:18:02 +01:00
mr. m
97d5ebc21e
feat: Add pref observer for zen.window-sync.sync-only-pinned-tabs setting, b=no-bug, c=no-component
2026-02-05 11:14:48 +01:00
mr. m
442ec2a5d1
chore: Bump version and format, b=no-bug, c=tests
2026-02-05 11:13:02 +01:00
mr. m
43ae672b44
feat: Revert migration step for syncing only pinned tabs, b=no-bug, c=common
2026-02-05 11:12:01 +01:00
mr. m
84a54c9dbb
feat: Add option to only sync up pinned tabs, b=closes #12173 , p=#12246, c=common, tabs
2026-02-05 11:05:37 +01:00
mr. m
6c53c3bf37
chore: Sync upstream Firefox to version 147.0.3, p=#12243
...
* chore: Sync upstream to `Firefox 147.0.3`
* Update candidate version to 147.0.3
Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com >
* Update Twilight version to RC 147.0.3 in README
Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com >
---------
Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com >
2026-02-05 11:04:53 +01:00
mr. m
66686ab7f8
New Crowdin updates, p=#11954
...
* New translations zen-general.ftl (Lithuanian)
* New translations zen-general.ftl (Portuguese)
* New translations zen-preferences.ftl (Lithuanian)
* New translations zen-preferences.ftl (Swedish)
* New translations zen-preferences.ftl (Chinese Traditional)
* New translations zen-preferences.ftl (Welsh)
* New translations zen-menubar.ftl (French)
* New translations zen-menubar.ftl (Catalan)
* New translations zen-menubar.ftl (Hebrew)
* New translations zen-menubar.ftl (Hungarian)
* New translations zen-menubar.ftl (Korean)
* New translations zen-menubar.ftl (Lithuanian)
* New translations zen-menubar.ftl (Portuguese)
* New translations zen-menubar.ftl (Swedish)
* New translations zen-menubar.ftl (Turkish)
* New translations zen-menubar.ftl (Chinese Traditional)
* New translations zen-menubar.ftl (Icelandic)
* New translations zen-menubar.ftl (Portuguese, Brazilian)
* New translations zen-menubar.ftl (Welsh)
* New translations zen-preferences.ftl (Catalan)
* New translations zen-preferences.ftl (Russian)
* New translations zen-preferences.ftl (Turkish)
* New translations zen-general.ftl (Indonesian)
* New translations zen-workspaces.ftl (Chinese Traditional)
* New translations zen-menubar.ftl (Chinese Traditional)
* New translations zen-menubar.ftl (Indonesian)
* New translations zen-workspaces.ftl (Indonesian)
* New translations zen-preferences.ftl (Indonesian)
* New translations zen-general.ftl (Welsh)
* New translations zen-menubar.ftl (French)
* New translations zen-menubar.ftl (Irish)
2026-02-05 11:00:01 +01:00
mr. m
0c684a9bdb
fix: Fixed drag and dropping folders into different spaces, b=no-bug, c=tabs
1.18.4b
2026-02-03 20:51:52 +01:00
mr. m
26dabffb96
feat: Use the correct drag event to detect window enters, b=no-bug, c=no-component
2026-02-03 00:44:36 +01:00
mr. m
ead077d16e
fix: Fixed private windows adopting Blank windows styling, b=closes #12211 , c=no-component
2026-02-02 18:23:25 +01:00
mr. m
a72fa3f79e
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2026-02-02 14:57:49 +01:00
mr. m
33846dbce0
fix: Fixed drag and drop not calculating window bounds correctly, b=closes #12156 , closes https://github.com/zen-browser/desktop/issues/11582 , closes https://github.com/zen-browser/desktop/issues/12204 , c=tabs
2026-02-02 14:57:24 +01:00
mr. m
32fffaabe7
fix: Dont allow essentials promo to be shown on unsynced windows, b=closes #12205 , c=tabs
2026-02-02 12:41:42 +01:00
mr. m
bf96b512cb
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2026-02-02 01:10:55 +01:00
mr. m
32a42e797c
feat: Fixed split view not working on windows when dropping, b=closes #12143 , c=no-component
2026-02-02 01:10:48 +01:00
mr-cheffy
29b8555c66
docs: Update monthly issue metrics, b=(no bug), c={docs}
2026-02-01 03:13:23 +00:00
mr. m
ab7698b16f
feat: Make sure to reset pinned changed url on unpin, b=no-bug, c=tabs
2026-01-31 20:03:13 +01:00
mr. m
cd0ef01fa1
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2026-01-31 18:49:26 +01:00
mr. m
41d97ddd21
fix: Dont update the spaces menu for GTK, b=closes #12024 , c=common
2026-01-31 18:34:55 +01:00
mr. m
a4386de00d
fix: Fixed dragging tabs to different windows causing freeze, b=closes #12178 , c=tabs
2026-01-31 18:29:37 +01:00
rain capsule
28a2e8697a
fix: Update notification popup icon styles to account for showing state, p=#12033
2026-01-31 11:33:50 +01:00
TogiFerretFerret
2ae623b15c
fix(split-view): correct backwards navigation in grid layout, p=#12160
2026-01-30 17:58:07 +01:00
TogiFerretFerret
8e7ce1c12b
fix(ui): prevent closeTabByDblclick pref from blocking context menu rename, b= https://github.com/zen-browser/desktop/issues/12060 , p=#12162
2026-01-30 17:50:11 +01:00
mr. m
b5efe62739
fix: Make sure drop indicator is under the last item when newtab button is below, b=no-bug, c=common
1.18.3b
2026-01-29 11:05:43 +01:00
mr. m
e34ed3e882
feat: Fixed unpinning an essential tab directly from shortcuts, b=no-bug, c=folders, split-view, tabs, workspaces
2026-01-29 07:39:09 +01:00
mr. m
658e35ebde
feat: Add more migration options, b=no-bug, c=no-component
2026-01-28 20:45:45 +01:00
mr. m
1176f5ac8b
fix: Fixed auto focus not working on popup windows, b=closes #11377 , c=common, workspaces
2026-01-28 12:12:52 +01:00
mr. m
4de01a9bc9
fix: Fixed drag-and-dropping tabs between windows not working with WS off, b=closes #12103 , c=no-component
2026-01-28 10:31:19 +01:00
mr. m
35a9a9ea2a
fix: Fixed low accesibility on text on sidenar, b=closes #12095 , c=tests, workspaces
1.18.2b
2026-01-27 23:53:25 +01:00