Skip to content

Commit fa8dfd7

Browse files
committed
Update stable release notes (148.2.4)
1 parent b6a2552 commit fa8dfd7

1 file changed

Lines changed: 96 additions & 38 deletions

File tree

STABLE_CHANGELOG.md

Lines changed: 96 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,99 @@
1+
<h3>Version 148.2.4 <span class="date">6/5/2026</span></h3>
2+
<p>
3+
Notice something different about the numbers? We're
4+
dropping the '10' prefix from our versioning.
5+
</p>
6+
<p>
7+
Previously, today's update would have been something like <i>10.148.4</i>. For a
8+
bunch of boring technical reasons, we're switching to a
9+
<i>[chromium major].version.version</i> format, which makes
10+
this release <i>148.2.4</i>. This new setup actually allows us
11+
to ship Chromium updates to our beta channel with less friction!
12+
</p>
13+
<p>
14+
So, it might look like we just skipped ahead 137 versions overnight.
15+
If you're impressed by that, then yes, we are coding time-travelers 🛸.
16+
If not, it's just a naming tweak to keep things running smoothly.
17+
</p>
18+
<h4>🆕 New!</h4>
19+
<ul>
20+
<li>
21+
Brainbox gets a major upgrade with a completely redesigned experience that makes AI assistance
22+
feel more natural and powerful than ever.
23+
<ul>
24+
<li>
25+
Share context effortlessly - drag and drop images, upload attachments, or capture screenshots
26+
directly into your conversation. Brainbox can now see what you see.
27+
</li>
28+
<li>
29+
Reference your open tabs instantly by typing @tab followed by the name, or use the handy
30+
menu to attach tab content to your chat. It's the fastest way to get AI help with what
31+
you're working on.
32+
</li>
33+
<li>
34+
Discover the power of Skills - specialized AI commands that supercharge your workflow.
35+
Trigger them your way: hit a keyboard shortcut, right-click for the context menu, or
36+
simply type /skill in the chat.
37+
</li>
38+
<li>
39+
Find past conversations in a flash with the new chat search, and let automatic chat naming
40+
keep everything organized without lifting a finger.
41+
</li>
42+
</ul>
43+
</li>
44+
<li>Added account sign-in recovery option to the sync join password dialog</li>
45+
<li>Added a flag to restore colored fill backgrounds on group icons</li>
46+
<li>Added an 'Add group' option to the webdock divider context menu</li>
47+
</ul>
48+
49+
<h4>🔧 Updates & improvements</h4>
50+
<ul>
51+
<li>Update to Chromium 148.0.7778.96</li>
52+
<li>~2x faster cross-process messaging</li>
53+
<li>Updated the Outlook integration to map additional url configurations</li>
54+
<li>Improved the Slack notification emoji parsing and rendering now supports extended icon codes and skin tone variants</li>
55+
<li>AppImage builds now run on newer Linux distributions such as Fedora 44 that no longer ship libfuse2</li>
56+
<li>Improved resilience of internal messaging so transient data-copy failures no longer break communication between windows</li>
57+
<li>Hardened notification sound playback to avoid errors when no sound is configured</li>
58+
<li>Performance fixes for integrated apps</li>
59+
<li>Update dependencies</li>
60+
<li>Various stability and reliability improvements from internal fuzzing</li>
61+
</ul>
62+
63+
<h4>🐛 Fixes</h4>
64+
<ul>
65+
<li>Fixed a Windows update issue that could leave a corrupt database after restart</li>
66+
<li>Fixed a crash on macOS when entering or exiting fullscreen mode</li>
67+
<li>Fixed a crash that could occur when bulk-moving two or more tabs from the same group</li>
68+
<li>Fixed a connection leak in Slack that could exhaust resources during reconnects on unstable networks</li>
69+
<li>Stability fixes for the Slack integration</li>
70+
<li>Fixes for crash uploads and Brainbox backups</li>
71+
<li>PWAs are now correctly restored when importing from a backup</li>
72+
<li>Fixed extension restore during snapshot import now correctly handling locally installed extensions</li>
73+
<li>Customized spaces are now preserved when their last group, app or tab is removed</li>
74+
<li>Replaced Group &amp; App icons are now cleaned up properly instead of accumulating in local storage</li>
75+
<li>Fixed split tabs not updating their title, favicon, URL, or audio indicator in real time</li>
76+
<li>Fixed tabs in the tab strip failing to shrink correctly in scroll modes</li>
77+
<li>Fixed trackpad scrolling across the tab strip and restored overflow indicators</li>
78+
<li>Fixed custom notification sound uploads silently failing to appear in the sound list</li>
79+
<li>Fixed a bug where setting Wavebox as the default mail handler always showed an error toast even when registration succeeded</li>
80+
<li>Fixed the correct app now being selected when closing a tab, respecting the last-active app</li>
81+
<li>Moving apps or groups to the end of a list now behaves consistently</li>
82+
<li>Fixed dragging a tab branch between groups sometimes leaving stale references</li>
83+
<li>Fixed an issues that prevented spacial-navigator search fallback from finding the active tab</li>
84+
<li>Fix the webdock hiding behind the signed out panel in some configurations</li>
85+
<li>Fixed an issue on macOS where fullscreen mode could show a black bar when the toolbar is hidden</li>
86+
<li>Fixed the scroll shadow not appearing at the end of the tab strip</li>
87+
<li>Brainbox updates and fixes</li>
88+
<li>Various UI polish and visual fixes</li>
89+
<li>Fixed several small UI issues</li>
90+
</ul>
91+
92+
93+
[Downloads](https://wavebox.io/download/release/148.2.4.2)
94+
95+
---
96+
197
<h3>Version 10.147.47 <span class="date">16/4/2026</span></h3>
298
<ul>
399
<li>Update to Chromium 147.0.7727.102</li>
@@ -194,43 +290,5 @@
194290

195291
[Downloads](https://wavebox.io/download/release/10.144.66.2)
196292

197-
---
198-
199-
<h3>Version 10.143.21 <span class="date">15/12/2025</span></h3>
200-
201-
<h4>🆕 New!</h4>
202-
<ul>
203-
<li>
204-
Improved search for things like the app store and tabs, making it both
205-
faster and more accurate.
206-
</li>
207-
<li>
208-
Add some optimizations for users with a large number of tabs per window (800+)
209-
that should help with some performance issues.
210-
</li>
211-
<li>Add tooltips to the dividers</li>
212-
<li>Show more search results in global search when using the individual tabs</li>
213-
</ul>
214-
215-
<h4>🔧 Updates & improvements</h4>
216-
<ul>
217-
<li>Update to Chromium 143.0.7499.110</li>
218-
<li>Add escape keybinding to open link in group & space dialogs</li>
219-
<li>Clearer styling for settings windows</li>
220-
<li>Stability fixes in settings</li>
221-
</ul>
222-
223-
<h4>🐛 Fixes</h4>
224-
<ul>
225-
<li>Fix an issue with the positioning of some widget menus</li>
226-
<li>Fix copying the current url not working</li>
227-
<li>Fix the titlebar height when the collapsed titlebar is turned off</li>
228-
<li>Fix a crash that popped up in the previous version</li>
229-
<li>On macOS the toolbar was incorrectly showing on fullscreen videos, fix this</li>
230-
<li>Update dependencies</li>
231-
</ul>
232-
233-
[Downloads](https://wavebox.io/download/release/10.143.21.2)
234-
235293
---
236294
[More versions](https://wavebox.io/changelog/stable/)

0 commit comments

Comments
 (0)