Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
455722467f | |||
48529abd29 | |||
8cf8b064db |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/libadwaita.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">1.7.0</param>
|
||||
<param name="revision">1.7.5</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
BIN
libadwaita-1.7.0.obscpio
(Stored with Git LFS)
BIN
libadwaita-1.7.0.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
libadwaita-1.7.5.obscpio
(Stored with Git LFS)
Normal file
BIN
libadwaita-1.7.5.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 29 07:18:31 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.7.5:
|
||||
+ AdwAboutDialog/AdwAboutWindow: Fix a leak
|
||||
+ AdwAvatar: Fix custom image size with GTK 4.19.2
|
||||
+ AdwStyleManager: Fix loading font names when debug variables
|
||||
are set
|
||||
+ AdwTabOverview: Update window radius
|
||||
+ AdwToastOverlay: Fix a critical when showing a toast while
|
||||
hiding it
|
||||
+ Tests: Fix a leak
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 26 20:23:03 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.7.4:
|
||||
+ Fix a critical when disposing AdwCarousel after scrolling with
|
||||
mouse wheel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 24 08:17:30 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.7.3:
|
||||
+ Fix a crash with empty window layouts
|
||||
+ AdwExpanderRow: Fix grab_focus() behavior
|
||||
+ AdwSettings: Move yellow/green boundary for accent color
|
||||
+ Docs:
|
||||
- Fix window radius value
|
||||
- Fix missing AdwCarouselIndicatorLines image
|
||||
+ Inspector: Disable markup on window rows
|
||||
+ Stylesheet
|
||||
- Fix icon padding for .default-decoration too
|
||||
- Fix .property for expander rows
|
||||
- Fix disabled styles for various .view widgets
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 14 08:18:01 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.7.2:
|
||||
+ Adjust GtkWindowControls styles for GTK 4.18.4 changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 11 13:49:37 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.7.1:
|
||||
+ Build:
|
||||
- Don't install internal static library
|
||||
- Fix build with older gobject-introspection versions
|
||||
+ Avoid needlessly reassigning CSS classes for swipe shadows
|
||||
+ AdwAboutDialog/Window: Clarify :translator-credits docs
|
||||
+ AdwNavigationView: fix :visible-page-tag notifications
|
||||
+ AdwStyleManager: Fix font name docs
|
||||
+ AdwToastOverlay: Fix accessible role in documentation
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 14 21:42:20 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: libadwaita
|
||||
version: 1.7.0
|
||||
mtime: 1741983151
|
||||
commit: 2600e791e2aa070711c0bb3981baea514217779d
|
||||
version: 1.7.5
|
||||
mtime: 1751141577
|
||||
commit: 2c9da2ed0fcfdc90dd9cf43b96c9c5cecb464fad
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: libadwaita
|
||||
Version: 1.7.0
|
||||
Version: 1.7.5
|
||||
Release: 0
|
||||
Summary: Building blocks for modern GNOME applications
|
||||
License: LGPL-2.1-or-later
|
||||
|
Reference in New Issue
Block a user