inno_bundle 0.11.2
inno_bundle: ^0.11.2 copied to clipboard
CLI tool for automating Windows installer creation using Inno Setup.
0.11.2 #
- Add screenshot to
pubspec.yaml, it is used to display the package icon in pub.flutter-io.cn.
0.11.1 #
- Update
README.mdto include topics and links to wiki pages.
0.11.0 #
-
(Deprecation!)Deprecatedllsattribute ininno_bundlesection, usefilesinstead. -
(Deprecation!)Deprecatedart run inno_bundle:buildcommand, usedart run inno_bundleinstead,buildis now the default command. -
Add
filesattribute toinno_bundlesection to allow including additional files in the installer #18. -
Add
destinationattribute toFileEntryto specify the destination directory for the file. -
Fix VC++ redistributable checkbox position when installer window is resizing.
-
Enhance error messages by implementing
DeferredMessageclass to print important messages at the end of the installer generation process. -
Clean flutter dependency entirely from the package.
0.10.1 #
-
Update
README.mdto align with breaking changes in0.10.0. -
Correct position of checkbox that downloads VC++ redistributable in last page of the installer.
0.10.0 #
-
(Breaking!)Change the default build type fromdebugtorelease, this was changed to match the expected default behavior of an app bundler. -
Adds
--pathCLI parameter to specify custom config file path #15, also support reading config frominno_bundle.yamlfile if available. -
Add environment variable
CONFIG_FILEto CLI output ofdart run inno_bundle:build --envs. -
Update help and error messages to reflect which config file is being used.
-
Change unresolved publisher name from
Unknown UsertoUnknown Publisher. -
Update Inno Setup installation steps link.
-
Update Flutter Icon to reduce its bundle size from ~32KB to ~3.76KB.
0.9.0 #
0.8.0 #
-
(Breaking!)Move to Inno Setup version6.4.1. -
Add installing Inno Setup using
--install-innoCLI flag. -
Add generating App ID using
--gen-app-idCLI flag. -
Add
--app-id-nsCLI flag to generate App ID with namespace. -
Add generating publisher name using
--gen-publisherCLI flag. -
Add
arabic,swedish, andtamillanguages support. -
Update Flutter SDK minimum version to
3.16.0. -
Update some packages versions.
-
Update
README.mdfor fewer steps in Guide section. -
Remove overriding the default exe file name.
0.7.4 #
-
Update
uuidpackage and replace deprecatedUuid.NAMESPACE_URLwithNamespace.url. -
Reverse
CHANGELOG.mdorder. -
Specify platform in
pubspec.yamlaswindowsonly. -
Update
README.mdsummary.
0.7.3 #
- More docs for 100% score on pub.flutter-io.cn documentation.
0.7.2 #
- More docs, trying to top up the package score.
0.7.1 #
-
Add
koreanlanguage support. -
Improve file-level documentation.
0.7.0 #
-
(Breaking!)Move to Inno Setup version6.3.3. -
Add
autovalue toadminattribute. -
Add
archattribute to enable or disable x64 emulation on Arm devices. -
Rewrite
README.mdinto much smaller version. -
Move configuration details and examples to GitHub Wiki.
-
Add
sign_toolfield to sign installer and uninstaller #7. -
Add
--sign-tool-name,--sign-tool-command,--sign-tool-paramsCLI parameters to partially overridesign_toolattribute. -
Trivial update to packages versions.
0.6.1 #
-
Fix
adminattribute was not resolving correctly frompubspec.yaml#4. -
Add
license_fileattribute toinno_bundlesection to accommodate software license file #5. -
Look up project root folder for
LICENSEfile iflicense_fileattribute is not provided. -
Change default checked to
truefor add desktop icon checkbox. -
Optimize published library size by excluding installer ico and svg files.
0.6.0 #
-
Add
--app-versionargument tobuildcommand to override app version from CLI. -
Add
--build-argsargument tobuildcommand to append more args intoflutter build. -
Improve building app to include obfuscation during app build.
-
Improve uninstaller UI/UX info.
-
Add installer SVG file to demo assets under MIT license. (not a feature, but worth tracking)
-
Add Inno Setup installation step through
Chocolatey. -
Improve error messages and suggest repo link as guide for corrupted installs of Inno Setup.
0.5.0 #
-
Update packages and lower back minimum dart and flutter versions.
-
Rework usage of app name and pubspec name props. See #2.
0.4.2 #
- Update packages version and minimum dart and flutter version to latest.
0.4.1 #
- Add guide to setup GitHub Workflows and automate installer build as GitHub releases.
0.4.0 #
-
Add
--hfand--no-hfflags to control printing of header and footer text. -
Add
--envstobuildcommand to print resolved config as environment variables and exit. -
Add
--helptoidcommand.
0.3.3 #
-
Fix issue icon not persisting in the system temp directory when using default installer icon.
-
Update iss script maintainer clause.
-
Rename generated iss script to
inno-script.iss.
0.3.2 #
- Add documentation to codebase.
0.3.1 #
-
Update README.md for winget installation option of Inno Setup.
-
Replace LinkedIn link in maintainer clause for generated
iss scriptwith GitHub link.
0.3.0 #
-
Replace
--skip-appwith--appand--no-appflags, default to--app. -
Add
--installerand--no-installerflags, default to--installer. -
Add
--helpand-hwith descriptive messages to each flag. -
Refactor
Configto include CLI arguments as well. -
Make
.iss scriptgeneration happen underbuild\windows\x64\installer\<BuildType>\<AppName>.iss. -
Add
%UserProfile%\Local\Programs\Inno Setup 6as a possible path to find Inno Setup installation. -
Update error message for option to install Inno Setup using
wingetwhen not detected on the machine.
0.2.0 #
-
Update default icon, old one is not permissible to use for commercial use without license, so I created new one from license free resources.
-
Clean cupertino icons from example as it is unused.
-
Clean
lib\inno_bundle.dartandtest\inno_bundle_test.dart. -
When default icon is used, the new one is copied to
%TEMP%folder on every installer build. I did not find an efficient way to update the old one.
0.1.1 #
- Update README.md.
0.1.0 #
- Make
installer_iconoptional attribute.
0.0.3 #
- Fix
languagesattribute name in README.md example.
0.0.2 #
- Add a README.md to example and update main README.md.
0.0.1 #
- Add a working bundler and example.
