Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 1.87 KB

File metadata and controls

54 lines (43 loc) · 1.87 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[git] - 2022-05-22

Changed

  • Change ggrep from bash to Python.

[git] - 2021-03-03

Added

  • Recover the installer if the destination appimage exists but the source appimage doesn't exist when using the --uninstall option (This is best since the default currently moves the appimage instead of copying it).
  • Make subprocess handling compatible with Python 2.
  • Download the icon if the icon path is known (if in iconLinks).

[git] - 2021-02-25

Fixed

  • Generate the luid for the icon name more consistently.
    • Detect name and version better when either are comprised of an arbitrary number of delimited parts.
    • Combine redundant code.
    • Generate the suffix such as "-appimage" in PackageInfo.
    • Always get the metadata from PackageInfo except values that the client code specifies.

Changed

  • Add a verbosity level to the new PackageInfo class (0 to 2).

[git] - 2021-02-22

Added

  • Add package installer variables from goxel.sh and policy-daily.sh (same as from policy-hourly.sh) to api.rc.

Changed

  • Rename p3tk to P3TK_PKG.
  • Rename INSTALL_CMD to INSTALL_BIN and install_bin to INSTALL_CMD for clarity so that INSTALL_CMD includes options, but INSTALL_BIN is just the binary name.
  • Make goxel.sh use api.rc.
  • Move scripts out of distro-specific directories. Make more scripts cross-distro compatible.

Fixed

  • Make policy-daily.sh and policy-hourly.sh installer commands match.
    • policy-hourly.sh did not have the refresh command.
  • Use the correct path for install_any.py in the web installer (and move the code for that to the new setup.sh)
  • Change apt-add-repositoty to apt-add-repository in "everyone/wine-2016-04-12.deb.sh"