Skip to content

Commit b31df51

Browse files
committed
feat: update twilight.json with version 1.16t and add fixes, changes, and features
1 parent 9c2af19 commit b31df51

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"linaarchsum",
4343
"linuxarmsum",
4444
"linuxsum",
45+
"Logitech",
4546
"mfsa",
4647
"mozilla",
4748
"Nehalem",

src/release-notes/twilight.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
{
2-
"version": "xxx",
2+
"version": "1.16t",
33
"extra": "",
4-
"fixes": [],
5-
"features": []
4+
"fixes": [
5+
"Fixed an issue with pinned tabs not correctly being saved/restored",
6+
"Fixed restoring tabs from other spaces not working correctly"
7+
],
8+
"changes": [
9+
"Replaced open file's 'cmd+O' shortcut to instead expand glance",
10+
"Replaced save all bookmarks 'cmd+shift+D' shortcut to pin/unpin tabs",
11+
"Improved space swiping gesture performance",
12+
"Keyboard shortcuts will now be represented with native symbols on macOS",
13+
"Improved performance and UI for the 'drag-to-split' action"
14+
],
15+
"features": [
16+
"Updated to Firefox 143.0",
17+
"Added support for Logitech space gestures",
18+
"Added command bar actions support (e.g. Toggling compact mode directly from the command bar). More commands and new functionality will be added progressively. Feel free to contribute!",
19+
"Compact mode background will no longer instantly change background when changing spaces, instead it will now do a smooth transition",
20+
"Enabled the new status panel UI for all users"
21+
]
622
}

0 commit comments

Comments
 (0)