- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1 parent
e65e7c4
commit ae5961c
Showing
5 changed files
with
30 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
Louvre (2.1.0-1) | ||
|
||
# New Protocols | ||
|
||
* Wlr Foreign Toplevel Management (Refer to the LForeignToplevelController class for details). | ||
|
||
# API Additions | ||
|
||
* Add activateRequest(), closeRequest() and unsetMinimizedRequest() to the LToplevelRole class. | ||
|
||
# Minor API changes | ||
|
||
* Removed unused constructor overload in the LResource class. | ||
* Disabled bottom constraints by default during interactive toplevel move sessions. | ||
|
||
# Bug Fixes | ||
|
||
* Implemented a temporary fix to allow xdg_popups to trigger reposition requests before being mapped (until GTK4 fixes it). | ||
* Removed unnecessary checks in LLauncher::startDaemon() that prevented it from starting the daemon on some systems. | ||
|
||
-- Eduardo Hopperdietzel <[email protected]> Mon, 17 Jun 2024 22:22:05 -0400 | ||
|
||
|
||
Louvre (2.0.0-1) | ||
|
||
# New Protocols/Globals | ||
|
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 +1 @@ | ||
2.0.0 | ||
2.1.0 |
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