find-work/docs/release-notes.rst
Anna “CyberTailor” 4935f3fe45
All checks were successful
continuous-integration/drone/push Build is passing
cli: add version part filter
Bug: https://bugs.sysrq.in/show_bug.cgi?id=4
2024-04-23 23:23:55 +05:00

2.3 KiB

Release Notes

0.7.0

  • New: Filter oudated packages by version part (4).

Modules changelog:

  • pgo:
    • outdated:
      • Improve error text for trying to filter by maintainer (3).

0.6.1

Modules changelog:

  • pkgcheck:
    • scan:
      • Drop --quiet flag. Before pkgcheck v0.10.21, this option was used only in pkgcore internals. Now it's used to filter out non-error results from pkgcheck.

0.6.0

  • New: Define custom global flags to override global options.

Modules changelog:

  • pkgcheck:
    • New: Filter results by keyword or message.
    • Silence pkgcore warnings and pkgcheck status messages.

0.5.0

  • New: Scan repository for QA issues (command: pkgcheck scan).
  • Fix caching with maintainer filter applied.

Dependencies introduced:

  • pkgcheck

0.4.0

  • New: Execute custom aliases.
  • New: List all bugs on Bugzilla (command: bugzilla list).
  • Gone: bugzilla outdated is now execute bump-requests.
  • Gone: Python 3.10 support.
  • Fix parsing atoms that contain revision.

Dependencies introduced:

  • deepmerge
  • platformdirs

0.3.0

  • New: Discover version bump requests on Bugzilla (command: bugzilla outdated).
  • New: Discover outdated packages in the Gentoo repository (command: pgo outdated).
  • New: Discover stabilization candidates in the Gentoo repository (command: pgo stabilization).
  • New: Filter results by maintainer.

Dependencies introduced:

  • python-bugzilla
  • requests
  • tabulate
  • pytest-recording (test)

0.2.0

  • Add progress indication with the option to disable it.
  • Support NO_COLOR variable in addition to NOCOLOR.

Modules changelog:

  • repology:
    • outdated:
      • Fix 2, where different packages of the same project crashed the utility.
      • Use origversion if defined to prevent crashes.

0.1.1

Modules changelog:

  • repology:
    • outdated:
      • Output the latest of packaged versions instead of a choosing a random one.

0.1.0

  • First release.