Skip to content

Releases: fastforgedev/fastforge

v0.5.0

11 Mar 01:02
Compare
Choose a tag to compare

What's Changed

  • refactor: Migrate fastforge and flutter_distributor to unified_distributor by @lijy91 in #254

Full Changelog: v0.4.6...v0.5.0

v0.4.6

08 Mar 04:11
Compare
Choose a tag to compare

What's Changed

  • fix(flutter_app_packager): fix build rpm on linux arm64 error by @lijy91 in #204
  • Pacman was missing from readme + alphabetical order by @arran4 in #220
  • Makes it clear that you can use zip with web too. by @arran4 in #223
  • This adds some tolerance for commented out distribute_options.yaml sections by @arran4 in #222
  • Errors aren't rethrown so they don't get passed to CI, this is inconsistent with other commands. by @arran4 in #219
  • Let users know that a version check is in progress by @arran4 in #218
  • BugFix: Can't release AppImage because filename is supposed to be AppImage rather than appimage. by @arran4 in #221
  • Use github action provided environment variables as a fallback if custom specified ones don't exist. by @arran4 in #217
  • fix publish app to GooglePlay. (status: 400, message: This edit has a… by @kecson in #214
  • Only include build number if it exists. by @cranst0n in #232
  • Improve appimage page in website by @Drsheppard01 in #239
  • No null mimetype by @duskygloom in #248
  • fix:can not set icon file when packaging windows exe by @jenken827 in #246

New Contributors

Full Changelog: v0.4.5...v0.4.6

v0.4.5

23 Jun 08:22
Compare
Choose a tag to compare
  • bump shell_executor to 0.1.6
  • fix: don't block rpm build if metainfo not found (#202)
  • chore: Support third-party pub mirror sources #201
  • [FEAT] Add support for Pacman (Arch Linux) (#198)

v0.4.0

03 Apr 16:27
Compare
Choose a tag to compare
  • fix failure to parse Property List Binary format

v0.3.7

07 Jan 07:38
Compare
Choose a tag to compare
  • fix: Unhandled exception Null check operator used on a null value #159
  • Use correct architecture when making deb #150

v0.3.6

28 Nov 13:44
Compare
Choose a tag to compare
  • bump shell_executor to 0.1.5
  • bump msix to 3.16.6
  • bump dio to 5.3.4
  • bump googleapis to 9.1.0
  • fix: windows build failing due to invalid path in Flutter v3.15.0+ #149

v0.3.4

01 Jun 13:33
Compare
Choose a tag to compare
  • bump shell_executor to 0.1.4
  • Supports custom FLUTTER_ROOT environment variable.
  • Support defining environment variables in releases and jobs.

v0.3.3

28 May 06:26
Compare
Choose a tag to compare
  • [apk-builer] fix apk not found

v0.3.2

28 May 06:14
Compare
Choose a tag to compare
  • Update dart sdk version to ">=2.16.0 <4.0.0"
  • feat: compress macOS app with 7zip
  • [dmg-maker] Rename backgroundColor to background-color in MakeDmgConfig
  • [dmg-maker] fix: fix make_dmg_config lost specification (#120)
  • [deb-maker] Fixes #117 install and uninstall errors (#121)
  • fix(docs): fix exe make_config.yaml example error
  • chore: Optimize msix maker

v0.3.1

08 Apr 07:39
Compare
Choose a tag to compare
  • Add direct maker
  • [rpm] fix lib/*.so rpath before packaging (#110)
  • feat:fix appdmg “icon-size” Specification。 (#113)
  • Add firebase-hosting publisher.
  • Add vercel publisher.
  • Modify the publish method to accept FileSystemEntity instead of just File
  • Add the workingDirectory parameter to the DefaultShellExecutor and related classes.
  • Bump shell_executor to 0.1.2.