Latest Releases

The latest release from each repository and its status

Last updated .

Release Commits Since
screenshot
8.0.4 on

screenshot 8.0.4 Released

Minor updates:

  • Updated translations

Up to date
press-kit
8.1.0 on

OS 8.1 Press Kit

See README.md for more info

Up to date
os
8.1.0-rc3 on

OS 8.1 RC3

This is a release candidate image for testing and verification purposes

8.1.0-rc2 on

OS 8.1 RC2

This is a release candidate image for testing and verification purposes

8.1.0-rc1 on

OS 8.1 RC1

This is a release candidate image for testing and verification purposes

Up to date
files
7.2.0 on

files 7.2.0 Released

Improvements:

  • A compact date format is introduced

Minor updates:

  • The file conflict dialog now shows a missing icon
  • Flickering of the pathbar with some navigation methods is fixed
  • The option to set a default app for folders is no longer offered
  • The scrollbar no longer overlays the modification date in List view
  • Updated translations

5 commits
pantheon-agent-polkit
8.0.2 on

pantheon-agent-polkit 8.0.2 Released

  • Updated translations
## What's Changed * Actions: Use main branch by @ryonakano in https://github.com/elementary/pantheon-agent-polkit/pull/87 * PolkitDialog: use Gtk.PasswordEntry by @danirabbit in https://github.com/elementary/pantheon-agent-polkit/pull/91 * Make the polkit dialog modal on wayland by @leolost2605 in https://github.com/elementary/pantheon-agent-polkit/pull/92 * Application: rely on Granite.StyleManager by @danirabbit in https://github.com/elementary/pantheon-agent-polkit/pull/97 * PolkitDialog: fix Granite CSS deprecations by @danirabbit in https://github.com/elementary/pantheon-agent-polkit/pull/101 **Full Changelog**: https://github.com/elementary/pantheon-agent-polkit/compare/8.0.1...8.0.2

2 commits
pantheon-wayland
1.1.0 on

LibPantheonWayland 1.1.0 Released!

## What's Changed * Actions: Use main branch by @ryonakano in https://github.com/elementary/pantheon-wayland/pull/6 * Add the make_modal method by @leolost2605 in https://github.com/elementary/pantheon-wayland/pull/7 ## New Contributors * @ryonakano made their first contribution in https://github.com/elementary/pantheon-wayland/pull/6 **Full Changelog**: https://github.com/elementary/pantheon-wayland/compare/1.0.0...1.1.0

1 commit
gala
8.4.0 on

gala 8.4.0 Released

Improvements:

  • Updated translations
  • Improved HiDPI support
  • Improve Reduced Motion behavior
## What's Changed * Gestures: Keep smooth progress even with disabled animations by @leolost2605 in https://github.com/elementary/gala/pull/2621 * WindowClone: Fix some warnings on allocate by @leolost2605 in https://github.com/elementary/gala/pull/2610 * daemon-gtk3: include css by @lenemter in https://github.com/elementary/gala/pull/2626 * Fix several interactions with disabled animations by @lenemter in https://github.com/elementary/gala/pull/2622 * TouchpadBackend: Fix missing reset once gesture ends by @leolost2605 in https://github.com/elementary/gala/pull/2635 * WindowClone: Improve hover widget detection by @leolost2605 in https://github.com/elementary/gala/pull/2636 * Tooltip: scale text margin by @lenemter in https://github.com/elementary/gala/pull/2616 * WindowStateSaver: Don't restore dialogs state by @lenemter in https://github.com/elementary/gala/pull/2644 * DesktopIntegration: respect reduce motion setting by @lenemter in https://github.com/elementary/gala/pull/2639 * Make sure to dim parent window when reduced motion enabled by @lenemter in https://github.com/elementary/gala/pull/2642 * HideTracker: Assume hovered when revealing via barrier by @leolost2605 in https://github.com/elementary/gala/pull/2634 * DBus: cleanup by @lenemter in https://github.com/elementary/gala/pull/2609 * Improve drag and drop action event consuming by @leolost2605 in https://github.com/elementary/gala/pull/2628 * Require GLib 2.78 by @lenemter in https://github.com/elementary/gala/pull/2650 * WindowStateSaver: validate saved window position before placing by @lenemter in https://github.com/elementary/gala/pull/2611 * WindowSwitcher: Reduce gesture sensitivity by @leolost2605 in https://github.com/elementary/gala/pull/2637 * WindowClone: always show close button by @lenemter in https://github.com/elementary/gala/pull/2645 * CloseButton: Use Clutter.ClickAction by @leolost2605 in https://github.com/elementary/gala/pull/2656 * SessionLocker: fix warning by @lenemter in https://github.com/elementary/gala/pull/2649 * PropertyTarget: remove transitions on gesture start by @lenemter in https://github.com/elementary/gala/pull/2625 * wayland: Add make_modal protocol method by @leolost2605 in https://github.com/elementary/gala/pull/1974 * WindowClone: Don't disable swipe to close on reduced motion by @leolost2605 in https://github.com/elementary/gala/pull/2659 * Enable 'scale-monitor-framebuffer' by default by @leolost2605 in https://github.com/elementary/gala/pull/2660 * Move windows to shell group when window type changes by @lenemter in https://github.com/elementary/gala/pull/2646 * Bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/elementary/gala/pull/2666 * Don't apply scale twice when using fractional scaling by @leolost2605 in https://github.com/elementary/gala/pull/2664 * Fix blurry icons when running with fractional scaling by @leolost2605 in https://github.com/elementary/gala/pull/2665 * Use gala icon for window icon by @leolost2605 in https://github.com/elementary/gala/pull/2673 **Full Changelog**: https://github.com/elementary/gala/compare/8.3.0...8.4.0

5 commits
wingpanel
8.0.4 on

wingpanel 8.0.4 Released

Improvements:

  • Updated translations
## What's Changed * Snappier "top panel workspace scroll" by @teamcons in https://github.com/elementary/wingpanel/pull/590 * Panel: add style provider for display, style correct selector by @danirabbit in https://github.com/elementary/wingpanel/pull/620 * Use translucent style with fullscreen window by @lenemter in https://github.com/elementary/wingpanel/pull/618 * Update mutter dependency in readme by @peteruithoven in https://github.com/elementary/wingpanel/pull/625 * Add OpenSUSE Leap CI and fix build by @lenemter in https://github.com/elementary/wingpanel/pull/629 * Actions: Use main branch by @ryonakano in https://github.com/elementary/wingpanel/pull/632 * FocusManager: fix missing argument in push_modal by @danirabbit in https://github.com/elementary/wingpanel/pull/637 * BackgroundManager: fix interaction with show-desktop shortcut by @lenemter in https://github.com/elementary/wingpanel/pull/630 * Use dark style in greeter session by @lenemter in https://github.com/elementary/wingpanel/pull/611 * Remove whitelist/blacklist by @lenemter in https://github.com/elementary/wingpanel/pull/641 * wingpanel-interface: Require Gala 8.3.0 by @ryonakano in https://github.com/elementary/wingpanel/pull/642 * Initiate window drag only after drag threshold is reached by @lenemter in https://github.com/elementary/wingpanel/pull/631 ## New Contributors * @teamcons made their first contribution in https://github.com/elementary/wingpanel/pull/590 **Full Changelog**: https://github.com/elementary/wingpanel/compare/8.0.3...8.0.4

Up to date
stylesheet
8.2.2 on

stylesheet 8.2.2 Released

Improve support for LibAdwaita widgets:

  • Add Adw.NavigationSplitView styles
## What's Changed * Popover: fix indentation for headerlabel by @danirabbit in https://github.com/elementary/stylesheet/pull/1325 * Sidebars: add support for Adw.NavigationSplitView by @danirabbit in https://github.com/elementary/stylesheet/pull/1327 * Show sort-indicator in treeviews by @stsdc in https://github.com/elementary/stylesheet/pull/1328 * focus → focus-visible by @danirabbit in https://github.com/elementary/stylesheet/pull/1330 * Actions: Use main branch by @ryonakano in https://github.com/elementary/stylesheet/pull/1331 * Fix Latte palette is built partially by @teamcons in https://github.com/elementary/stylesheet/pull/1340 * CheckButtons: Support Latte by @ryonakano in https://github.com/elementary/stylesheet/pull/1341 ## New Contributors * @stsdc made their first contribution in https://github.com/elementary/stylesheet/pull/1328 **Full Changelog**: https://github.com/elementary/stylesheet/compare/8.2.1...8.2.2

1 commit
dock
8.3.1 on

dock 8.3.1 Released

Updated translations

## What's Changed * Launcher: remove duplicate action constants by @danirabbit in https://github.com/elementary/dock/pull/507 * Fix tooltip when hide dock is set to never by @lenemter in https://github.com/elementary/dock/pull/512 * DynamicWorkspaecItem: add tooltip by @danirabbit in https://github.com/elementary/dock/pull/514 * Fit popovers interaction with hide mode never by @lenemter in https://github.com/elementary/dock/pull/515 * BaseIconGroup: make flowbox child unfocusable by @danirabbit in https://github.com/elementary/dock/pull/518 * Make pinned action a property action by @leolost2605 in https://github.com/elementary/dock/pull/521 * Allow to dnd a window icon to the new workspace item by @leolost2605 in https://github.com/elementary/dock/pull/509 * ItemManager: sync_pinned when launcher added by @danirabbit in https://github.com/elementary/dock/pull/525 **Full Changelog**: https://github.com/elementary/dock/compare/8.3.0...8.3.1

8.3.0 on

dock 8.3.0 Released

Updated translations

## What's Changed * Add blur by @lenemter in https://github.com/elementary/dock/pull/390 * Styles: increase transparency by @danirabbit in https://github.com/elementary/dock/pull/456 * Make long touch gesture touch only by @lenemter in https://github.com/elementary/dock/pull/462 * Small cleanup by @lenemter in https://github.com/elementary/dock/pull/459 * Move BottomMargin into a separate file and clean it up by @lenemter in https://github.com/elementary/dock/pull/461 * l10n: Correct Chinese language codes by @ryonakano in https://github.com/elementary/dock/pull/463 * Increase actionable area of an app icon all way to the screen edge by @lenemter in https://github.com/elementary/dock/pull/460 * Launcher: better badge animation by @danirabbit in https://github.com/elementary/dock/pull/466 * Update Granite label styles by @danirabbit in https://github.com/elementary/dock/pull/472 * Blur: Don't hardcode dock border-radius by @lenemter in https://github.com/elementary/dock/pull/458 * Default to building workspace switcher by @danirabbit in https://github.com/elementary/dock/pull/492 * BaseIconGroup: Use FlowBox instead of manual layouting by @leolost2605 in https://github.com/elementary/dock/pull/484 * IconGroup: change focused style by @danirabbit in https://github.com/elementary/dock/pull/439 * Give the new ws icon the same focus style as the icon groups. by @leolost2605 in https://github.com/elementary/dock/pull/506 **Full Changelog**: https://github.com/elementary/dock/compare/8.2.0...8.3.0

10 commits
applications-menu
8.0.2 on

applications-menu 8.0.2 Released

Improvements:

  • Updated translations
## What's Changed * SlingshotView: Replace deprecated Granite.ModeButton by @danirabbit in https://github.com/elementary/applications-menu/pull/637 * AppContextMenu: Use GLib.Action by @danirabbit in https://github.com/elementary/applications-menu/pull/635 * AppButton: Replace deprecated Granite.AsyncImage by @danirabbit in https://github.com/elementary/applications-menu/pull/642 * AppButton: change badge to 999+ after 999 by @danirabbit in https://github.com/elementary/applications-menu/pull/644 * SlingshotView: remove dead get_screen by @danirabbit in https://github.com/elementary/applications-menu/pull/646 * SlingshotView: use SearchEntry.handle_event by @danirabbit in https://github.com/elementary/applications-menu/pull/643 * AppButton: use EventControllers by @danirabbit in https://github.com/elementary/applications-menu/pull/641 * GridView: use KeyController by @danirabbit in https://github.com/elementary/applications-menu/pull/649 * CategoryView: use KeyController by @danirabbit in https://github.com/elementary/applications-menu/pull/648 * SlingshotView: use KeyController for search entry key events by @danirabbit in https://github.com/elementary/applications-menu/pull/647 * AppButton: GTK4 prep, code style by @danirabbit in https://github.com/elementary/applications-menu/pull/650 * SlingshotView: GTK4 Prep by @danirabbit in https://github.com/elementary/applications-menu/pull/651 * CategoryView: use controllers to open menu by @danirabbit in https://github.com/elementary/applications-menu/pull/652 * AppListRow: GTK4 prep by @danirabbit in https://github.com/elementary/applications-menu/pull/653 * SlingshotView: use key controller for shortcuts by @danirabbit in https://github.com/elementary/applications-menu/pull/654 * CategoryView: code style, GTK4 prep by @danirabbit in https://github.com/elementary/applications-menu/pull/655 * SearchItem: Gtk4 Prep, Code Style by @danirabbit in https://github.com/elementary/applications-menu/pull/657 * SearchView: use event controllers for context menu by @danirabbit in https://github.com/elementary/applications-menu/pull/656 * Switcher: gtk4 prep by @danirabbit in https://github.com/elementary/applications-menu/pull/659 * SearchView: absorb listbox by @danirabbit in https://github.com/elementary/applications-menu/pull/658 * Move icon fallbacks to widgets by @danirabbit in https://github.com/elementary/applications-menu/pull/660 * AppContextMenu: use dialog response/present by @danirabbit in https://github.com/elementary/applications-menu/pull/661 * SearchItem: remove unused cancellable by @danirabbit in https://github.com/elementary/applications-menu/pull/664 * CategoryView: connect to ListBox.move_cursor instead of subclass by @danirabbit in https://github.com/elementary/applications-menu/pull/665 * Switcher: get_children, add.connect_after -> n_pages by @danirabbit in https://github.com/elementary/applications-menu/pull/662 * Style listitems as modelbuttons by @danirabbit in https://github.com/elementary/applications-menu/pull/666 * SearchView: subclass bin by @danirabbit in https://github.com/elementary/applications-menu/pull/667 * Styles: add modelbutton focus style by @danirabbit in https://github.com/elementary/applications-menu/pull/669 * App: add menu model by @danirabbit in https://github.com/elementary/applications-menu/pull/668 * Synapse: remove ClipboardCopyAction by @danirabbit in https://github.com/elementary/applications-menu/pull/671 * Actions: Use main branch by @ryonakano in https://github.com/elementary/applications-menu/pull/674 * README: Add gettext to deps by @LuminousHustler in https://github.com/elementary/applications-menu/pull/684 ## New Contributors * @LuminousHustler made their first contribution in https://github.com/elementary/applications-menu/pull/684 **Full Changelog**: https://github.com/elementary/applications-menu/compare/8.0.1...8.0.2

1 commit
monitor
8.0.1 on

Monitor 8.0.1 Released

Other Improvements:

  • Updated translations
## What's Changed * Update deprecated Granite css classes usage by @stsdc in https://github.com/elementary/monitor/pull/492 * Set gtk-alternative-sort-arrows to false by @stsdc in https://github.com/elementary/monitor/pull/491 * Converts Compact classes to fundamental ones by @stsdc in https://github.com/elementary/monitor/pull/493 * Fix parsing issue for feature/bug data from csvs by @Tbusk in https://github.com/elementary/monitor/pull/497 * Add swap data to memory info by @Tbusk in https://github.com/elementary/monitor/pull/499 * Rename occurrences of `appdata.xml` to `metainfo.xml` by @Tbusk in https://github.com/elementary/monitor/pull/506 * Switch to using most active gpu in statusbar and indicator by @Tbusk in https://github.com/elementary/monitor/pull/504 * Add `xvfb` to dependencies in `README.md` by @Tbusk in https://github.com/elementary/monitor/pull/502 * Create CI/CD test runner by @Tbusk in https://github.com/elementary/monitor/pull/508 * Fix background-state not saved with the preferences switch by @stsdc in https://github.com/elementary/monitor/pull/509 * Add driver name property to GPU classes by @stsdc in https://github.com/elementary/monitor/pull/512 * Release 8.0.1 by @stsdc in https://github.com/elementary/monitor/pull/513 ## New Contributors * @Tbusk made their first contribution in https://github.com/elementary/monitor/pull/497 **Full Changelog**: https://github.com/elementary/monitor/compare/8.0.0...8.0.1

12 commits
onboarding
8.0.4 on

onboarding 8.0.4 Released

  • Updated translations
## What's Changed * Actions: Use main branch by @ryonakano in https://github.com/elementary/onboarding/pull/255 * StyleView: wrap sunset-to-sunrise label by @danirabbit in https://github.com/elementary/onboarding/pull/260 * Move CSS to Application.css by @danirabbit in https://github.com/elementary/onboarding/pull/263 * Fix deprecated Granite style classes by @danirabbit in https://github.com/elementary/onboarding/pull/265 * Use Granite.Box by @danirabbit in https://github.com/elementary/onboarding/pull/268 * WelcomeView: use Granite.ListItem and Granite.Box by @danirabbit in https://github.com/elementary/onboarding/pull/266 * Update appearance previews by @danirabbit in https://github.com/elementary/onboarding/pull/270 **Full Changelog**: https://github.com/elementary/onboarding/compare/8.0.3...8.0.4

1 commit
notifications
8.1.2 on

notifications 8.1.2 Released

Minor Updates:

  • Updated translations
## What's Changed * X11: Avoid using present by @lenemter in https://github.com/elementary/notifications/pull/280 * Make screen reader announce notifications by @danirabbit in https://github.com/elementary/notifications/pull/283 * Handle "urgency" and "desktop-entry" hints in server by @lenemter in https://github.com/elementary/notifications/pull/265 * Notification: create find_icon function by @danirabbit in https://github.com/elementary/notifications/pull/285 **Full Changelog**: https://github.com/elementary/notifications/compare/8.1.1...8.1.2

8.1.1 on

notifications 8.1.1 Released

Minor Updates:

  • Updated translations
## What's Changed * Actions: Use main branch by @ryonakano in https://github.com/elementary/notifications/pull/246 * Port to Gtk4 by @danirabbit in https://github.com/elementary/notifications/pull/227 * MaskedImage: fix deprecated Granite styles by @danirabbit in https://github.com/elementary/notifications/pull/250 * Remove no longer used libcanberra-gtk3.vapi by @ryonakano in https://github.com/elementary/notifications/pull/254 * demo: Port to Gtk4 by @ryonakano in https://github.com/elementary/notifications/pull/253 * Remove custom close animation by @lenemter in https://github.com/elementary/notifications/pull/252 * Add background blur by @lenemter in https://github.com/elementary/notifications/pull/251 * Fix meson warning and gettext ci by @lenemter in https://github.com/elementary/notifications/pull/255 * Set notification window type on X11 by @lenemter in https://github.com/elementary/notifications/pull/257 * Add support for notification spec 1.3 by @lenemter in https://github.com/elementary/notifications/pull/259 * Use correct sound theme by @lenemter in https://github.com/elementary/notifications/pull/264 * Don't set dark/light style manually by @lenemter in https://github.com/elementary/notifications/pull/268 * AbstractBubble: Fix memory leak by @lenemter in https://github.com/elementary/notifications/pull/272 * Move Settings object into Application class by @lenemter in https://github.com/elementary/notifications/pull/267 * Move send_sound from Server to Application by @lenemter in https://github.com/elementary/notifications/pull/269 * Move CloseReason to AbstractBubble by @lenemter in https://github.com/elementary/notifications/pull/270 * CSS: rounder notification, flatter close button by @danirabbit in https://github.com/elementary/notifications/pull/273 **Full Changelog**: https://github.com/elementary/notifications/compare/8.1.0...8.1.1

4 commits
greeter
8.1.1 on

greeter 8.1.1 Released

Minor updates:

  • Updated translations
## What's Changed * Fix CSS typo by @lenemter in https://github.com/elementary/greeter/pull/834 * Fix card switching by @lenemter in https://github.com/elementary/greeter/pull/832 * Compositor: implement NotificationStack by @lenemter in https://github.com/elementary/greeter/pull/833 * Remove accountservice dependency by @lenemter in https://github.com/elementary/greeter/pull/835 * Sync wingpanel's "Show Percentage" option by @lenemter in https://github.com/elementary/greeter/pull/814 * UserCard: when syncing settings set value type explicitly by @lenemter in https://github.com/elementary/greeter/pull/838 * Move focus handling from UserCard to BaseCard by @lenemter in https://github.com/elementary/greeter/pull/836 * docs: list missing build dependencies by @cnaples79 in https://github.com/elementary/greeter/pull/842 ## New Contributors * @cnaples79 made their first contribution in https://github.com/elementary/greeter/pull/842 **Full Changelog**: https://github.com/elementary/greeter/compare/8.1.0...8.1.1

5 commits
wingpanel-indicator-network
8.0.1 on

wingpanel-indicator-network 8.0.1 Released

Improvements:

  • Updated translations
## What's Changed * WifiInterface: Get permission async by @ryonakano in https://github.com/elementary/wingpanel-indicator-network/pull/353 * Fix crash on captive portal Wi-Fi by ensuring NMConnection is fully initialized by @barunespadhy in https://github.com/elementary/wingpanel-indicator-network/pull/354 ## New Contributors * @barunespadhy made their first contribution in https://github.com/elementary/wingpanel-indicator-network/pull/354 **Full Changelog**: https://github.com/elementary/wingpanel-indicator-network/compare/8.0.0...8.0.1

1 commit
settings-daemon
8.4.0 on

settings-daemon 8.4.0 Released

Improvements:

  • Updated translations
## What's Changed * SystemUpdate: Use systemd timer for initial and daily update check by @ryonakano in https://github.com/elementary/settings-daemon/pull/200 * Actions: Use main branch by @ryonakano in https://github.com/elementary/settings-daemon/pull/202 * Sync wingpanel's "Show Percentage" option by @lenemter in https://github.com/elementary/settings-daemon/pull/194 * Support Latte by @ryonakano in https://github.com/elementary/settings-daemon/pull/209 **Full Changelog**: https://github.com/elementary/settings-daemon/compare/8.3.1...8.4.0

3 commits
installer
8.1.3 on

installer 8.1.3 Released

Improvements:

  • Updated translations
## What's Changed * README: remove reference to eol OS by @danirabbit in https://github.com/elementary/installer/pull/906 * DiskBar: Increase minimum partition percentage by @lenemter in https://github.com/elementary/installer/pull/909 * Use new CssClass constants from new Granite by @lenemter in https://github.com/elementary/installer/pull/908 **Full Changelog**: https://github.com/elementary/installer/compare/8.1.2...8.1.3

5 commits
feedback
8.1.0 on

feedback 8.1.0 Released

Improvements:

  • Add Maps and Monitor
  • Updated translations
## What's Changed * MainWindow: Add Maps and Monitor by @ryonakano in https://github.com/elementary/feedback/pull/117 * Actions: Use main branch by @ryonakano in https://github.com/elementary/feedback/pull/118 * Drop old AppStream by @danirabbit in https://github.com/elementary/feedback/pull/124 * MainWindow: use get_components_by_extends by @danirabbit in https://github.com/elementary/feedback/pull/125 **Full Changelog**: https://github.com/elementary/feedback/compare/8.0.1...8.1.0

26 commits
settings-system
8.2.2 on

settings-system 8.2.2 Released

Minor updates:

  • Screen reader improvements
  • Updated translations
## What's Changed * Add device icons to gresource by @danirabbit in https://github.com/elementary/settings-system/pull/380 * FirmwareView: use Adw.NavigationView by @danirabbit in https://github.com/elementary/settings-system/pull/381 * Actions: Use main branch by @ryonakano in https://github.com/elementary/settings-system/pull/382 * Meson: output correct metainfo file extension by @danirabbit in https://github.com/elementary/settings-system/pull/393 **Full Changelog**: https://github.com/elementary/settings-system/compare/8.2.1...8.2.2

8 commits
settings-security-privacy
8.0.2 on

settings-security-privacy 8.0.2 Released

Minor updates:

  • Translation updates
## What's Changed * FirewallPanel: get permission async by @lenemter in https://github.com/elementary/settings-security-privacy/pull/185 * Use Gtk.FileDialog to choose excluded folders by @ryonakano in https://github.com/elementary/settings-security-privacy/pull/186 * Actions: Use main branch by @ryonakano in https://github.com/elementary/settings-security-privacy/pull/189 **Full Changelog**: https://github.com/elementary/settings-security-privacy/compare/8.0.1...8.0.2

1 commit
settings-desktop
8.2.1 on

settings-desktop 8.2.1 Released

Other updates:

  • Update dock style
  • Updated translations
## What's Changed * Don't set Gtk theme by @lenemter in https://github.com/elementary/settings-desktop/pull/448 * Appearance: update dock style by @danirabbit in https://github.com/elementary/settings-desktop/pull/452 * Actions: Use main branch by @ryonakano in https://github.com/elementary/settings-desktop/pull/453 **Full Changelog**: https://github.com/elementary/settings-desktop/compare/8.2.0...8.2.1

4 commits
settings-notifications
8.0.1 on

settings-notifications 8.0.1 Released

Minor updates:

  • Restore sidebar position
  • Updated translations
## What's Changed * App: remove ancient gala notification schema by @danirabbit in https://github.com/elementary/settings-notifications/pull/108 * Store Sidebar Position by @alainm23 in https://github.com/elementary/settings-notifications/pull/112 * Meson: add log domain by @danirabbit in https://github.com/elementary/settings-notifications/pull/113 * Actions: Use main branch by @ryonakano in https://github.com/elementary/settings-notifications/pull/114 * Plug: rewrite placeholder by @danirabbit in https://github.com/elementary/settings-notifications/pull/117 ## New Contributors * @alainm23 made their first contribution in https://github.com/elementary/settings-notifications/pull/112 **Full Changelog**: https://github.com/elementary/settings-notifications/compare/8.0.0...8.0.1

2 commits
settings-printers
8.0.2 on

settings-printers 8.0.2 Released

Minor updates:

  • Updated translations
## What's Changed * Plug: add headerbar to placeholder by @danirabbit in https://github.com/elementary/settings-printers/pull/213 * Actions: Use main branch by @ryonakano in https://github.com/elementary/settings-printers/pull/215 **Full Changelog**: https://github.com/elementary/settings-printers/compare/8.0.1...8.0.2

1 commit
sideload
6.3.1 on

sideload 6.3.1 Released

  • Updated translations
## What's Changed * Actions: Use main branch by @ryonakano in https://github.com/elementary/sideload/pull/178 ## New Contributors * @ryonakano made their first contribution in https://github.com/elementary/sideload/pull/178 **Full Changelog**: https://github.com/elementary/sideload/compare/6.3.0...6.3.1

4 commits
settings-mouse-touchpad
8.0.3 on

settings-mouse-touchpad 8.0.3 Released

Minor updates:

  • Updated translations
## What's Changed * Middle click paste: add Wayland support by @lenemter in https://github.com/elementary/settings-mouse-touchpad/pull/253 * Actions: Use main branch by @ryonakano in https://github.com/elementary/settings-mouse-touchpad/pull/255 * Clicking: don't handle x11 primary paste by @lenemter in https://github.com/elementary/settings-mouse-touchpad/pull/258 **Full Changelog**: https://github.com/elementary/settings-mouse-touchpad/compare/8.0.2...8.0.3

1 commit
settings-locale
8.0.3 on

settings-locale 8.0.3 Released

Minor improvements:

  • Updated translations
## What's Changed * Don't create InstallDialog on initialization by @lenemter in https://github.com/elementary/settings-locale/pull/230 * ProgressDialog: make more self contained, cleanup by @danirabbit in https://github.com/elementary/settings-locale/pull/231 * Actions: Use main branch by @ryonakano in https://github.com/elementary/settings-locale/pull/232 * meson: Fix wrong rename from metainfo.xml.in to appdata.xml by @ryonakano in https://github.com/elementary/settings-locale/pull/238 **Full Changelog**: https://github.com/elementary/settings-locale/compare/8.0.2...8.0.3

1 commit
calendar
8.0.1 on

calendar 8.0.1 Released

Minor Updates:

  • Improve screen reader support
  • Updated translations
## What's Changed * Actions: bump flatpak to 6.4 by @danirabbit in https://github.com/elementary/calendar/pull/819 * chore(flatpak): bump EDS version by @davidmhewitt in https://github.com/elementary/calendar/pull/820 * CI: run arm workflows on arm runner by @davidmhewitt in https://github.com/elementary/calendar/pull/821 * Flatpak: Use libportal from Platform by @ryonakano in https://github.com/elementary/calendar/pull/822 * GridDay: Gtk4 Prep by @danirabbit in https://github.com/elementary/calendar/pull/823 * AgendaEventRow: Gtk4 prep by @danirabbit in https://github.com/elementary/calendar/pull/828 * AgendaView: GTK4 prep by @danirabbit in https://github.com/elementary/calendar/pull/827 * MainWindow: gtk4 prep by @danirabbit in https://github.com/elementary/calendar/pull/826 * Resource: use built-in icon loading, add path for symbolic by @danirabbit in https://github.com/elementary/calendar/pull/825 * Application: use startup by @danirabbit in https://github.com/elementary/calendar/pull/824 * InfoPanel: absorb CalendarButton by @danirabbit in https://github.com/elementary/calendar/pull/829 * add Flatpak dependency checker by @danirabbit in https://github.com/elementary/calendar/pull/831 * Include new event icon by @danirabbit in https://github.com/elementary/calendar/pull/837 * EventDialog: GTK4 prep by @danirabbit in https://github.com/elementary/calendar/pull/845 * CalendarRow: cleanup by @danirabbit in https://github.com/elementary/calendar/pull/841 * CalendarView: absorb header by @danirabbit in https://github.com/elementary/calendar/pull/846 * CalendarChooser: cleanup by @danirabbit in https://github.com/elementary/calendar/pull/842 * SourceDialog: make a dialog by @danirabbit in https://github.com/elementary/calendar/pull/840 * InfoPanel: cleanup by @danirabbit in https://github.com/elementary/calendar/pull/843 * CalendarView: add contractor menu by @danirabbit in https://github.com/elementary/calendar/pull/847 * Drop support for old EDS by @danirabbit in https://github.com/elementary/calendar/pull/848 * SourceRow: cleanup by @danirabbit in https://github.com/elementary/calendar/pull/852 * SourcePopover: Gtk4 prep, cleanup by @danirabbit in https://github.com/elementary/calendar/pull/853 * PlacementWidget: cleanup by @danirabbit in https://github.com/elementary/calendar/pull/851 * CalDavBackend: clean up placementwidget by @danirabbit in https://github.com/elementary/calendar/pull/850 * ReminderPanel: cleanups by @danirabbit in https://github.com/elementary/calendar/pull/844 * SourceDialog: fix screen reader labels by @danirabbit in https://github.com/elementary/calendar/pull/855 * Bump to platform 8.2 by @danirabbit in https://github.com/elementary/calendar/pull/830 * Actions: Use main branch by @ryonakano in https://github.com/elementary/calendar/pull/858 * SourceRow: always show buttons by @danirabbit in https://github.com/elementary/calendar/pull/857 * DynamicSpinner: GTK4 prep by @danirabbit in https://github.com/elementary/calendar/pull/868 * AgendaEventRow: make location link clickable by @danirabbit in https://github.com/elementary/calendar/pull/862 **Full Changelog**: https://github.com/elementary/calendar/compare/8.0.0...8.0.1

24 commits
terminal
7.2.0 on

terminal 7.2.0 Released

Other updates:

  • The option to hide the tabbar when there is only one tab is now exposed and honored
  • Translation updates
## What's Changed * Launch web links correctly by @jeremypw in https://github.com/elementary/terminal/pull/923 * Fix Clear Screen: Move cursor to line start before feeding clear command by @jeremypw in https://github.com/elementary/terminal/pull/921 * Auto-hide single tab option by @jeremypw in https://github.com/elementary/terminal/pull/927 * Draft metainfo for v7.1.3 milestone by @jeremypw in https://github.com/elementary/terminal/pull/928 * Disable secondary-click actions while a foreground process is running by @lobre in https://github.com/elementary/terminal/pull/933 * Release v7.2.0 by @jeremypw in https://github.com/elementary/terminal/pull/935 ## New Contributors * @lobre made their first contribution in https://github.com/elementary/terminal/pull/933 **Full Changelog**: https://github.com/elementary/terminal/compare/7.1.2...7.2.0

26 commits
mail
8.0.1 on

mail 8.0.1 Released

Improvements:

  • Updated translations
## What's Changed * Alias: Do not translate placeholder email address by @ryonakano in https://github.com/elementary/mail/pull/991 * Drop old Soup support by @danirabbit in https://github.com/elementary/mail/pull/1000 * AttachmentButton: Use Gtk.Gesture by @danirabbit in https://github.com/elementary/mail/pull/1001 * MessageListItem: GTK4 prep by @danirabbit in https://github.com/elementary/mail/pull/1003 * fix(flatpak): bump EDS version by @davidmhewitt in https://github.com/elementary/mail/pull/1012 * CI: run arm workflows on arm runner by @davidmhewitt in https://github.com/elementary/mail/pull/1011 * Flatpak: Use libportal from Platform by @ryonakano in https://github.com/elementary/mail/pull/1013 * Launcher: add icon for compose action by @danirabbit in https://github.com/elementary/mail/pull/1022 * Bump to platform 8.2 by @danirabbit in https://github.com/elementary/mail/pull/1015 * Actions: Use main branch by @ryonakano in https://github.com/elementary/mail/pull/1026 **Full Changelog**: https://github.com/elementary/mail/compare/8.0.0...8.0.1

3 commits
settings-sound
8.0.2 on

settings-sound 8.0.2 Released

Improvements:

  • Updated translations
## What's Changed * Actions: Use main branch by @ryonakano in https://github.com/elementary/settings-sound/pull/288 **Full Changelog**: https://github.com/elementary/settings-sound/compare/8.0.1...8.0.2

1 commit
code
8.1.2 on

code 8.1.2 Released

Minor updates:

  • The tooltips for C symbols are now more informative
  • Cloning success is now indicated by toast instead of a dialog
  • Global search and local search now have the same case sensitivity
  • Opening a second window no longer results in duplicate project entries in the project chooser
  • Updated translations
## What's Changed * Profiling: Enable profiling in code using google-perftools by @jeremypw in https://github.com/elementary/code/pull/1539 * Cloning: Show progress in sidebar by @jeremypw in https://github.com/elementary/code/pull/1641 * Consistent search settings between document search and global search by @jeremypw in https://github.com/elementary/code/pull/1623 * SymbolPane: improve tooltips for C tags by @jeremypw in https://github.com/elementary/code/pull/1636 * Sidebar: Put stack and toast in overlay by @jeremypw in https://github.com/elementary/code/pull/1647 * Fix open-folder shortcut by @jeremypw in https://github.com/elementary/code/pull/1640 * Bump flatpak/flatpak-github-actions from 6.5 to 6.6 by @dependabot[bot] in https://github.com/elementary/code/pull/1649 * ChooseProjectButton: prevent duplicate projects in dropdown by @jeremypw in https://github.com/elementary/code/pull/1624 * Fix typo in .desktop file by @decathorpe in https://github.com/elementary/code/pull/1652 ## New Contributors * @decathorpe made their first contribution in https://github.com/elementary/code/pull/1652 **Full Changelog**: https://github.com/elementary/code/compare/8.1.1...8.1.2

45 commits
icons
8.2.0 on

icons 8.2.0 Released

Additions:

  • `start-here`
  • Tool icons for Inkscape
  • Add Adwaita as a fallback for icon names
  • 16px `accessories-character-map`, `document-properties`, `preferences-system`
  • 24px `list-add-symbolic`

Updated families:

  • Add a scroll wheel to mouse
  • Use outline style for `applications-internet-symbolic`
  • Differentiate keyboard device from keyboard preferences
  • Round find-location
  • Remove visual artifact from 16px `edit-paste` icon

Removals:

  • `view-filter`
  • `media-memory`
## What's Changed * Install scalable cursor theme by @danirabbit in https://github.com/elementary/icons/pull/1324 * Add more dnd-* symlinks by @danirabbit in https://github.com/elementary/icons/pull/1327 * Update placement of palette file, add support for local flatpack inst… by @wpkelso in https://github.com/elementary/icons/pull/1328 * Actions: Match `tool-pointer` and `tool-node-editor` to new cursor shapes by @wpkelso in https://github.com/elementary/icons/pull/1329 * Devices: add scroll wheel to mouse by @danirabbit in https://github.com/elementary/icons/pull/1310 * Compose mime-types during the build process by @wpkelso in https://github.com/elementary/icons/pull/1334 * Places: New design for folder icons by @newhoa in https://github.com/elementary/icons/pull/1311 * Places: add start-here by @danirabbit in https://github.com/elementary/icons/pull/1339 * Actions: add 24px list-add-symbolic by @danirabbit in https://github.com/elementary/icons/pull/1341 * Places: Create symlinks in Meson by @danirabbit in https://github.com/elementary/icons/pull/1342 * Categories: outline style for applications-internet-symbolic by @danirabbit in https://github.com/elementary/icons/pull/1343 * Mimes: Copy base files for templates at build time by @wpkelso in https://github.com/elementary/icons/pull/1346 * Remove media-memory by @danirabbit in https://github.com/elementary/icons/pull/1348 * Prep palette file for Inkscape by @wpkelso in https://github.com/elementary/icons/pull/1349 * Devices: differentiate keyboard from keyboard preferences by @danirabbit in https://github.com/elementary/icons/pull/1352 * Places: fix misnamed symbolic folder-remote by @danirabbit in https://github.com/elementary/icons/pull/1354 * Places: fix naming of network-workgroup-symbolic by @danirabbit in https://github.com/elementary/icons/pull/1355 * Use `system-help` as central "question mark" icon by @newhoa in https://github.com/elementary/icons/pull/1351 * Actions: Remove view-filter by @danirabbit in https://github.com/elementary/icons/pull/1356 * Applications: Add cab fill to `system-software-install` at 16x by @wpkelso in https://github.com/elementary/icons/pull/1358 * Applications: Fix rim lighting stops at 16x by @wpkelso in https://github.com/elementary/icons/pull/1359 * Actions: round find-location by @danirabbit in https://github.com/elementary/icons/pull/1360 * Actions: Use main branch by @ryonakano in https://github.com/elementary/icons/pull/1364 * Use Adwaita as a fallback icon theme by @daudix in https://github.com/elementary/icons/pull/1365 * Remove visual artifact from 16px edit-paste icon by @choosingausernameishard in https://github.com/elementary/icons/pull/1367 * Add symlinks for Inkscape lock/unlock icons by @choosingausernameishard in https://github.com/elementary/icons/pull/1370 * Add 16px document-properties by @choosingausernameishard in https://github.com/elementary/icons/pull/1374 * Add 16px preferences-desktop-keyboard/accessories-character-map by @choosingausernameishard in https://github.com/elementary/icons/pull/1375 * Add 16px preferences-system by @choosingausernameishard in https://github.com/elementary/icons/pull/1373 * Add dialog-extensions symlink for Inkscape by @choosingausernameishard in https://github.com/elementary/icons/pull/1376 * Add dialog-memory symlink for Inkscape by @choosingausernameishard in https://github.com/elementary/icons/pull/1377 * Add edit-undo-history symlink for Inkscape by @choosingausernameishard in https://github.com/elementary/icons/pull/1378 * Add font_collections for Inkscape by @choosingausernameishard in https://github.com/elementary/icons/pull/1386 * Add dialog-object-properties for Inkscape by @choosingausernameishard in https://github.com/elementary/icons/pull/1382 * Add dialog-xml-editor, dialog-selectors and dialog-scripts for Inkscape by @choosingausernameishard in https://github.com/elementary/icons/pull/1381 * Add hide/unhide icons for Inkscape by @choosingausernameishard in https://github.com/elementary/icons/pull/1371 * Add dialog-objects for Inkscape by @choosingausernameishard in https://github.com/elementary/icons/pull/1387 * Add dialog-fill-and-stroke for Inkscape by @choosingausernameishard in https://github.com/elementary/icons/pull/1384 * Add missing mint-green path boolean operation Inkscape icons by @choosingausernameishard in https://github.com/elementary/icons/pull/1391 * Redesign changes-allow by @choosingausernameishard in https://github.com/elementary/icons/pull/1372 ## New Contributors * @ryonakano made their first contribution in https://github.com/elementary/icons/pull/1364 * @daudix made their first contribution in https://github.com/elementary/icons/pull/1365 * @choosingausernameishard made their first contribution in https://github.com/elementary/icons/pull/1367 **Full Changelog**: https://github.com/elementary/icons/compare/8.1.0...8.2.0

16 commits
session-settings
8.1.0 on

8.1.0 Released

## What's Changed * Add meson option to disable x11 session by @bobby285271 in https://github.com/elementary/session-settings/pull/92 * l10n: Correct Chinese language codes by @ryonakano in https://github.com/elementary/session-settings/pull/94 **Full Changelog**: https://github.com/elementary/session-settings/compare/8.0.1...8.1.0

1 commit
settings-power
8.1.0 on

settings-power 8.1.0 Released

Minor updates:

  • Updated translations
## What's Changed * TimeoutComboBox: port to Gtk.DropDown by @danirabbit in https://github.com/elementary/settings-power/pull/281 * TimeoutComboBox: warn about high energy usage by @danirabbit in https://github.com/elementary/settings-power/pull/282 **Full Changelog**: https://github.com/elementary/settings-power/compare/8.0.1...8.1.0

9 commits
iconbrowser
8.1.0 on

iconbrowser 8.1.0 Released

Update translations

9 commits
wingpanel-indicator-sound
8.0.2 on

wingpanel-indicator-sound 8.0.2 Released

Minor updates

  • Use a toggle button for muting devices instead of a switch
  • Updated translations
## What's Changed * Scale: use GestureMultiPress instead of button release event by @danirabbit in https://github.com/elementary/wingpanel-indicator-sound/pull/289 * Scale: use ToggleButton instead of switch by @danirabbit in https://github.com/elementary/wingpanel-indicator-sound/pull/290 * DeviceManagerWidget: hide/show with revealer by @danirabbit in https://github.com/elementary/wingpanel-indicator-sound/pull/291 * Device: use PulseAudio.Direction by @danirabbit in https://github.com/elementary/wingpanel-indicator-sound/pull/293 * PlayerRow: remove eventbutton from raise_player by @danirabbit in https://github.com/elementary/wingpanel-indicator-sound/pull/294 * Scale: use Gtk.Adjustment by @danirabbit in https://github.com/elementary/wingpanel-indicator-sound/pull/292 * DisplayWidget: GTK4 Prep by @danirabbit in https://github.com/elementary/wingpanel-indicator-sound/pull/296 * Scale: send a signal when slider dropped by @danirabbit in https://github.com/elementary/wingpanel-indicator-sound/pull/297 * Scale: don't set an icon on construct by @danirabbit in https://github.com/elementary/wingpanel-indicator-sound/pull/298 * PlayerRow: GTK4 Prep, code style by @danirabbit in https://github.com/elementary/wingpanel-indicator-sound/pull/304 * Scale: GTK4 prep by @danirabbit in https://github.com/elementary/wingpanel-indicator-sound/pull/305 * Allow keybindings on login screen by @lenemter in https://github.com/elementary/wingpanel-indicator-sound/pull/307 * Don't use Bus.watch_name by @lenemter in https://github.com/elementary/wingpanel-indicator-sound/pull/306 **Full Changelog**: https://github.com/elementary/wingpanel-indicator-sound/compare/8.0.1...8.0.2

9 commits
granite
7.7.0 on

granite 7.7.0 Released

New Icons:

  • View icons for columns, grids, lists, and reader mode. Plus horizontal and vertical ellipsis icons
  • Start and End show/hide sidebar icons
  • Emoji category icons used by GTK's emoji picker
  • Eye icons required by Gtk.PasswordEntry

New Features:

  • Box is an orientable widget that includes standardized spacing and linked styles
  • ListItem is a standard list widget that includes styles and spacing
  • ToolBox is a vertical layout widget for top and bottom toolbars
  • new style class constants for labels: CssClass.NUMERIC and CssClass.MONOSPACE
  • StyleManager handles automatically setting dark and light modes as well as system accent colors using Portals
  • BackButton is a standardized navigation button that activates "navigation.pop" and includes a shortcut tooltip

Improvements:

  • accel_to_string now uses the word "Super" instead of the "⌘" symbol
  • HeaderLabel has a new property for H1-H4 sizes and H2 styles are now bolder
  • CssClass.CARD is now rounded by default
  • Updated translations

Deprecations:

  • Utils.set_color_primary. Modern apps have moved to more of a split paned design and this style is no longer very fashionable
  • Nearly all of the old `STYLE_CLASS` constants have been deprecated. Some of them have been replaced by `CssClass` constants, others by widgets.

Demo Improvements:

  • More demo pages with more widgets
  • Color scheme switcher in the sidebar

33 commits
maps
8.1.0 on

maps 8.1.0 Released

  • Update translations
## What's Changed * Modernize app icon by @danirabbit in https://github.com/elementary/maps/pull/109 * Update documentations by @ryonakano in https://github.com/elementary/maps/pull/119 * Make back the app name translatable by @ryonakano in https://github.com/elementary/maps/pull/127 * MainWindow: Do not use mnemonics by @ryonakano in https://github.com/elementary/maps/pull/128 * Re-separate the translation domain for metadata into 'extra' by @ryonakano in https://github.com/elementary/maps/pull/131 * flatpak-x-checker: Commit as elementaryBot by @ryonakano in https://github.com/elementary/maps/pull/135 * Actions: Add release by @ryonakano in https://github.com/elementary/maps/pull/137 * Change project owner to elementary and rename to Maps by @ryonakano in https://github.com/elementary/maps/pull/134 * Actions: Add gettext-flatpak by @ryonakano in https://github.com/elementary/maps/pull/136 * Data: add missing rename to install gschema by @danirabbit in https://github.com/elementary/maps/pull/139 * Desktop: add missing keys, set spec version by @danirabbit in https://github.com/elementary/maps/pull/140 * Data: Remove PNG icons, install HiDPI SVG by @danirabbit in https://github.com/elementary/maps/pull/141 * Create SearchResultItem widget by @danirabbit in https://github.com/elementary/maps/pull/124 * Actions: Add deploy by @ryonakano in https://github.com/elementary/maps/pull/145 * metainfo: Prepare for the next release note by @ryonakano in https://github.com/elementary/maps/pull/144 * MainWindow: headerbar style adjustments by @danirabbit in https://github.com/elementary/maps/pull/143 * MainWindow: improve search interaction by @danirabbit in https://github.com/elementary/maps/pull/146 * Add elementary, Inc. to the copyright headers by @ryonakano in https://github.com/elementary/maps/pull/149 * MainWindow: ListBox → ListView by @danirabbit in https://github.com/elementary/maps/pull/147 * MainWindow: forward space key from popover to search entry by @danirabbit in https://github.com/elementary/maps/pull/151 * MainWindow: don't set spinner visibility by @danirabbit in https://github.com/elementary/maps/pull/152 * Styles: add button.osd styles by @danirabbit in https://github.com/elementary/maps/pull/155 * MainWindow: add icons for map source buttons by @danirabbit in https://github.com/elementary/maps/pull/154 * MainWindow: change list selection to single select by @danirabbit in https://github.com/elementary/maps/pull/159 * MainWindow: forward left/right keys to searchbar by @danirabbit in https://github.com/elementary/maps/pull/158 * SearchResultItem: add custom icons by @danirabbit in https://github.com/elementary/maps/pull/157 * MainWindow: use settings.create_action by @danirabbit in https://github.com/elementary/maps/pull/160 * Actions: Use main branch by @ryonakano in https://github.com/elementary/maps/pull/163 * Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/elementary/maps/pull/164 * Revert "MainWindow: search popover use propagate_natural_height" by @danirabbit in https://github.com/elementary/maps/pull/166 * Support geo uri by @danirabbit in https://github.com/elementary/maps/pull/165 * libshumate: Update libshumate-1.4.0.tar.xz to 1.5.0.1 by @elementaryBot in https://github.com/elementary/maps/pull/168 * Update screenshots by @danirabbit in https://github.com/elementary/maps/pull/169 * l10n: Correct Chinese language codes by @ryonakano in https://github.com/elementary/maps/pull/170 * Icon: add depth, round intersection, latte background by @danirabbit in https://github.com/elementary/maps/pull/138 ## New Contributors * @elementaryBot made their first contribution in https://github.com/elementary/maps/pull/168 **Full Changelog**: https://github.com/elementary/maps/compare/3.1.1...8.1.0

27 commits
appcenter
8.3.1 on

appcenter 8.3.1 Released

Other Improvements:

  • Updated translations
## What's Changed * Use absolute path for Exec for DBus activation by @ryonakano in https://github.com/elementary/appcenter/pull/2355 * Release 8.3.1 by @danirabbit in https://github.com/elementary/appcenter/pull/2356 **Full Changelog**: https://github.com/elementary/appcenter/compare/8.3.0...8.3.1

48 commits
quick-settings
1.3.0 on

Quick Settings 1.3.0

## What's Changed * SettingsToggle: icon → icon_name by @danirabbit in https://github.com/elementary/quick-settings/pull/107 * UserRow: remove draw call by @danirabbit in https://github.com/elementary/quick-settings/pull/112 * EndSessionDialog: replace ButtonBox by @danirabbit in https://github.com/elementary/quick-settings/pull/110 * SessionBox: present_with_time → present by @danirabbit in https://github.com/elementary/quick-settings/pull/109 * EndSessionDialog: use EventControllerKey by @danirabbit in https://github.com/elementary/quick-settings/pull/111 * PopoverWidget: notify when onboard activated in Wayland by @danirabbit in https://github.com/elementary/quick-settings/pull/120 * DarkModeToggle: animate by @danirabbit in https://github.com/elementary/quick-settings/pull/121 * RotationToggle: animate by @danirabbit in https://github.com/elementary/quick-settings/pull/122 * EndSessionDialog: use Granite.MessageDialog by @danirabbit in https://github.com/elementary/quick-settings/pull/123 * UserRow: handle current user by @danirabbit in https://github.com/elementary/quick-settings/pull/88 * Actions: Use main branch by @ryonakano in https://github.com/elementary/quick-settings/pull/128 * Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/elementary/quick-settings/pull/130 * Metainfo: add 1.3.0 release notes by @danirabbit in https://github.com/elementary/quick-settings/pull/132 * Release 1.3.0 by @danirabbit in https://github.com/elementary/quick-settings/pull/133 **Full Changelog**: https://github.com/elementary/quick-settings/compare/1.2.0...1.3.0

14 commits
settings-applications
8.2.0 on

settings-applications 8.2.0 Released

Minor updates:

  • Updated translations
## What's Changed * Sidebar: use Action, search on type by @danirabbit in https://github.com/elementary/settings-applications/pull/251 * Actions: Use main branch by @ryonakano in https://github.com/elementary/settings-applications/pull/254 * DefaultPlug: add settings for geo uri handler by @danirabbit in https://github.com/elementary/settings-applications/pull/255 * Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/elementary/settings-applications/pull/256 * Metainfo: add 8.2.0 release notes by @danirabbit in https://github.com/elementary/settings-applications/pull/257 * Release 8.2.0 by @danirabbit in https://github.com/elementary/settings-applications/pull/258 **Full Changelog**: https://github.com/elementary/settings-applications/compare/8.1.0...8.2.0

29 commits
settings-network
8.2.0 on

switchboard-plug-network 8.2.0 Released

Minor updates

  • Updated translations
## What's Changed * Actions: Use main branch by @ryonakano in https://github.com/elementary/settings-network/pull/435 * Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/elementary/settings-network/pull/437 * rfkill: Use sizeof instead of literal size by @ryonakano in https://github.com/elementary/settings-network/pull/439 * RKFill: add airplane mode property by @danirabbit in https://github.com/elementary/settings-network/pull/438 * Release 8.2.0 by @danirabbit in https://github.com/elementary/settings-network/pull/442 **Full Changelog**: https://github.com/elementary/settings-network/compare/8.1.0...8.2.0

17 commits
music
8.1.0 on

music 8.1.0 Released

Improvements:

  • Show album art in the sound indicator
  • Clear the queue
  • Updated translations
## What's Changed * Implement simple search in playlist by @jeremypw in https://github.com/elementary/music/pull/765 * Add quit keyboard shortcut by @zeebok in https://github.com/elementary/music/pull/778 * Actions: bump flatpak to 6.4 by @danirabbit in https://github.com/elementary/music/pull/788 * CI: run arm workflows on arm runner by @davidmhewitt in https://github.com/elementary/music/pull/789 * Update to Platform 8.1 by @danirabbit in https://github.com/elementary/music/pull/790 * Add clear queue button by @Oowoosh0 in https://github.com/elementary/music/pull/795 * Remove songs by @Oowoosh0 in https://github.com/elementary/music/pull/797 * TrackRow: DRY menu popup at pointer by @danirabbit in https://github.com/elementary/music/pull/800 * Fix gap below cover art by @Oowoosh0 in https://github.com/elementary/music/pull/799 * MainWindow: replace ListBox with ListView by @danirabbit in https://github.com/elementary/music/pull/796 * Correctly display artists name in NowPlayingView by @Oowoosh0 in https://github.com/elementary/music/pull/804 * Bump flatpak/flatpak-github-actions from 6.4 to 6.5 by @dependabot[bot] in https://github.com/elementary/music/pull/807 * Move lambdas into handlers by @teamcons in https://github.com/elementary/music/pull/809 * Introduce save and restore methods by @teamcons in https://github.com/elementary/music/pull/810 * Refresh screenshot to reflect current state by @teamcons in https://github.com/elementary/music/pull/812 * Send artwork to MPRIS by @danirabbit in https://github.com/elementary/music/pull/805 * Flatpak: bump platform to 8.2 by @ryonakano in https://github.com/elementary/music/pull/817 * Actions: Use main branch by @ryonakano in https://github.com/elementary/music/pull/818 * MainWindow: Fix missing gettext by @ryonakano in https://github.com/elementary/music/pull/819 * Metainfo: add 8.1.0 release notes by @danirabbit in https://github.com/elementary/music/pull/821 * Add dark mode screenshot by @danirabbit in https://github.com/elementary/music/pull/822 * Metainfo: invert dark/light brand colors by @danirabbit in https://github.com/elementary/music/pull/823 * README: Update dependencies list by @ryonakano in https://github.com/elementary/music/pull/826 * Add accel to open files via Ctrl+O by @teamcons in https://github.com/elementary/music/pull/820 * PlaybackManager: create actions internally by @danirabbit in https://github.com/elementary/music/pull/824 * Restore last played by @teamcons in https://github.com/elementary/music/pull/814 * Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/elementary/music/pull/828 * Introduce a SearchBar by @leolost2605 in https://github.com/elementary/music/pull/801 * gschema: Fix invalid default value for previous-queue by @ryonakano in https://github.com/elementary/music/pull/830 * Release 8.1.0 by @danirabbit in https://github.com/elementary/music/pull/825 ## New Contributors * @zeebok made their first contribution in https://github.com/elementary/music/pull/778 * @Oowoosh0 made their first contribution in https://github.com/elementary/music/pull/795 * @teamcons made their first contribution in https://github.com/elementary/music/pull/809 **Full Changelog**: https://github.com/elementary/music/compare/8.0.0...8.1.0

34 commits
calculator
8.0.1 on

calculator 8.0.1 Released

Minor updates:

  • Replace "Del" button with an icon
  • Updated translations
## What's Changed * Actions: bump flatpak to 6.4 by @danirabbit in https://github.com/elementary/calculator/pull/280 * CI: run arm workflows on arm runner by @davidmhewitt in https://github.com/elementary/calculator/pull/281 * Bump platform to 8.1 by @danirabbit in https://github.com/elementary/calculator/pull/282 * Bump flatpak/flatpak-github-actions from 6.4 to 6.5 by @dependabot[bot] in https://github.com/elementary/calculator/pull/283 * Add action icon by @danirabbit in https://github.com/elementary/calculator/pull/284 * Replace "Del" button with 'edit-clear-symbolic' icon by @alainm23 in https://github.com/elementary/calculator/pull/279 * Flatpak: bump platform to 8.2 by @danirabbit in https://github.com/elementary/calculator/pull/285 * Actions: Use main branch by @ryonakano in https://github.com/elementary/calculator/pull/288 * Metainfo: add 8.0.1 release notes by @danirabbit in https://github.com/elementary/calculator/pull/286 * Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/elementary/calculator/pull/291 * Release 8.0.1 by @danirabbit in https://github.com/elementary/calculator/pull/289 ## New Contributors * @alainm23 made their first contribution in https://github.com/elementary/calculator/pull/279 **Full Changelog**: https://github.com/elementary/calculator/compare/8.0.0...8.0.1

16 commits
initial-setup
8.0.1 on

initial-setup 8.0.1 Released

## What's Changed * KeyboardLayout: list from xkbregistry by @ryonakano in https://github.com/elementary/initial-setup/pull/197 * AccountView: Allow trailing hyphens and underscores in username by @ryonakano in https://github.com/elementary/initial-setup/pull/198 * Metainfo: add 8.0.1 release notes by @danirabbit in https://github.com/elementary/initial-setup/pull/208 * Actions: Use main branch by @ryonakano in https://github.com/elementary/initial-setup/pull/210 * MainWindow: center on X11 and Wayland by @danirabbit in https://github.com/elementary/initial-setup/pull/212 * AccountView: make entry validated screen reader accessible by @danirabbit in https://github.com/elementary/initial-setup/pull/211 * Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/elementary/initial-setup/pull/213 * Release 8.0.1 by @danirabbit in https://github.com/elementary/initial-setup/pull/209 **Full Changelog**: https://github.com/elementary/initial-setup/compare/8.0.0...8.0.1

18 commits
videos
8.0.2 on

videos 8.0.2 Released

## What's Changed * fix: pin cargo-c version by @davidmhewitt in https://github.com/elementary/videos/pull/398 * Actions: bump flatpak to 6.4 by @danirabbit in https://github.com/elementary/videos/pull/395 * CI: run arm workflows on arm runner by @davidmhewitt in https://github.com/elementary/videos/pull/397 * Flatpak: Fix warning about redirect by @ryonakano in https://github.com/elementary/videos/pull/401 * Use Gtk.FileDialog by @ryonakano in https://github.com/elementary/videos/pull/400 * BottomBar: mark primary menu by @danirabbit in https://github.com/elementary/videos/pull/402 * Actions: Use main branch by @ryonakano in https://github.com/elementary/videos/pull/405 * Flatpak: bump platform to 8.2 by @danirabbit in https://github.com/elementary/videos/pull/404 * Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/elementary/videos/pull/406 * Metainfo: add 8.0.2 release notes by @danirabbit in https://github.com/elementary/videos/pull/407 * Release 8.0.2 by @danirabbit in https://github.com/elementary/videos/pull/408 **Full Changelog**: https://github.com/elementary/videos/compare/8.0.1...8.0.2

21 commits
camera
8.0.2 on

camera 8.0.2 Released

## What's Changed * Actions: bump flatpak to 6.4 by @danirabbit in https://github.com/elementary/camera/pull/285 * fix: pin cargo-c version by @davidmhewitt in https://github.com/elementary/camera/pull/286 * CI: run arm workflows on arm runner by @davidmhewitt in https://github.com/elementary/camera/pull/287 * Bump flatpak/flatpak-github-actions from 6.4 to 6.5 by @dependabot[bot] in https://github.com/elementary/camera/pull/289 * Flatpak: Fix warning about redirect by @ryonakano in https://github.com/elementary/camera/pull/290 * MainWindow: mark primary menubutton by @danirabbit in https://github.com/elementary/camera/pull/291 * Resource: add view-* icons by @danirabbit in https://github.com/elementary/camera/pull/292 * Actions: Use main branch by @ryonakano in https://github.com/elementary/camera/pull/294 * Bump platform to 8.2 by @danirabbit in https://github.com/elementary/camera/pull/288 * Metainfo: add 8.0.2 release notes by @danirabbit in https://github.com/elementary/camera/pull/295 * Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/elementary/camera/pull/298 * Release 8.0.2 by @danirabbit in https://github.com/elementary/camera/pull/296 **Full Changelog**: https://github.com/elementary/camera/compare/8.0.1...8.0.2

14 commits
capnet-assist
8.0.2 on

Captive Network Assist 8.0.2

## What's Changed * CI: run arm workflows on arm runner by @davidmhewitt in https://github.com/elementary/capnet-assist/pull/127 * MainWindow: Fix build warnings by @ryonakano in https://github.com/elementary/capnet-assist/pull/131 * Flatpak: bump platform to 8.2 by @danirabbit in https://github.com/elementary/capnet-assist/pull/137 * Actions: Use main branch by @ryonakano in https://github.com/elementary/capnet-assist/pull/138 ## New Contributors * @bkmgit made their first contribution in https://github.com/elementary/capnet-assist/pull/133 **Full Changelog**: https://github.com/elementary/capnet-assist/compare/8.0.1...8.0.2

27 commits
settings
8.0.3 on

System Settings 8.0.3 Released

## What's Changed * Application: don't set gtk_use_portal by @danirabbit in https://github.com/elementary/switchboard/pull/339 * SettingsSideBar: Fix selection of the correct row by @leolost2605 in https://github.com/elementary/switchboard/pull/344 * README: Fix broken Weblate badge by @ryonakano in https://github.com/elementary/switchboard/pull/345 * SettingsSidebar: Fix null access when selection of SettingsSidebarRow is cleared by @ryonakano in https://github.com/elementary/switchboard/pull/347 * Enable DBus Activation by @Marukesu in https://github.com/elementary/switchboard/pull/349 * meson: prepend prefix to BINDIR by @Marukesu in https://github.com/elementary/switchboard/pull/353 * Add System Updates action by @danirabbit in https://github.com/elementary/switchboard/pull/357 ## New Contributors * @leolost2605 made their first contribution in https://github.com/elementary/switchboard/pull/336 * @Marukesu made their first contribution in https://github.com/elementary/switchboard/pull/349 **Full Changelog**: https://github.com/elementary/switchboard/compare/8.0.2...8.0.3

28 commits
settings-sharing
8.0.2 on

Sharing Settings 8.0.2

## What's Changed * DLNAPage: use Gtk.FileDialog by @danirabbit in https://github.com/elementary/switchboard-plug-sharing/pull/89 * Fix no titlebar buttons when network is not available by @ryonakano in https://github.com/elementary/switchboard-plug-sharing/pull/92 **Full Changelog**: https://github.com/elementary/switchboard-plug-sharing/compare/8.0.1...8.0.2

18 commits
settings-bluetooth
8.0.2 on

Bluetooth Settings 8.0.2

## What's Changed * Manager: get settings from Daemon by @danirabbit in https://github.com/elementary/switchboard-plug-bluetooth/pull/236 * PairDialog: make passkey match pincode by @danirabbit in https://github.com/elementary/switchboard-plug-bluetooth/pull/239 * Manager: use GLib.Once by @danirabbit in https://github.com/elementary/switchboard-plug-bluetooth/pull/238 * PairDialog: send ACCEPT when paired by @danirabbit in https://github.com/elementary/switchboard-plug-bluetooth/pull/240 * Metainfo: add fixed issues for 8.0.2 by @danirabbit in https://github.com/elementary/switchboard-plug-bluetooth/pull/244 * DeviceRow: use CSS for small label by @danirabbit in https://github.com/elementary/switchboard-plug-bluetooth/pull/242 * DeviceRow: get adapter internally by @danirabbit in https://github.com/elementary/switchboard-plug-bluetooth/pull/241 * DeviceRow: connect to activate by @danirabbit in https://github.com/elementary/switchboard-plug-bluetooth/pull/243 * MainView: use list model by @danirabbit in https://github.com/elementary/switchboard-plug-bluetooth/pull/245 * MainView: use two lists by @danirabbit in https://github.com/elementary/switchboard-plug-bluetooth/pull/246 ## Issues Closed: 🪲️Devices are duplicated when there are multiple Bluetooth adapters 🪲️Incorrect "DISPLAY_PASSKEY" prompt used for bluetooth keyboard pairing 🪲️The buttons of the Bluetooth password confirmation window do not work **Full Changelog**: https://github.com/elementary/switchboard-plug-bluetooth/compare/8.0.1...8.0.2

24 commits
portals
8.0.4 on

portals 8.0.4 Released

Fixes a regression in 8.0.3 that happens with unreleased version of Granite

## What's Changed * XdgDesktopPortalPantheon: Do not access to xdg-desktop-portal before its fully initialized by @ryonakano in https://github.com/elementary/portals/pull/144 * metainfo: Add release note for 8.0.4 by @ryonakano in https://github.com/elementary/portals/pull/145 * Release 8.0.4 by @ryonakano in https://github.com/elementary/portals/pull/146 **Full Changelog**: https://github.com/elementary/portals/compare/8.0.3...8.0.4

64 commits
bluetooth-daemon
1.1.0 on

bluetooth-daemon 1.1.0 Released

Other Improvements:

  • Updated translations
## What's Changed * Add .editorconfig by @ryonakano in https://github.com/elementary/bluetooth-daemon/pull/24 * Application: Refactoring by @ryonakano in https://github.com/elementary/bluetooth-daemon/pull/25 * Manager: Fix always checking whether the first adapter is discovering by @ryonakano in https://github.com/elementary/bluetooth-daemon/pull/26 * ObjectManager: Refactoring by @ryonakano in https://github.com/elementary/bluetooth-daemon/pull/27 * DeviceRow: GTK4 prep by @danirabbit in https://github.com/elementary/bluetooth-daemon/pull/31 * Application: move dark style support to startup by @danirabbit in https://github.com/elementary/bluetooth-daemon/pull/34 * SenderDialog: GTK4 prep by @danirabbit in https://github.com/elementary/bluetooth-daemon/pull/32 * Manager: track and set global state by @danirabbit in https://github.com/elementary/bluetooth-daemon/pull/38 * Fix send files by Bluetooth by @jeremypw in https://github.com/elementary/bluetooth-daemon/pull/41 * Metainfo: add 1.1.0 release notes by @danirabbit in https://github.com/elementary/bluetooth-daemon/pull/42 * Release 1.1.0 by @danirabbit in https://github.com/elementary/bluetooth-daemon/pull/43 ## New Contributors * @jeremypw made their first contribution in https://github.com/elementary/bluetooth-daemon/pull/41 **Full Changelog**: https://github.com/elementary/bluetooth-daemon/compare/1.0.1...1.1.0

46 commits
settings-keyboard
8.1.0 on

settings-keyboard 8.1.0 Released

Minor updates:

  • Updated translations
## What's Changed * Cleanup CustomShortcutListBox by @lenemter in https://github.com/elementary/settings-keyboard/pull/537 * Remove ConflictDialog by @lenemter in https://github.com/elementary/settings-keyboard/pull/539 * Update POTFILES by @lenemter in https://github.com/elementary/settings-keyboard/pull/538 * Add standard system shortcuts to list of conflicts by @lenemter in https://github.com/elementary/settings-keyboard/pull/540 * ConflictsManager: Add comments for translators by @lenemter in https://github.com/elementary/settings-keyboard/pull/541 * Add settings-daemon application launcher support by @lenemter in https://github.com/elementary/settings-keyboard/pull/536 * Prepare metainfo for 8.1.0 release by @lenemter in https://github.com/elementary/settings-keyboard/pull/543 * Release 8.1.0 by @lenemter in https://github.com/elementary/settings-keyboard/pull/544 **Full Changelog**: https://github.com/elementary/settings-keyboard/compare/8.0.2...8.1.0

35 commits
flatpak-platform
8.2.1 on

Platform 8.2.1 Released!

## What's Changed * xcursorgen: Update xcursorgen-1.0.8.tar.gz to 1.0.9 by @elementaryBot in https://github.com/elementary/flatpak-platform/pull/200 * Actions: Replace broken easimon/maximize-build-space by @ryonakano in https://github.com/elementary/flatpak-platform/pull/199 * Metainfo: add release notes for 8.2.1 by @ryonakano in https://github.com/elementary/flatpak-platform/pull/204 * Release 8.2.1 by @ryonakano in https://github.com/elementary/flatpak-platform/pull/205 **Full Changelog**: https://github.com/elementary/flatpak-platform/compare/8.2.0...8.2.1

40 commits
shortcut-overlay
8.1.0 on

shortcut-overlay 8.1.0 Released

  • Updated translations
## What's Changed * ShortcutsView update multitasking view shortcut by @danirabbit in https://github.com/elementary/shortcut-overlay/pull/152 * ShortcutsView: use listboxes by @danirabbit in https://github.com/elementary/shortcut-overlay/pull/157 * MainWindow: center and keep above with Pantheon protocol by @danirabbit in https://github.com/elementary/shortcut-overlay/pull/158 **Full Changelog**: https://github.com/elementary/shortcut-overlay/compare/8.0.1...8.1.0

38 commits
settings-onlineaccounts
8.0.2 on

settings-onlineaccounts 8.0.2 Released

Minor updates:

  • Updated translations
## What's Changed * Meson: add log domain by @danirabbit in https://github.com/elementary/settings-onlineaccounts/pull/295 * Align add button by @alainm23 in https://github.com/elementary/settings-onlineaccounts/pull/296 * Add fallback icon by @danirabbit in https://github.com/elementary/settings-onlineaccounts/pull/305 * Widgets: Add PagedDialog by @danirabbit in https://github.com/elementary/settings-onlineaccounts/pull/300 * Widgets: create FinalizePage by @danirabbit in https://github.com/elementary/settings-onlineaccounts/pull/302 * Bump EDS requirement by @danirabbit in https://github.com/elementary/settings-onlineaccounts/pull/306 * CaldavDialog: add port if missing by @danirabbit in https://github.com/elementary/settings-onlineaccounts/pull/307 ## New Contributors * @alainm23 made their first contribution in https://github.com/elementary/settings-onlineaccounts/pull/296 **Full Changelog**: https://github.com/elementary/settings-onlineaccounts/compare/8.0.1...8.0.2

23 commits
settings-display
8.0.2 on

Display Settings 8.0.2 Released

Minor updates:

  • Updated translations
## What's Changed * Styles: add scale.warmth by @danirabbit in https://github.com/elementary/settings-display/pull/410 * Fix crash on enabling mirror display by @leonardo-lemos in https://github.com/elementary/settings-display/pull/415 * Fix Scale set by adding modes before set calling by @leonardo-lemos in https://github.com/elementary/settings-display/pull/414 * Fix crash and display arrangement when pluging new monitor by @leonardo-lemos in https://github.com/elementary/settings-display/pull/420 **Full Changelog**: https://github.com/elementary/settings-display/compare/8.0.1...8.0.2

21 commits
default-settings
8.1.0 on

Default Settings 8.1.0 Released!

## What's Changed * Add beacondb for GeoClue by @danirabbit in https://github.com/elementary/default-settings/pull/331 * Remove packaging from main by @danirabbit in https://github.com/elementary/default-settings/pull/335 * Unset show-desktop shortcut by @lenemter in https://github.com/elementary/default-settings/pull/336 * Add newer apparmor profile for bubblewrap by @tintou in https://github.com/elementary/default-settings/pull/337 **Full Changelog**: https://github.com/elementary/default-settings/compare/8.0.3...8.1.0

9 commits
settings-wacom
8.0.1 on

switchboard-plug-wacom 8.0.1 Released

Updates:

  • Updated translations
## What's Changed * Meson: add log domain by @danirabbit in https://github.com/elementary/switchboard-plug-wacom/pull/67 * Fix some build warnings by @ryonakano in https://github.com/elementary/switchboard-plug-wacom/pull/71 * Add check for stylus detection by @stsdc in https://github.com/elementary/switchboard-plug-wacom/pull/70 ## New Contributors * @stsdc made their first contribution in https://github.com/elementary/switchboard-plug-wacom/pull/70 **Full Changelog**: https://github.com/elementary/switchboard-plug-wacom/compare/8.0.0...8.0.1

22 commits
live-chart
2.0.0 on

LiveChart 2.0.0

Up to date
action-appcenter-review-find-manifest
v1.5.1 on

v1.5.1

## [1.5.1](https://github.com/elementary/action-appcenter-review-find-manifest/compare/v1.5.0...v1.5.1) (2025-02-23) ### Bug Fixes * **deps:** bump @actions/core from 1.10.1 to 1.11.1 ([#88](https://github.com/elementary/action-appcenter-review-find-manifest/issues/88)) ([9baec44](https://github.com/elementary/action-appcenter-review-find-manifest/commit/9baec4441682a48f29fba561a8a412632e0c3ba9))

Up to date
action-appcenter-review-parse
v1.2.5 on

v1.2.5

## [1.2.5](https://github.com/elementary/action-appcenter-review-parse/compare/v1.2.4...v1.2.5) (2025-02-23) ### Bug Fixes * **deps:** npm audit fix ([66c3a33](https://github.com/elementary/action-appcenter-review-parse/commit/66c3a333e887eb7d5775faea2dfcbe3462370b49))

2 commits
action-appcenter-review-checklist
v1.2.0 on

v1.2.0

# [1.2.0](https://github.com/elementary/action-appcenter-review-checklist/compare/v1.1.0...v1.2.0) (2025-02-23) ### Features * release 1.2.0 ([36bc6fe](https://github.com/elementary/action-appcenter-review-checklist/commit/36bc6fef58bd73eebca66cc5c34a022eae36ec42))

Up to date
panel-power
8.0.2 on

wingpanel-indicator-power 8.0.2 Released

Minor updates:

  • Updated translations
## What's Changed * Update dependency in readme by @stsdc in https://github.com/elementary/wingpanel-indicator-power/pull/276 * Show the device model if available by @alainm23 in https://github.com/elementary/wingpanel-indicator-power/pull/275 * Optimize Battery Icon Calculation and State Handling by @alainm23 in https://github.com/elementary/wingpanel-indicator-power/pull/273 * Metainfo: add 8.0.2 release notes by @danirabbit in https://github.com/elementary/wingpanel-indicator-power/pull/279 * Release 8.0.2 by @danirabbit in https://github.com/elementary/wingpanel-indicator-power/pull/280 ## New Contributors * @stsdc made their first contribution in https://github.com/elementary/wingpanel-indicator-power/pull/276 * @alainm23 made their first contribution in https://github.com/elementary/wingpanel-indicator-power/pull/275 **Full Changelog**: https://github.com/elementary/wingpanel-indicator-power/compare/8.0.1...8.0.2

34 commits
switchboard-plug-parental-controls
8.0.1 on

switchboard-plug-parental-controls 8.0.1 Released

Minor updates:

  • Updated translations

28 commits
settings-useraccounts
8.0.1 on

switchboard-plug-useraccounts 8.0.1 Released

Improvements:

  • Redesign to make hint text more obvious
  • Restore sidebar position
  • Updated translations

61 commits
settings-datetime
8.1.0 on

switchboard-plug-datetime 8.1.0 Released

Minor updates

  • Updated translations

31 commits
photos
8.0.1 on

photos 8.0.1 Released

Minor updates:

  • Expand image viewer permissions to include the entire home folder
  • Fix loading slideshow plugins
  • Translation updates

96 commits
panel-bluetooth
8.0.0 on

wingpanel-indicator-bluetooth 8.0.0 Released

Minor updates:

  • Updated translations

39 commits
panel-nightlight
2.1.3 on

wingpanel-indicator-nightlight 2.1.3 Released

Updated translations

35 commits
wingpanel-indicator-notifications
7.1.1 on

wingpanel-indicator-notifications 7.1.1 Released

Minor updates:

  • Updated translations

53 commits
panel-keyboard
2.4.2 on

wingpanel-indicator-keyboard 2.4.2 Released

Minor updates:

  • Updated translations

46 commits
panel-datetime
2.4.2 on

wingpanel-indicator-datetime 2.4.2 Released

Improvements:

  • Updated translations

37 commits
tasks
6.3.3 on

tasks 6.3.3 Released

Improvements:

  • Updated translations

61 commits
wallpapers
8.0.0 on

wallpapers 8.0.0 Released

  • Add “A Large Body of Water Surrounded By Mountains” by Peter Thomas and make it the new default
  • Add “A Trail of Footprints In The Sand” by David Emrich
  • Remove “Orange Tulip” by Leigh Kendell
  • Remove “Bird Flying by The Mountain” by Julia Craice
  • Build a special wallpaper for Early Access

49 commits
plymouth-theme
6.0.0 on

Plymouth Theme 6.0.0 Released

* Use ACPI BGRT graphics when available * Better support LUKS encryption passwords

2 commits
contractor
0.3.5 on

Contractor 0.3.5 Released

Fix install path for DBus service

5 commits
sound-theme
1.1.0 on

sound-theme 1.1.0 Released

Add dialog-warning

1 commit
actions
1.0.0 on

Initial Release

Three new actions we're using in production: - **vala-lint:** Run vala-lint on your repo - **release:** Generate Debian changelogs, GitHub releases, and push release tags to your repo - **gettext-template:** Automatically update the translation files of your repo

33 commits
keyring
0.1 on

Keyring 0.1 Released

This package contains the public key for https://packages.elementary.io

Up to date

View Source on GitHub