1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213
|
libpanel 1.10.3
===============
* Improve save-changes dialog to always show discard all option
* Translation updates
libpanel 1.10.2
===============
* Allow toggle buttons to autodiscover PanelDock
* Fix incorrect CSS styling of bottom corner buttons
libpanel 1.10.1
===============
* Documentation fixes
* UI fix for using GtkStackPage
libpanel 1.10.0
===============
This is a stable release for GNOME 48.0
* OmniBar has received a fix for changes to AdwClamp
libpanel 1.9.0
==============
This is a beta release for GNOME 48.beta
* Updated translations
* Various style improvements to match libadwaita
* Various drag-n-drop improvements
* Remove some deprecated API use
libpanel 1.8.0
==============
Release 1.8.0 for GNOME 47
* Translation updates
libpanel 1.7.1
==============
First beta release for GNOME 47.beta
* Various dialog improvements
* Build system improvements
* Translation updates
libpanel 1.7.0
==============
First alpha release for GNOME 47.alpha
* Style fixes for libadwaita 1.6.alpha
* A new PanelChangesDialog which is an AdwDialog but is
otherwise like PanelSaveDialog. PanelSaveDialog is now
deprecated for what will become 1.8+.
* Translation updates
Thanks to everyone who contributed!
libpanel 1.6.0
==============
Changes in libpanel 1.6.0 (GNOME 46.0)
* Translation updates
libpanel 1.5.1
==============
Changes in libpanel 1.5.1 (GNOME 46.rc)
* Fix CSS clipping with frame switcher buttons
* Translation updates
libpanel 1.5.0
==============
Changes in libpanel 1.5.0 (GNOME 46.beta)
* Improvements to PanelDockChild which allow attaching edge
widgets. This can be used to create more natural sidebar
styling as is used by GNOME Builder for GNOME 46.
* Initial state fixes for various panels
* PanelThemeSelector focus fixes
* AdwTabBar usage will only create start area when necessary
fixing some initial styling issues.
libpanel 1.4.1
==============
Changes in libpanel 1.4.1
* Introspection and documentation fixes
* Translation updates
libpanel 1.4.0
==============
Changes in libpanel 1.4.0 (GNOME 45.0)
* Stylesheet fixes for GNOME 45
* Translation updates
libpanel 1.3.1
==============
Changes in libpanel 1.3.1 (GNOME 45.rc)
* Build system improvements
* A11y improvements
libpanel 1.3.0
==============
Changes in libpanel 1.3.0 (GNOME 45.beta)
* A PanelMenuManager has been added
* An action group helper has been added
* The action muxer API is now public
* A layered gsettings helper is available
* An inhibitor api is provided for session logout inhibiting
* A new workspace/workbench API is provided that is similar
to what Builder has done
* Various bug fixes
libpanel 1.2.0
==============
Changes in libpanel 1.2.0 (GNOME 44.0)
* CSS fixes for libadwaita 1.4
* Fix various gidoc warnings
* Remove use of g_autoptr() which creeped in
* Translation updates
libpanel 1.1.2
==============
This release corresponds to GNOME 44.rc.
* Fix various leaks
* Improved gir annoations
* Docs cleanup
* Fixes for use with AdwTabView
* Translation updates
libpanel 1.1.1
==============
This release corresponds to GNOME 44.beta.
* Tooltip improvements
* Improved page closed handling
* PanelDock::create-frame(position) signal was added.
* PanelDock::adpot-widget() signal was added.
* Correctness fixes in PanelActionMuxer.
* Improved i18n support.
* Translation updates
libpanel 1.1.0
==============
This is the first alpha release as we progress towards GNOME 44.
* DnD fixes
* PanelWidget:tooltip property to set tooltips on tabs
* Disable ctrl+home/end from adwaita for tabs by default
* CSS tweaks
* A new frame.close-all action
* Translation updates
libpanel 1.0
============
* Documentation updates
* Translation updates
* Various dock improvements to grabs
* Switch to GBindingGroup
* PanelSaveChangesDialog implements the new GNOME save workflow
* PanelPosition has been added
* Improvements to PanelFrame
* PanelDockPosition has been renamed to PanelArea
* PanelDockSwitcher has been renamed to PanelToggleButton
* Various convenience API additions
This somewhat commits to API stability, but we do expect to iterate
on API/ABI in upcoming releases, and therefore 1.0 ABI may be short
lived so that we are not stuck maintaining it forever.
libpanel 1.0.alpha1
===================
Another update to libpanel as we progress to GNOME 43.
This includes a lot of action muxer and action group additions to
simplify how we dispatch actions from frames to pages.
libpanel 1.0.alpha
==================
This is my first release of libpanel.
We still expect considerable ABI change before 1.0.0. This snapshot
is an early release so that application such as Builder may be released
as part of the GNOME 43 alpha release.
-- Christian Hergert
|