Skip to content

Releases: AppImageCrafters/appimage-builder

Continuous

06 Oct 14:44
Compare
Choose a tag to compare
Continuous Pre-release
Pre-release

Commits

  • 2709a3b: do not deploy empty package set with pacman (iTrooz) #266

v1.1.0

10 Jul 16:48
Compare
Choose a tag to compare

Commits

  • a08ae8d: Fix Another Small Typo (TheBrokenRail) #241
  • 6ff2b1a: use shell.require_executable to verify existence of mksquashfs (Alexis Lopez Zubieta) #246
  • a0918ed: don't use mksquashfs -quiet (Alexis Lopez Zubieta) #246
  • ecd08b4: don't deploy glibc packages to runtime compat (Alexis Lopez Zubieta) #247
  • 3873385: Rename generator module to apprun_v2_setup (Alexis Lopez Zubieta) #247
  • e80dfbe: Apply black formatter (Alexis Lopez Zubieta) #247
  • 9157abd: Move glibc files to compat runtime on setup (Alexis Lopez Zubieta) #247
  • 021caca: Add bash files recipe (Alexis Lopez Zubieta) #247
  • 92a84ea: Don't deploy glibc files to runtime in file deploy helper (Alexis Lopez Zubieta) #247
  • 9e957e4: Don't expect deploy module to create a runtime dir (Alexis Lopez Zubieta) #247
  • b11ea6d: Fix typo (Alexis Lopez Zubieta) #247
  • a996abe: Throw nicer error on missing zsyncmake (TheBrokenRail) #248
  • 3ee1ac1: Move binary executable patching to the ExecutablesPatcher class (Alexis Lopez Zubieta) #249
  • 17079f8: Drop un-used patchelf dependencies (Alexis Lopez Zubieta) #249
  • 628c92b: Indentify glibc helper as apprun v2 related (Alexis Lopez Zubieta) #249
  • 9a57568: Remove unused libraries_patcher (Alexis Lopez Zubieta) #249
  • 2b8acd5: Group AppRun v2 related code (Alexis Lopez Zubieta) #249
  • d693370: Remove recipe argument from SetupRuntimeCommand as it's already include in context (Alexis Lopez Zubieta) #249
  • 95b3e10: Limit AppRun2 usage to v2.* (Alexis Lopez Zubieta) #249
  • 58cd38d: Make SetupRuntimeCommand version aware (Alexis Lopez Zubieta) #249
  • d9f4ff0: Remove existing .DirIcon before creating new symlink (lulol) #251
  • d0df74e: add checks and nice logging for icon parameter (Alexqwesa) #253
  • d3a21d3: add docker error (iTrooz) #254

v1.0.3

10 Jun 17:05
Compare
Choose a tag to compare

Bug Fixes

Commits

v1.0.2

26 May 21:51
Compare
Choose a tag to compare

Features

Bug Fixes

Commits

v1.0.1

13 May 00:05
253bcb9
Compare
Choose a tag to compare

Features

Commits

  • 1527a7f: Force override interpreter runtime links (Alexis Lopez Zubieta)
  • 5ed194e: Force override ld_linux links in runtime (Alexis Lopez Zubieta)
  • f06189d: Layout File Dependencies Resolver (Alexis Lopez Zubieta) #224
  • cd9ba22: Integrate File Dependencies Resolver with generator and deploy helper (Alexis Lopez Zubieta) #224
  • 2f11fe7: Don't log ldd erros to stdout (Alexis Lopez Zubieta) #224
  • 48894fd: Use appimagetool version 13 in appimage-builder bundles (Alexis Lopez Zubieta)
  • 2be8f7e: format using black (Alexis Lopez Zubieta) #225
  • 253bcb9: bump version to 1.0.1 (Alexis Lopez Zubieta)

v1.0.0

03 May 03:17
d3ce41f
Compare
Choose a tag to compare

Bug Fixes

Commits

  • remove duplicated slashes in env paths #217 (Alexis Lopez Zubieta)
  • ced81bf: Set AppRun default version to v2.0.0 (Alexis Lopez Zubieta)
  • d3ce41f: Set version to 1.0.0 (Alexis Lopez Zubieta)

v1.0.0-beta.1

14 Apr 21:52
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

Features

Bug Fixes

Commits

v1.0.0-alpha.3

08 Apr 17:10
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

Features

Bug Fixes

Commits

  • 398b050: Merge branch 'master' of github.com:AppImageCrafters/appimage-builder (Alexis Lopez Zubieta)
  • acb6e56: Bump versio to 1.0.0-alpha.3 (Alexis Lopez Zubieta)

v1.0.0-alpha.1

01 Apr 03:27
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

Features

Bug Fixes

Code Refactoring

Commits

  • 993ce9a: add get, set and keys features to environment.py (Alexis Lopez Zubieta) #159
  • e8c8031: add parole recipe to test gstreamer helper (Alexis Lopez Zubieta) #159
  • simplify Enviroment.serialize method #162 (Alexis Lopez Zubieta)
  • format code #162 (Alexis Lopez Zubieta)
  • be18206: Use ubuntu version number (Lucian I. Last) #178
  • 0b2f191: Fix appimagetool install (Lucian I. Last) #179
  • f5132e9: Fix error when icon size cannot be guesed (goldstar611) #186
  • 62e4b87: Generate Correct Arch In X-AppImage-Arch (TheBrokenRail) #192
  • a44066c: Deploy libc and ld-so to AppDir/runtime/compat (Alexis Lopez Zubieta) #194
  • 2edec97: Use filename and symbol versions strings to guess the libc version (Alexis Lopez Zubieta) #194
  • 7d5c6ed: Add ExecutablesPatcher class to handle patching the interpreters paths as relative (Alexis Lopez Zubieta) #194
  • 69d3b1a: Add black to dev packages (Alexis Lopez Zubieta) #194
  • c20abb7: Deploy apprun_hooks lib from generator (Alexis Lopez Zubieta) #194
  • 429c258: Format using black (Alexis Lopez Zubieta) #194
  • 1c1194d: Deploy AppRun from generator (Alexis Lopez Zubieta) #194
  • 6cdc4ea: Log errors as warnings (Alexis Lopez Zubieta) #194
  • 89ee916: Handle shebangs with space at the beginning (Alexis Lopez Zubieta) #194
  • 66705b9: Link interpreters from runtimes (Alexis Lopez Zubieta) #194
  • 21f3236: Add test cases to bash example (Alexis Lopez Zubieta) #194
  • af1ef3c: Drop ExecutablesWrapper (Alexis Lopez Zubieta) #194
  • ed93ec0: Implement patchelf methods: add_needed, get_soname, get_rpath, and set_rpath (Alexis Lopez Zubieta) #194
  • b9083c9: Implement rpath patching helper (Alexis Lopez Zubieta) #194
  • cb448bf: Relocate patchelf (Alexis Lopez Zubieta) #194
  • ee9580b: Create gtkmm hello world example (Alexis Lopez Zubieta) #194
  • 482264d: Fix runtime path in pacman deploy test (Alexis Lopez Zubieta) #194
  • b33ed37: Fix runtime path in apt deploy test (Alexis Lopez Zubieta) #194
  • 7d3d8cd: Fix add patchelf to docker container before running pytest (Alexis Lopez Zubieta) #194
  • d5a36c0: switch to /tmp before building bash (Alexis Lopez Zubieta) #194
  • c5190e2: record recipe path before cd (Alexis Lopez Zubieta) #194
  • e40111c: Don't set LD_PRELOAD as it's already set by AppRun v2.0 (Alexis Lopez Zubieta) #194
  • 332ac57: Normalize variable names (Alexis Lopez Zubieta) #194
  • affaec6: Set continuous as default AppRun version (Alexis Lopez Zubieta) #194
  • 8411288: Change AppRun cache dir from "runtime" to AppRun (Alexis Lopez Zubieta) #194
  • bff40c5: Rename examples to recipes (Alexis Lopez Zubieta) #194
  • d6d12bf: Set AppDir as absolute path in scripts execution environment (Alexis Lopez Zubieta) #194
  • 911b22a: Update scripts to use the new location of the appimage-builder recipe (Alexis Lopez Zubieta) #194
  • eef2d38: Add environment RECIPE to shell scripts with the path to the recipe file being used (Alexis Lopez Zubieta) #194
  • 42bec65: Build bash inside the recipe/bash dir (Alexis Lopez Zubieta) #194
  • cd77e5d: Add bash to appimage-builder recipe (Alexis Lopez Zubieta) #194
  • 5932711: Don't set path manually on appimage-builder recipe (Alexis Lopez Zubieta) #194
  • 9d016a0: Allow skip variable resolution on roamer (Alexis Lopez Zubieta) #194
  • baf0d45: Don't evaluate variables when validating a recipe (Alexis Lopez Zubieta) #194
  • 33566da: Don't exit dir evaluation in case of match on exclude list for a file (Alexis Lopez Zubieta) #194
  • cd67251: Fix bash test on ci (Alexis Lopez Zubieta) #194
  • 7d0e324: Debug print desktop (Alexis Lopez Zubieta) #194
  • 75e12d4: Configure fakeroot (Alexis Lopez Zubieta) #194
  • f080a17: Add binutils to the bundle (Alexis Lopez Zubieta) #194
  • 6d71a3c: Install icon theme (Alexis Lopez Zubieta) #194
  • 33a7b02: Add file to appimagebuilder bundle (Alexis Lopez Zubieta) #194
  • f9737c9: Use absolute paths on appimagetool call (Alexis Lopez Zubieta) [#194](#19...
Read more

v0.9.2

16 Sep 18:18
35e3eab
Compare
Choose a tag to compare

Features

Bug Fixes

Code Refactoring

Commits

  • 987c3d6: Rename interpreter helper to libc (Alexis Lopez Zubieta) #144
  • f86c638: Add lookup for gdk-pixbuf-query-loaders-64 (fbdtemme) #150
  • 42074bd: Fix IsADirectoryError (Ingo Breßler) #146
  • adf69b9: FileDeploy creates empty dirs found by recursive include patterns (Ingo Breßler) #146
  • 64dbd9f: Handle ARM naming convention inconsistency for runtime downloads (Alex Shepherd) #155
  • 2a42981: Implement changes on appimagetool instead of on runtime download (Alex Shepherd) #155
  • 35e3eab: Set version to 0.9.2 (Alexis Lopez Zubieta)