-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into homescreen-refactor
- Loading branch information
Showing
2 changed files
with
60 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,7 @@ | ||
{ | ||
"version": "1.7.5b", | ||
"version": "xxx", | ||
"image": false, | ||
"extra": "Another stability update while we are figuring big changes out!", | ||
"fixes": [ | ||
"Fixed double clicking the sidebar not opening a new tab", | ||
"Fixed having tabs for workspace containers not changing containers", | ||
"Fixed tabs scrolling to the top each time a tab is closed", | ||
"Fixed 'Switch to workspace where container is set as default when opening container tabs' not working", | ||
"Fixed sidebar spacings and styling issues", | ||
"Fixed glance sometimes crashing when opening a new tab", | ||
"Fixed workspaces switching randomly when closing a tab in certain scenarios" | ||
], | ||
"features": [ | ||
"Added the ability to pinning or adding to essentials by simply dragging and dropping", | ||
"Add thin scrollbar style to vertical tabs for improved aesthetics", | ||
"Added support for having glance in multiple tabs!" | ||
] | ||
} | ||
"extra": "", | ||
"fixes": [], | ||
"features": [] | ||
} |