mr. m
09eee19234
New translations zen-preferences.ftl (Hungarian)
...
[ci skip]
2026-05-26 09:20:55 +02:00
mr. m
71dd26de81
New translations zen-preferences.ftl (Hebrew)
...
[ci skip]
2026-05-26 09:20:54 +02:00
mr. m
90953a58de
New translations zen-preferences.ftl (Irish)
...
[ci skip]
2026-05-26 09:20:52 +02:00
mr. m
298e0dc4b4
New translations zen-preferences.ftl (Finnish)
...
[ci skip]
2026-05-26 09:20:51 +02:00
mr. m
fa8dc83dbc
New translations zen-preferences.ftl (Basque)
...
[ci skip]
2026-05-26 09:20:49 +02:00
mr. m
335b67db56
New translations zen-preferences.ftl (Greek)
...
[ci skip]
2026-05-26 09:20:48 +02:00
mr. m
55723cac6e
New translations zen-preferences.ftl (German)
...
[ci skip]
2026-05-26 09:20:46 +02:00
mr. m
e108b43ff7
New translations zen-preferences.ftl (Danish)
...
[ci skip]
2026-05-26 09:20:44 +02:00
mr. m
46538d738e
New translations zen-preferences.ftl (Czech)
...
[ci skip]
2026-05-26 09:20:43 +02:00
mr. m
5d020700ee
New translations zen-preferences.ftl (Catalan)
...
[ci skip]
2026-05-26 09:20:41 +02:00
mr. m
e27fe32b37
New translations zen-preferences.ftl (Bulgarian)
...
[ci skip]
2026-05-26 09:20:40 +02:00
mr. m
fe04fe737c
New translations zen-preferences.ftl (Arabic)
...
[ci skip]
2026-05-26 09:20:38 +02:00
mr. m
fb376d3153
New translations zen-preferences.ftl (Spanish)
...
[ci skip]
2026-05-26 09:20:37 +02:00
mr. m
1383c9c101
New translations zen-preferences.ftl (French)
...
[ci skip]
2026-05-26 09:20:35 +02:00
mr. m
a94ddb9b86
New translations zen-preferences.ftl (Romanian)
...
[ci skip]
2026-05-26 09:20:34 +02:00
mr. m
f583a0abc0
New translations zen-workspaces.ftl (Hebrew)
...
[ci skip]
2026-05-26 09:20:16 +02:00
mr. m
b579d81ac0
New translations zen-vertical-tabs.ftl (Welsh)
...
[ci skip]
2026-05-26 09:19:41 +02:00
mr. m
55b42cece6
New translations zen-vertical-tabs.ftl (Vietnamese)
...
[ci skip]
2026-05-26 09:19:36 +02:00
mr. m
3a3c406d65
New translations zen-vertical-tabs.ftl (Hebrew)
...
[ci skip]
2026-05-26 09:19:25 +02:00
mr. m
1f4509c70e
New translations zen-split-view.ftl (Welsh)
...
[ci skip]
2026-05-26 09:19:15 +02:00
mr. m
70042ed56a
New translations zen-split-view.ftl (Vietnamese)
...
[ci skip]
2026-05-26 09:19:09 +02:00
mr. m
eb30398303
New translations zen-split-view.ftl (Ukrainian)
...
[ci skip]
2026-05-26 09:19:06 +02:00
mr. m
52b4f4450d
New translations zen-general.ftl (Welsh)
...
[ci skip]
2026-05-26 09:18:48 +02:00
mr. m
a402e55294
New translations zen-general.ftl (Vietnamese)
...
[ci skip]
2026-05-26 09:18:41 +02:00
mr. m
ae5d735ae5
New translations zen-general.ftl (Chinese Traditional)
...
[ci skip]
2026-05-26 09:18:40 +02:00
mr. m
8f3d04a4de
New translations zen-general.ftl (Russian)
...
[ci skip]
2026-05-26 09:18:35 +02:00
mr. m
350e52584e
New translations zen-general.ftl (Lithuanian)
...
[ci skip]
2026-05-26 09:18:32 +02:00
mr. m
122f62c4ad
New translations zen-general.ftl (Hebrew)
...
[ci skip]
2026-05-26 09:18:28 +02:00
mr. m
641145a9c7
New translations zen-general.ftl (Greek)
...
[ci skip]
2026-05-26 09:18:25 +02:00
mr. m
346219c3b4
gh-13851: Fixed pressing u duplicating tabs (gh-13856)
2026-05-25 21:47:27 +02:00
mr. m
6f41ffe02d
gh-13853: Fixed sidebar flickering on private windows (gh-13855)
2026-05-25 21:28:52 +02:00
mr. m
69e76e51b7
gh-13844: Fixed boosts not working when anon content exists (gh-13847)
2026-05-25 19:58:38 +02:00
mr. m
7e449ccdc9
gh-10594: Increase the padding size when entering fullscreen (gh-13848)
2026-05-25 19:58:28 +02:00
mr. m
8f905e7abd
no-bug: Fix boosts picker showing wrong auto theme choice (gh-13821)
2026-05-24 11:00:54 +02:00
fen4flo
999a78d656
no-bug: Fix manager not writing to file after boost toggle (gh-13815)
2026-05-23 15:28:45 +02:00
Ashvin Jangid
09ed192fc4
gh-13642: fix unexpected sidebar width increase in compact mode (gh-13794)
...
`getAndApplySidebarWidth()` does handle this case but in the condition
it requires the event.
```
if (
event &&
shouldRecalculate &&
sidebarExpanded &&
!gZenVerticalTabsManager._hadSidebarCollapse
) {
return;
}
```
If the function does not return here then it makes the
`--zen-sidebar-width` = `--actual-zen-sidebar-width` which adds the
padding's width to the sidebar.
I don't know if not passing event in the function was intentional, but
this seems to fix the issue.
fixes : #13642
2026-05-23 12:26:13 +02:00
mr. m
29226112f5
no-bug: Fallbac to macos SDK version 26.4 if 26.5 doesnt exist (gh-13808)
2026-05-23 08:31:03 +02:00
mr. m
a5e78a659f
no-bug: Update macos SDK version to 26.5 (gh-13807)
2026-05-23 08:16:22 +02:00
fen4flo
7196527509
gh-13796: Fix tab order reversing on dnd & boosts window size / initial color state (gh-13799)
...
Co-authored-by: Mr. M <mr.m@tuta.com >
Signed-off-by: fen4flo <75260616+FlorianButz@users.noreply.github.com >
2026-05-22 17:31:25 +02:00
mr. m
cd1616d1c0
gh-13761: Fixed closing a split view selecting it on other windows (gh-13790)
1.20b
2026-05-21 18:18:18 +02:00
mr. m
0b9f0bbe91
no-bug: Lower boosts radius for macos (gh-13784)
2026-05-21 09:21:19 +02:00
Ashvin Jangid
b726dc8052
gh-13612: display "Space" key name correctly in keyboard shortcuts page (gh-13774)
2026-05-21 09:14:33 +02:00
Ashvin Jangid
81d30b906a
gh-13776: fix shortcut conflict detection failing with special keys (gh-13777)
2026-05-21 09:14:18 +02:00
mr. m
ae14d05290
no-bug: Update to Firefox 151.0 (gh-13775)
2026-05-20 16:51:06 +02:00
mr. m
8840bd77ae
no-bug: Let overflowable webexts toolbar ride the train (gh-13772)
2026-05-20 13:39:12 +02:00
mr. m
1c3b74c508
no-bug: Increase toolbar overflow threshold (gh-13771)
2026-05-20 13:35:55 +02:00
Ashvin Jangid
f9c4575c78
gh-13767: fix special key shortcuts displaying incorrectly until page reload (gh-13768)
...
The problem was that `input.value` was getting the raw shortcut and not
really converting it to the normalized displayable string.
There was no method to just get the `displayString` for a shortcut
without creating a new one, so I put that logic into
`gZenZenKeyboardShortcutsManager`. The static function in `KeyShortcut`
class is just to reduce code duplication.
fixes : #13767
2026-05-20 12:46:11 +02:00
mr. m
035e5931fc
gh-10594: Video controls going under the screen when in fullscreen (gh-13769)
2026-05-20 11:53:23 +02:00
mr. m
d5d86dbfa5
no-bug: Fixed continue where you left off not working anymore (gh-13764)
2026-05-20 00:29:25 +02:00
mr. m
1b9408ecb0
no-bug: Add polish to finished boosts implementation (gh-13762)
...
Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com >
2026-05-19 23:58:00 +02:00