Skip to content

Latest commit

 

History

History
230 lines (111 loc) · 12 KB

CHANGELOG.md

File metadata and controls

230 lines (111 loc) · 12 KB

Changelog

0.10.0 (2024-10-19)

Features

Bug Fixes

  • [#149] Remove quit option (#262) (1fcd8c4)
  • allow any pydantic version from 2.8.2 to 3.0.0 (exclusive) for F41 compat (#266) (f978a48)
  • RPM spec file misses libadwaita as an dependency (#265) (6f8de5c)

0.9.0 (2024-08-05)

Features

Bug Fixes

  • Correct a spacing issue between preferred and package in text (#183) (57bcee5)
  • Revert pydantic upgrade until required fixes can be made (#184) (1ff59d3)

0.8.0 (2023-08-07)

Features

  • add save_state config property for changing when last-save state is recorded (#145) (0bc73af)
  • support for packages key for packages screen (#148) (381f73e)

Bug Fixes

  • pass state explicitly instead of overwriting id builtin (#147) (9fd3d79)

0.7.1 (2023-08-07)

Bug Fixes

  • support for multiple package screens in one config (#139) (c9db948)

0.7.0 (2023-07-05)

Features

  • Allow run plugin to be used as a package manager (#128) (7912e09)

Bug Fixes

Reverts

0.6.2 (2023-05-30)

Bug Fixes

  • move user data to sub-folder and ensure folder existence (#102) (7fce7fb)

0.6.1 (2023-04-17)

Bug Fixes

  • multiple links in "final-screen" values results in error (#84) (457ffe8)
  • yafti.screen.package title doesn't show up (#85) (8641b56)

0.6.0 (2023-04-12)

Features

  • enable both user and system flatpak installs (#82) (8413bee)
  • show a bouncing progress bar during package installation (#74) (e1fdd65)

0.5.0 (2023-03-27)

Features

  • extend title screen to include additional actions (#66) (a2fa984)

0.4.1 (2023-03-24)

Bug Fixes

  • make sure bin entrypoint matches -m entrypoint (#64) (b2423b8)

0.4.0 (2023-03-22)

Features

  • add logging mechanics & actual CLI (#59) (9df69c6)

Documentation

0.3.1 (2023-03-20)

Bug Fixes

0.3.0 (2023-03-20)

Features

  • add "first run" protections and configuration (#46) (290b06e)
  • add consent screen and screen conditions (#47) (4ff07c4)
  • customize which groups are enabled by default (#53) (dfa363a)

Bug Fixes

  • deps: lock pydantic dep to match fedora 38 (#38) (7dc7fac)
  • packaging: use pyproject-rpm-macros (#40) (3885b89)

0.2.8 (2023-03-15)

Bug Fixes

  • release: restore upload-assets action (#36) (d021ae3)

0.2.7 (2023-03-15)

Bug Fixes

  • release: rpm version needs to be dynamic (#34) (c3c06d4)

0.2.6 (2023-03-15)

Bug Fixes

  • release: replace release upload action (#32) (e5ae2d2)

0.2.5 (2023-03-15)

Bug Fixes

  • release: adjust asset path to fit current model (#30) (dcf364b)

0.2.4 (2023-03-15)

Bug Fixes

  • release: supply file paths for artifacts (#28) (7b1e9ba)

0.2.3 (2023-03-15)

Bug Fixes

  • release: pass in tag reference on build (#26) (88d8850)

0.2.2 (2023-03-15)

Bug Fixes

  • release: consolidate release process (#24) (6450bce)

0.2.1 (2023-03-15)

Bug Fixes

0.2.0 (2023-03-15)

Features

0.1.0 (2023-03-13)

Features

  • add console screen component (34f25fa)
  • allow for package installation (64e49a9)
  • development and contrib documentation (322ca9f)
  • expland YaftiScreen definition (1080107)
  • implement async support and some async methods (eeb55ff)
  • initial commit (d85ab8a)
  • proper shutdown / closure (7514d3a)
  • signals/observer and global button state (3c45bb3)
  • start of unit tests (135c934)
  • track screen state for packages (2204e1d)

Bug Fixes

  • add ruff for enhanced linting (75daf97)
  • flatpack exec/install/remove (2cefa20)

Documentation

  • copyediting and formatting on the readme (#6) (d973098)
  • improve developer instructions (88a3a5e)