Skip to content

Commit ec6c7f0

Browse files
authored
Merge branch 'dev' into dev
Signed-off-by: Nicolás Pinochet <[email protected]>
2 parents 6111cf1 + 5bd0a01 commit ec6c7f0

File tree

380 files changed

+4078
-2181
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

380 files changed

+4078
-2181
lines changed

.rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.82
1+
1.83

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Zen is a firefox-based browser with the aim of pushing your productivity to a ne
3434

3535
### Firefox Versions
3636

37-
- [`Release`](https://zen-browser.app/download) - Is currently built using Firefox version `144.0`! 🚀
38-
- [`Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 144.0`!
37+
- [`Release`](https://zen-browser.app/download) - Is currently built using Firefox version `144.0.2`! 🚀
38+
- [`Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 145.0`!
3939

4040
### Contributing
4141

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16e978d10b8a1c49267e8f1574f52c3e0d5089ae
1+
7bc0bd3b3f84dddd16bc84ddb01bc55782177f5e

build/flatpak/app.zen_browser.zen.yml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ base-version: '24.08'
77
add-extensions:
88
org.freedesktop.Platform.ffmpeg-full:
99
directory: lib/ffmpeg
10-
version: '24.08.26'
10+
version: '24.08'
1111
add-ld-path: .
1212
app.zen_browser.zen.systemconfig:
1313
directory: etc/zen

configs/windows/mozconfig

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if test "$ZEN_CROSS_COMPILING"; then
66

77
export WINSYSROOT="$(echo ~)/win-cross/vs2022"
88

9-
export WINE="$(echo ~)/win-cross/wine/bin/wine64"
9+
export WINE="$(echo ~)/win-cross/wine/bin/wine"
1010
export WINEDEBUG=-all
1111

1212
export MOZ_STUB_INSTALLER=1
@@ -22,6 +22,10 @@ if test "$ZEN_CROSS_COMPILING"; then
2222
fi
2323
fi
2424

25+
# We wrongly detect ccache on windows, which leads to build failures.
26+
# This line should be removed once the detection is fixed.
27+
ac_add_options --without-ccache
28+
2529
ac_add_options --disable-maintenance-service
2630
ac_add_options --disable-bits-download
2731

docs/issue-metrics/2025_2025-10-01..2025-10-31.md

Lines changed: 276 additions & 0 deletions
Large diffs are not rendered by default.

locales/ar/browser/browser/preferences/zen-preferences.ftl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# This Source Code Form is subject to the terms of the Mozilla Public
2+
# License, v. 2.0. If a copy of the MPL was not distributed with this
3+
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4+
15
pane-zen-looks-title = مظهر وشعور
26
category-zen-looks =
37
.tooltiptext = { pane-zen-looks-title }
@@ -300,3 +304,4 @@ zen-devtools-toggle-performance-shortcut = Toggle Performance
300304
zen-devtools-toggle-storage-shortcut = Toggle Storage
301305
zen-devtools-toggle-dom-shortcut = Toggle DOM
302306
zen-devtools-toggle-accessibility-shortcut = Toggle Accessibility
307+
zen-close-all-unpinned-tabs-shortcut = Close All Unpinned Tabs

locales/ar/browser/browser/zen-folders.ftl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# This Source Code Form is subject to the terms of the Mozilla Public
2+
# License, v. 2.0. If a copy of the MPL was not distributed with this
3+
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4+
15
zen-folders-search-placeholder =
26
.placeholder = Search { $folder-name }...
37
zen-folders-panel-rename-folder =

locales/ar/browser/browser/zen-general.ftl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# This Source Code Form is subject to the terms of the Mozilla Public
2+
# License, v. 2.0. If a copy of the MPL was not distributed with this
3+
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4+
15
zen-panel-ui-current-profile-text = الملف الشخصي الحالي
26
unified-extensions-description = تستخدم الإضافات لجلب المزيد من الوظائف الإضافية إلى { -brand-short-name }.
37
tab-context-zen-reset-pinned-tab =

locales/ar/browser/browser/zen-split-view.ftl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# This Source Code Form is subject to the terms of the Mozilla Public
2+
# License, v. 2.0. If a copy of the MPL was not distributed with this
3+
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4+
15
tab-zen-split-tabs =
26
.label =
37
{ $tabCount ->

0 commit comments

Comments
 (0)