Skip to content

Releases: Systemcluster/wrappe

1.0.2

15 Mar 14:02
3b8482c
Compare
Choose a tag to compare

Commits

  • e214753: Update dependencies
  • 77fe8a8: Update documentation
  • 08e8f94: Search for metadata if not found at end of file
    The runner will now search for its metadata if it is not found at the end of the executable.
    This can arise when the runner is modified after packing and other data is appended after it.
  • e18f6c4: Improve error information output
  • 3b8482c: Release version 1.0.2

Compare all changes since November 21, 2023 (1.0.1): 9ba93e6...3b8482c

1.0.1

21 Nov 07:23
9ba93e6
Compare
Choose a tag to compare

Commits

  • 0cb6104: Skip stripping macOS ARM executables
    Stripping macOS ARM executables destroys their code signature and prevents them from being run.
  • b9113c9: Replace black with dim output color
  • 2c0b09b: Add additional options for the command working directory
  • 17865d4: Show full source path if relative path is empty
  • 9ba93e6: Release version 1.0.1

Compare all changes since November 21, 2023 (1.0.0): ad464a3...9ba93e6

1.0.0

21 Nov 02:09
ad464a3
Compare
Choose a tag to compare

Commits

  • d591139: Update dependencies and adjust formatting
  • ebd09ba: Show compression statistics
  • 2b639ec: Add resource transfer and subsystem selection for Windows runners
    Windows runners will now include icons, version information and other resources from the packed executable.
    Additionally it is now possible to set the subsystem for Windows executables, resulting in correct behavior for both GUI and console applications.
  • 1a81dd1: Add option for baked-in command line arguments
  • bbeb06e: Set environment variables for unpack and launch directories
  • 4e8e380: Add option for attaching GUI applications to a console
  • 65732fa: Infer output filename from command if not specified
  • 211a38d: Update dependencies
  • bf48339: Update release workflow and runner builds
    It is now possible to specify target overrides for runner builds through environment variables.
    This replaces the osxcross workaround.
  • 7bca05c: Skip output file when it exists within the input path
  • ad464a3: Release version 1.0.0

Compare all changes since May 7, 2022 (Snapshot): 533ca8b...ad464a3

Snapshot

07 May 13:02
533ca8b
Compare
Choose a tag to compare
Snapshot Pre-release
Pre-release

Commits

  • 02fb3a0: Enable zstd compression multithreading for large files (Systemcluster)
  • 533ca8b: Use exec syscall on Unix, show forwarded args at max verbosity (Jordan Mele)