Skip to content

Releases: johannesjh/req2flatpak

v0.2

05 Jun 14:07
949a96d
Compare
Choose a tag to compare

Highlight: req2flatpak can now generate yaml output.

Features:

  • Adds yaml output.
    It is now possible to generate yaml output by specifying a .yaml file extension
    or by specifying the --yaml commandline option.

Bugfixes:

  • Fixes sorting when architecture is None - #34 <https://github.com/johannesjh/req2flatpak/pull/34>_
  • Fixes exception handling with invalid platforms - #39 <https://github.com/johannesjh/req2flatpak/pull/39>_