Skip to content

Changelog

Version v0.17.1

This is a very small release to mark the last commit of the GTK3 version of Ironbar, mostly to act as a “stable” fallback point if required.

All future commits and releases will be built on GTK4.

:sparkles: New Features

  • e07d077 - volume: adjust smoothly as slider is dragged (commit by @JakeStanger)

:bug: Bug Fixes

  • 2aef88a - tray: menu buttons work on single screen only (commit by @JakeStanger)
  • d09ba89 - flake: correct apps.default to point to ironbar (commit by @GavBog)

:recycle: Refactors

  • 1fb1b27 - config: serde::__private methods -> custom deserialization (commit by @slowsage)

:memo: Documentation Changes

  • 7c17195 - sysinfo: fix wrong symbol in tokens table (commit by @JakeStanger)
  • ea1f304 - gtk4: add bluetooth, menu to port status (commit by @JakeStanger)
  • e419c9e - bluetooth: fix type not interpreted as string (PR #1152 by @benoitlx)
  • b549c22 - gtk4: update port status (commit by @JakeStanger)
  • 971eea6 - gtk4: update port status (again) (commit by @JakeStanger)
  • 21d7167 - gtk4: mark bindmode, bluetooth as ported (commit by @JakeStanger)
  • 926bff8 - gtk4: update menu port status and image status (commit by @JakeStanger)
  • 6fb1085 - gtk4: update theming port status (commit by @JakeStanger)
  • 3d538a0 - gtk4: update launcher port status (commit by @JakeStanger)
  • e17ac2a - gtk4: update tray port status (commit by @JakeStanger)
  • b60dbfe - gtk4: update build info (commit by @JakeStanger)
  • f3c9a2b - gtk4: update IPC port status (commit by @JakeStanger)
  • f26592a - compiling: add detail on using docker image (commit by @JakeStanger)
  • 42a75e9 - compilation: update linker section (commit by @JakeStanger)
  • 2fa4dd0 - gtk4: update tray to fully ported (commit by @JakeStanger)
  • baf8d36 - gtk4: update clipboard, menu port info (commit by @JakeStanger)
  • 969b596 - add IRONBAR_CSS note to Styling guide (PR #1185 by @carrot-sticks)