Releases: fastforgedev/fastforge
Releases · fastforgedev/fastforge
v0.5.0
v0.4.6
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
- @arran4 made their first contribution in #220
- @kecson made their first contribution in #214
- @cranst0n made their first contribution in #232
- @Drsheppard01 made their first contribution in #239
- @duskygloom made their first contribution in #248
- @jenken827 made their first contribution in #246
Full Changelog: v0.4.5...v0.4.6
v0.4.5
v0.4.0
v0.3.7
v0.3.6
v0.3.4
v0.3.3
v0.3.2
- Update dart sdk version to ">=2.16.0 <4.0.0"
- feat: compress macOS app with 7zip
- [dmg-maker] Rename
backgroundColor
tobackground-color
inMakeDmgConfig
- [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
- 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 acceptFileSystemEntity
instead of justFile
- Add the
workingDirectory
parameter to theDefaultShellExecutor
and related classes. - Bump
shell_executor
to 0.1.2.