Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 03 Jun 22:20
· 297 commits to main since this release

Bug Fixes

Code Refactoring

Commits

  • 81d7640: Fixes #120 (vuvko) #121
  • don't log patchelf commands #124 (Alexis Lopez Zubieta)
  • 749ea81: Remake bundle information gatherer (Alexis Lopez Zubieta) #132
  • 0154b23: Remake generate command (Alexis Lopez Zubieta) #132
  • 7609450: Add apt package filter to generator (Alexis Lopez Zubieta) #132
  • ae3730f: Fix blacklists filtering (Alexis Lopez Zubieta) #132
  • e92d698: Use pattern matching while searching for blacklisted packages (Alexis Lopez Zubieta) #132
  • a53de65: Sort listings (Alexis Lopez Zubieta) #132
  • 1e1c6e4: Add file section generator (Alexis Lopez Zubieta) #132
  • 7fdd912: Add tests section generator (Alexis Lopez Zubieta) #132
  • fcf4cbc: Add libGLX_mesa.so to the file exclude list (Alexis Lopez Zubieta) #132
  • 243d451: Use filtered package list to define the architecture configuration (Alexis Lopez Zubieta) #132
  • 0de848e: Make info gatherer confirmation methods to accept the preset value as input argument (Alexis Lopez Zubieta) #132
  • 16adfd7: Set generator info gatherer version preset to "latest" (Alexis Lopez Zubieta) #132
  • 7e8e750: Set generator info gatherer exec_args preset to "$@" (Alexis Lopez Zubieta) #132
  • 12457d8: Add "ruamel.yaml" to the package dependencies (Alexis Lopez Zubieta) #132
  • 634cad1: Add pacman support on the generator (Alexis Lopez Zubieta) #132
  • e6d3305: Fix comment indentation (Alexis Lopez Zubieta)
  • e69d6f4: Remove unrequired file (Alexis Lopez Zubieta)
  • c2d8180: Refactor cli arguments setup (Alexis Lopez Zubieta) #133
  • c33fc4e: Isolate logging setup (Alexis Lopez Zubieta) #133
  • 02a21be: Create recipe.Loader class to contain the yaml parsing logic (Alexis Lopez Zubieta) #133
  • 148ae40: Replace self implemented python struct traversal utility by the third-party and tested roam module (Alexis Lopez Zubieta) #133
  • 3bbcf0c: Fix update information (Alexis Lopez Zubieta) #133
  • 5828991: Add Recipe Roamer to ease recipe traversal and variables resolution (Alexis Lopez Zubieta) #133
  • 04c8e80: Prepare bases for the new architectural layout (Alexis Lopez Zubieta) #133
  • 20bb92b: Add apt deploy command (Alexis Lopez Zubieta) #133
  • 842c9a4: Add pacman deploy command (Alexis Lopez Zubieta) #133
  • 5b2e595: Leave room for adding the deploy record latter (Alexis Lopez Zubieta) #133
  • 6fc22c6: Add file deploy command (Alexis Lopez Zubieta) #133
  • 9aea26a: Add SetupSymlinksCommand (Alexis Lopez Zubieta) #133
  • bb6a60d: Add runtime setup command (Alexis Lopez Zubieta) #133
  • 091112b: Add app info setup command (Alexis Lopez Zubieta) #133
  • 32156e7: Add write deploy record command (Alexis Lopez Zubieta) #133
  • 169a8e6: Drop builder class (Alexis Lopez Zubieta) #133
  • 73fa1d7: Drop drop old app_info and bundle_info classes (Alexis Lopez Zubieta) #133
  • 186e586: Rename builder runtime module to setup (Alexis Lopez Zubieta) #133
  • 2ad2999: Use ubuntu focal (Alexis Lopez Zubieta) #133
  • 35804e4: Remove apt_get and apt_key commands as they were replaced by the apt deploy extension (Alexis Lopez Zubieta) #133
  • d9ce466: drop dpkg-deb command as it's no longer used (Alexis Lopez Zubieta) #133
  • c3e9594: drop file command as it's no longer used (Alexis Lopez Zubieta) #133
  • b176307: rename builder to modules (Alexis Lopez Zubieta) #133
  • 8802a4b: move generator into modules/generate (Alexis Lopez Zubieta) #133
  • b5df1f8: move inspector into modules (Alexis Lopez Zubieta) #133
  • 5621e7a: move test into modules (Alexis Lopez Zubieta) #133
  • a801478: rename commands folder as gateways (Alexis Lopez Zubieta) #133
  • e2a3249: move appimage_mount into inspector module (Alexis Lopez Zubieta) #133
  • 5a92120: rename common to utils (Alexis Lopez Zubieta) #133
  • 149fd0d: move main module components up (Alexis Lopez Zubieta) #133
  • 7c0db2f: move AppInfo and BundleInfo to the project root (Alexis Lopez Zubieta) #133
  • 667b242: move main into cli module (Alexis Lopez Zubieta) #133
  • 6b13c91: set package version to 0.9.0 (Alexis Lopez Zubieta) #133
  • 89c0397: remove command from the command modules names (Alexis Lopez Zubieta) #133
  • 9dc1231: Create build Context class to hold common data passed between commands (Alexis Lopez Zubieta) #133
  • 0d9725b: Allow creating bundles without libc (Alexis Lopez Zubieta) #134
  • cef62d0: Use AppRun v1.2.5 (Alexis Lopez Zubieta) #134