Release History#

0.3.17 (2024-02-06)#

Features#

  • Android apps are now able to customize the libraries included in the app at build time. (#485)

  • App permissions can now be declared as part of an app’s configuration. (#547)

  • The -C/--config option can now be used to override app settings from the command line. (#1115)

  • The verbosity flag, -v, was expanded to support three levels of logging verbosity. (#1501)

  • Briefcase now supports GUI bootstrap plugins to customize how new projects are created. (#1524)

  • GitPython’s debug logging is now included in deep debug output. (#1529)

  • RCEdit v2.0.0 is now used to build Windows apps. Run briefcase upgrade to use this latest version. (#1543)

  • The Flatpak runtimes for new projects were updated. org.freedesktop.Platform will now default to 23.08; org.gnome.Platform will now default to 45; and org.kde.Platform will now default to 6.6. (#1545)

  • When creating new projects with the briefcase new command, project configuration overrides can be specified via the -Q command line argument. For instance, a specific license can be specified with -Q "license=MIT license". (#1552)

  • New virtual devices for the Android emulator are created using the Pixel 7 Pro skin. (#1554)

  • The web server for running static web projects now falls back to a system allocated port if the requested port is already in use. (#1561)

  • Flatpaks are now created with permissions to access the GPU and sound devices. (#1563)

  • AppImages can now be built for the ARM architecture. (#1564)

  • Apps can now specify a primary color (for both light and dark modes), and an accent color. If the platform allows apps to customize color use, these colors will be used to style the app’s presentation. (#1566)

  • The version of PursuedPyBear for new projects was bumped from 1.1 to 3.2.0. (#1592)

  • Python 3.12 is now supported on Android. (#1596)

  • Android apps can now specify the base theme used to style the application. (#1610)

  • The Java JDK was upgraded from 17.0.8.1+1 to 17.0.10+7. Run briefcase upgrade java to upgrade existing Briefcase installations. (#1611)

  • When the Android emulator fails to start up properly, users are now presented with additional resources to help resolve any issues. (#1630)

Bugfixes#

  • When a custom Briefcase template from a git repository is used to create an app, Briefcase now ensures that git repository is always used. (#1158)

  • The filter for iOS build warnings was improved to catch messages from Xcode 15.0.1. (#1507)

  • When merging dependencies on macOS, file permissions are now preserved. (#1510)

  • flatpak-builder 1.3+ can now be correctly identified. (#1513)

  • The BeeWare icon of Brutus is now used as the runtime icon for new projects created with PyGame. (#1532)

  • Linux System RPM packaging for openSUSE Tumbleweed no longer errors with FileNotFoundError. (#1595)

  • Any ANSI escape sequences or console control codes are now stripped in all output captured in the Briefcase log file. (#1604)

  • The detection of physical Android devices on macOS was made more resilient. (#1627)

Backward Incompatible Changes#

  • The use of AppImage as an output format now generates a warning. (#1500)

  • Support for creating new projects using PySide2 has been removed. Briefcase’s release testing will no longer explicitly verify compatibility with PySide2. (#1524)

  • The Flatpak build process no longer strips binaries included in third-party (e.g. PyPI) packages that are bundled with the app. (#1540)

  • New projects will now use manylinux_2_28 instead of manylinux2014 to create AppImages in Docker. (#1564)

  • It is highly recommended that Android applications add a definition for build_gradle_dependencies to their app configuration. A default value will be used if this option is not explicitly provided. Refer to the Android documentation for the default value that will be used. (#1610)

Documentation#

  • The common options available to every command have now been documented. (#1517)

Misc#

0.3.16 (2023-10-20)#

Features#

  • Support for less common environments, such as Linux on ARM, has been improved. Error messages for unsupported platforms are now more accurate. (#1360)

  • Tool verification for Java, Android SDK, and WiX have been improved to provide more informative errors and debug logging. (#1382)

  • A super verbose logging mode was added (enabled using -vv). This turns on all Briefcase internal logging, but also enables verbose logging for all the third-party tools that Briefcase invokes. (#1384)

  • Briefcase now uses Android SDK Command-Line Tools v9.0. If an externally-managed Android SDK is being used, it must provide this version of Command-Line Tools. Use the SDK Manager in Android Studio to ensure it is installed. (#1397)

  • Support for OpenSuSE Linux distributions was added. (#1416)

  • iOS apps are no longer rejected by the iOS App Store for packaging reasons. (#1439)

  • The Java JDK version was upgraded to 17.0.8.1+1. (#1462)

  • macOS apps can now be configured to produce single platform binaries, or binaries that will work on both x86_64 and ARM64. (#1482)

Bugfixes#

  • Build warnings caused by bugs in Xcode that can be safely ignored are now filtered out of visible output. (#377)

  • The run command now ensures Android logging is shown when the datetime on the device is different from the host machine. (#1146)

  • Briefcase will detect if you attempt to launch an Android app on a device whose OS doesn’t meet minimum version requirements. (#1157)

  • macOS apps are now guaranteed to be universal binaries, even when dependencies only provide single-architecture binary wheels. (#1217)

  • The ability to build AppImages in Docker on macOS was restored. (#1352)

  • Error reporting has been improved when the target Docker image name is invalid. (#1368)

  • Creating Debian packages no longer fails due to a permission error for certain umask values (such as 0077). (#1369)

  • Inside of Docker containers, the Briefcase data directory is now mounted at /briefcase instead of /home/brutus/.cache/briefcase. (#1374)

  • The console output from invoking Python via a subprocess call is now properly decoded as UTF-8. (#1407)

  • The command line arguments used to configure the Python environment for briefcase dev no longer leak into the runtime environment on macOS. (#1413)

Backward Incompatible Changes#

  • AppImage packaging requires a recent release of LinuxDeploy to continue creating AppImages. Run briefcase upgrade linuxdeploy to install the latest version. (#1361)

  • The size of iOS splash images have changed. iOS apps should now provide 800px, 1600px and 2400px images (previously, this as 1024px, 2048px and 3072px). This is because iOS 14 added a hard limit on the size of image resources. (#1371)

  • Support for AppImage has been reduced to “best effort”. We will maintain unit test coverage for the AppImage backend, but we no longer build AppImages as part of our release process. We will accept bug reports related to AppImage support, and we will merge PRs that address AppImage support, but the core team no longer considers addressing AppImage bugs a priority, and discourages the use of AppImage for new projects. (#1449)

Documentation#

  • Documentation on the process of retrieving certificate identities on macOS and Windows was improved. (#1473)

Misc#

0.3.15 (2023-07-10)#

Features#

  • Windows apps can now be packaged as simple ZIP files. (#457)

  • An Android SDK specified in ANDROID_HOME is respected now and will take precedence over the setting of ANDROID_SDK_ROOT. (#463)

  • Android support was upgraded to use Java 17 for builds. (#1065)

  • On Linux, Docker Desktop and rootless Docker are now supported. (#1083)

  • The company/author name in the installation path for Windows MSI installers is now optional. (#1199)

  • macOS code signing is now multi-threaded (and therefore much faster!) (#1201)

  • Briefcase will now honor PEP-621 project fields where they map to Briefcase configuration items. (#1203)

Bugfixes#

  • XML compatibility warnings generated by the Android build have been cleaned up. (#827)

  • Non ASCII characters provided in the briefcase new wizard are quoted before being put into pyproject.toml. (#1011)

  • Requests to the web server are now recorded in the log file. (#1090)

  • An “Invalid Keystore format” error is no longer raised when signing an app if the local Android keystore was generated with a recent version of Java. (#1112)

  • Content before a closing square bracket (]) or .so) is no longer stripped by the macOS and iOS log filter. (#1179)

  • The option to run Linux system packages through Docker was removed. (#1207)

  • Error handling for incomplete or corrupted Github clones of templates has been improved. (#1210)

  • Application/Bundle IDs are normalized to replace underscores with dashes when possible (#1234)

  • Filenames and directories in RPM package definitions are quoted in order to include filenames that include white space. (#1236)

  • Briefcase will no longer display progress bars if the FORCE_COLOR environment variable is set. (#1267)

  • When creating a new Briefcase project, the header line in pyproject.toml now contains the version of Briefcase instead of “Unknown”. (#1276)

  • Android logs no longer include timestamp and PID, making them easier to read on narrow screens. (#1286)

  • An warning is no longer logged if the Java identified by macOS is not usable by Briefcase. (#1305)

  • Incompatibilities with Cookiecutter 2.2.0 have been resolved. (#1347)

Backward Incompatible Changes#

  • Names matching modules in the Python standard library, and main, can no longer be used as an application name. (#853)

  • The --no-sign option for packaging was removed. Briefcase will now prompt for a signing identity during packaging, falling back to adhoc/no signing as a default where possible. (#865)

  • The version of OpenJDK for Java was updated from 8 to 17. Any Android apps generated on previous versions of Briefcase must be re-generated by running briefcase create android gradle. If customizations were made to files within the generated app, they will need to be manually re-applied after re-running the create command. (#1065)

  • Flatpak apps no longer default to using the Freedesktop runtime and SDK version 21.08 when a runtime is not specified. Instead, the runtime now must be explicitly defined in the application configuration. (#1272)

Documentation#

  • All code blocks were updated to add a button to copy the relevant contents on to the user’s clipboard. (#1213)

  • The limitations of using WebKit2 in AppImage were documented. (#1322)

Misc#

0.3.14 (2023-04-12)#

Features#

  • Added support for code signing Windows apps. (#366)

  • The base image used to build AppImages is now user-configurable. (#947)

  • Support for Arch .pkg.tar.zst packaging was added to the Linux system backend. (#1064)

  • Pygame was added as an explicit option for a GUI toolkit. (#1125)

  • AppImage and Flatpak builds now use indygreg’s Python Standalone Builds to provide Python support. (#1132)

  • BeeWare now has a presence on Mastodon. (#1142)

Bugfixes#

  • When commands produce output that cannot be decoded to Unicode, Briefcase now writes the bytes as hex instead of truncating output or canceling the command altogether. (#1141)

  • When JAVA_HOME contains a path to a file instead of a directory, Briefcase will now warn the user and install an isolated copy of Java instead of logging a NotADirectoryError. (#1144)

  • If the Docker buildx plugin is not installed, users are now directed by Briefcase to install it instead of Docker failing to build the image. (#1153)

Misc#

0.3.13 (2023-03-10)#

Features#

  • Distribution artefacts are now generated into a single dist folder. (#424)

  • When installing application sources and dependencies, any __pycache__ folders are now automatically removed. (#986)

  • A Linux System backend was added, supporting .deb as a packaging format. (#1062)

  • Support for .rpm packaging was added to the Linux system backend. (#1063)

  • Support for passthrough arguments was added to the dev and run commands. (#1077)

  • Users can now define custom content to include in their pyscript.toml configuration file for web deployments. (#1089)

  • The new command now allows for specifying a custom template branch, as well as a custom template. (#1101)

Bugfixes#

  • Spaces are no longer used in the paths for generated app templates. (#804)

  • The stub executable used by Windows now clears the threading mode before starting the Python app. This caused problems with displaying dialogs in Qt apps. (#930)

  • Briefcase now prevents running commands targeting Windows platforms when not on Windows. (#1010)

  • The command to store notarization credentials no longer causes Briefcase to hang. (#1100)

  • macOS developer tool installation prompts have been improved. (#1122)

Misc#

0.3.12 (2023-01-30)#

Features#

  • Briefcase is more resilient to file download failures by discarding partially downloaded files. (#753)

  • All warnings from the App and its dependencies are now shown when running briefcase dev by invoking Python in development mode. (#806)

  • The Dockerfile used to build AppImages can now include user-provided container setup instructions. (#886)

  • It is no longer necessary to specify a device when building an iOS project. (#953)

  • Briefcase apps can now provide a test suite. briefcase run and briefcase dev both provide a --test option to start the test suite. (#962)

  • Initial support for Python 3.12 was added. (#965)

  • Frameworks contained added to a macOS app bundle are now automatically code signed. (#971)

  • The build.gradle file used to build Android apps can now include arbitrary additional settings. (#973)

  • The run and build commands now have full control over the update of app requirements resources. (#983)

  • Resources that require variants will now use the variant name as part of the filename by default. (#989)

  • briefcase open linux appimage now starts a shell session in the Docker context, rather than opening the project folder. (#991)

  • Web project configuration has been updated to reflect recent changes to PyScript. (#1004)

Bugfixes#

  • Console output of Windows apps is now captured in the Briefcase log. (#787)

  • Android emulators configured with _no_skin will no longer generate a warning. (#882)

  • Briefcase now exits normally when CTRL-C is sent while tailing logs for the App when using briefcase run. (#904)

  • Backslashes and double quotes are now safe to be used for formal name and description (#905)

  • The console output for Windows batch scripts in now captured in the Briefcase log. (#917)

  • When using the Windows Store version of Python, Briefcase now ensures the cache directory is created in %LOCALAPPDATA% instead of the sandboxed location enforced for Windows Store apps. (#922)

  • An Android application that successfully starts, but fails quickly, no longer stalls the launch process. (#936)

  • The required Visual Studio Code components are now included in verification errors for Visual Studio Apps. (#939)

  • It is now possible to specify app configurations for macOS Xcode and Windows VisualStudio projects. Previously, these sections of configuration files would be ignored due to a case discrepancy. (#952)

  • Development mode now starts apps in PEP540 UTF-8 mode, for consistency with the stub apps. (#985)

  • Local file references in requirements no longer break AppImage builds. (#992)

  • On macOS, Rosetta is now installed automatically if needed. (#1000)

  • The way dependency versions are specified has been modified to make Briefcase as accommodating as possible with end-user environments, but as stable as possible for development environments. (#1041)

  • To prevent console corruption, dynamic console elements (such as the Wait Bar) are temporarily removed when output streaming is disabled for a command. (#1055)

Improved Documentation#

  • Release history now contains links to GitHub issues. (#1022)

Misc#

  • #906, #907, #918, #923, #924, #925, #926, #929, #931, #951, #959, #960, #964, #967, #969, #972, #981, #984, #987, #994, #995, #996, #997, #1001, #1002, #1003, #1012, #1013, #1020, #1021, #1023, #1028, #1038, #1042, #1043, #1044, #1045, #1046, #1047, #1048, #1049, #1051, #1052, #1057, #1059, #1061, #1068, #1069, #1071

0.3.11 (2022-10-14)#

Features#

  • Added support for deploying an app as a static web page using PyScript. (#3)

  • Briefcase log files are now stored in the logs subdirectory and only when the current directory is a Briefcase project. (#883)

Bugfixes#

  • Output from spawned Python processes, such as when running briefcase dev, is no longer buffered and displays in the console immediately. (#891)

Misc#

  • #848, #885, #887, #888, #889, #893, #894, #895, #896, #897, #899, #900, #908, #909, #910, #915

0.3.10 (2022-09-28)#

Features#

  • iOS and Android now supports the installation of binary packages. (#471)

  • Apps can now selectively remove files from the final app bundle using the cleanup_paths attribute. (#550)

  • The Docker image for AppImage builds is created or updated for all commands instead of just create. (#796)

  • The performance of Briefcase’s tool verification process has been improved. (#801)

  • Briefcase templates are now versioned by the Briefcase version, rather than the Python version. (#824)

  • Android commands now start faster, as they only gather a list of SDK packages when needed to write a log file. (#832)

  • Log messages can be captured on iOS if they originate from a dynamically loaded module. (#842)

  • Added an “open” command that can be used to open projects in IDEs. (#846)

Bugfixes#

  • The Wait Bar is disabled for batch scripts on Windows to prevent hiding user prompts when CTRL+C is pressed. (#811)

  • Android emulators that don’t provide a model identifier can now be used to launch apps. (#820)

  • All linuxdeploy plugins are made executable and ELF headers for AppImage plugins are patched for use in Docker. (#829)

  • The RCEdit plugin can now be upgraded. (#837)

  • When verifying the existence of the Android emulator, Briefcase now looks for the actual binary, not the folder that contains the binary. This was causing false positives on some Android SDK setups. (#841)

  • When CTRL+C is entered while an external program is running, briefcase will properly abort and exit. (#851)

  • An issue with running briefcase dev on projects that put their application module in the project root has been resolved. (#863)

Improved Documentation#

  • Added FAQ entries on the state of binary package support on mobile. (#471)

Misc#

  • #831, #834, #840, #844, #857, #859, #867, #868, #874, #878, #879

0.3.9 (2022-08-17)#

Features#

  • Linux apps can now be packaged in Flatpak format. (#359)

  • SDKs, tools, and other downloads needed to support app builds are now stored in an OS-native user cache directory instead of ~/.briefcase. (#374)

  • Windows MSI installers can now be configured to ask the user whether they want a per-user or per-machine install. (#382)

  • The console output of Windows apps is now captured and displayed during briefcase run. (#620)

  • Windows apps are now packaged with a stub application. This ensures that Windows apps present with the name and icon of the app, rather than the pythonw.exe name and icon. It also allows for improvements in logging and error handling. (#629)

  • Temporary docker containers are now cleaned up after use. The wording of Docker progress messages has also been improved. (#774)

  • Users can now define a BRIEFCASE_HOME environment variable. This allows you to specify the location of the Briefcase tool cache, allowing the user to avoid issues with spaces in paths or disk space limitations. (#789)

  • Android emulator output is now printed to the console if it fails to start properly. (#799)

  • briefcase android run now shows logs from only the current process, and includes all log tags except some particularly noisy and useless ones. It also no longer clears the logcat buffer. (#814)

Bugfixes#

  • Apps now have better isolation against the current working directory. This ensures that code in the current working directory isn’t inadvertently included when an app runs. (#662)

  • Windows MSI installers now install in Program Files, rather than Program Files (x86). (#688)

  • Linuxdeploy plugins can now be used when building Linux AppImages; this resolves many issues with GTK app deployment. (#756)

  • Collision protection has been added to custom support packages that have the same name, but are served by different URLs. (#797)

  • Python 3.7 and 3.8 on Windows will no longer deadlock when CTRL+C is sent during a subprocess command. (#809)

Misc#

  • #778, #783, #784, #785, #786, #787, #794, #800, #805, #810, #813, #815

0.3.8 (2022-06-27)#

Features#

  • macOS apps are now notarized as part of the packaging process. (#365)

  • Console output now uses Rich to provide visual highlights and progress bars. (#740)

  • The macOS log streamer now automatically exits using the run command when the app exits. (#742)

  • A verbose log is written to file when a critical error occurs or –log is specified. (#760)

Bugfixes#

  • Updating an Android app now forces a re-install of the app. This corrects a problem (usually seen on physical devices) where app updates wouldn’t be deployed if the app was already on the device. (#395)

  • The iOS simulator is now able to correctly detect the iOS version when only a device name is provided. (#528)

  • Windows MSI projects are now able to support files with non-ASCII filenames. (#749)

  • The existence of an appropriate Android system image is now verified independently to the existence of the emulator. (#762)

  • The error message presented when the Xcode Command Line Tools are installed, but Xcode is not, has been clarified. (#763)

  • The METADATA file generated by Briefcase is now UTF-8 encoded, so it can handle non-Latin-1 characters. (#767)

  • Output from subprocesses is correctly encoded, avoiding errors (especially on Windows) when tool output includes non-ASCII content. (#770)

Improved Documentation#

  • Documented a workaround for ELF load command address/offset errors seen when using manylinux wheels. (#718)

Misc#

  • #743, #744, #755

0.3.7 (2022-05-17)#

Features#

  • Apps can be updated as part of a call to package. (#473)

  • The Android emulator can now be used on Apple M1 hardware. (#616)

  • Names that are reserved words in Python (or other common programming languages) are now prevented when creating apps. (#617)

  • Names that are invalid on Windows as filenames (such as CON and LPT0) are now invalid as app names. (#685)

  • Verbose logging via -v and -vv now includes the return code, output, and environment variables for shell commands (#704)

  • When the output of a wrapped command cannot be parsed, full command output, and failure reason is now logged. (#728)

  • The iOS emulator will now run apps natively on M1 hardware, rather than through Rosetta emulation. (#739)

Bugfixes#

  • Bundle identifiers are now validated to ensure they don’t contain reserved words. (#460)

  • The error reporting when the user is on an unsupported platform or Python version has been improved. (#541)

  • When the formal name uses non-Latin characters, the suggested Class and App names are now valid. (#612)

  • The code signing process for macOS apps has been made more robust. (#652)

  • macOS app binaries are now adhoc signed by default, ensuring they can run on M1 hardware. (#664)

  • Xcode version checks are now more robust. (#668)

  • Android projects that have punctuation in their formal names can now build without error. (#696)

  • Bundle name validation no longer excludes valid country identifiers (like in.example). (#709)

  • Application code and dist-info is now fully replaced during an update. (#720)

  • Errors related to Java JDK detection now properly contain the value of JAVA_HOME instead of the word None (#727)

  • All log entries will now be displayed for the run command on iOS and macOS; previously, initial log entries may have been omitted. (#731)

  • Using CTRL+C to stop showing Android emulator logs while running the app will no longer cause the emulator to shutdown. (#733)

Misc#

  • #680, #681, #699, #726, #734

0.3.6 (2022-02-28)#

Features#

  • On macOS, iOS, and Android, briefcase run now displays the application logs once the application has started. (#591)

  • Xcode detection code now allows for Xcode to be installed in locations other than /Applications/Xcode.app. (#622)

  • Deprecated support for Python 3.6. (#653)

Bugfixes#

  • Existing app packages are now cleared before reinstalling dependencies. (#644)

  • Added binary patch tool for AppImages to increase compatibility. (#667)

Improved Documentation#

  • Documentation on creating macOS/iOS code signing identities has been added (#641)

Misc#

  • #587, #588, #592, #598, #621, #643, #654, #670

0.3.5 (2021-03-06)#

Features#

  • macOS projects can now be generated as an Xcode project. (#523)

Bugfixes#

  • macOS apps are now built as an embedded native binary, rather than a shell script invoking a Python script. This was necessary to provide better support for macOS app notarization and sandboxing. (#523)

  • Fixed the registration of setuptools entry points caused by a change in case sensitivity handling in Setuptools 53.1.0. (#574)

Misc#

  • #562

0.3.4 (2021-01-03)#

Features#

  • Added signing options for all platforms. App signing is only implemented on macOS, but --no-sign can now be used regardless of your target platform. (#486)

  • Windows MSI installers can be configured to be per-machine, system-wide installers. (#498)

  • Projects can specify a custom branch for the template used to generate the app. (#519)

  • Added the –no-run flag to the dev command. This allows developers to install app dependencies without running the app. (#522)

  • The new project wizard will now warn users when they select a platform that doesn’t support mobile deployment. (#539)

Bugfixes#

  • Modified the volume mounting process to allow for SELinux. (#500)

  • Fixed missing signature for Python executable in macOS app bundle. This enables the packaged dmg to be notarized by Apple. (#514)

  • Modified the Windows tests to allow them to pass on 32-bit machines. (#521)

  • Fixed a crash when running with verbose output. (#532)

Improved Documentation#

  • Clarified documentation around system_requires dependencies on Linux. (#459)

Misc#

  • #465, #475, #496, #512, #518

0.3.3 (2020-07-18)#

Features#

  • WiX is now auto-downloaded when the MSI backend is used. (#389)

  • The upgrade command now provides a way to upgrade tools that Briefcase has downloaded, including WiX, Java, Linuxdeploy, and the Android SDK. (#450)

Bugfixes#

  • Binary modules in Linux AppImages are now processed correctly, ensuring that no references to system libraries are retained in the AppImage. (#420)

  • If pip is configured to use a per-user site_packages, this no longer clashes with the installation of application packages. (#441)

  • Docker-using commands now check whether the Docker daemon is running and if the user has permission to access it. (#442)

0.3.2 (2020-07-04)#

Features#

  • Added pytest coverage to CI/CD process. (#417)

  • Application metadata now contains a Briefcase-Version indicator. (#425)

  • The device list returned by briefcase run android now uses the Android device model name and unique ID e.g. a Pixel 3a shows up as Pixel 3a (adbDeviceId). (#433)

  • Android apps are now packaged in Android App Bundle format. This allows the Play Store to dynamically build the smallest APK appropriate to a device installing an app. (#438)

  • PursuedPyBear is now included in the new project wizard. (#440)

Bugfixes#

  • iOS builds will now warn if the Xcode command line tools are the active. (#397)

  • Linux Docker builds no longer use interactive mode, allowing builds to run on CI (or other TTY-less devices). (#439)

Improved Documentation#

  • Documented the process of signing Android apps & publishing them to the Google Play store. (#342)

Misc#

  • #428

0.3.1 (2020-06-13)#

Features#

  • The Linux AppImage backend has been modified to use Docker. This ensures that the AppImage is always built in an environment that is compatible with the support package. It also enables Linux AppImages to be built on macOS and Windows. “Native” builds (i.e., builds that don’t use Docker) can be invoked using the --no-docker argument. (#344)

  • A PYTHONPATH property has been added to AppConfig that describes the sys.path changes needed to run the app. (#401)

  • Ad-hoc code signing is now possible on macOS with briefcase package --adhoc-sign. (#409)

  • Android apps can now use use - in their bundle name; we now convert - to _ in the resulting Android package identifier and Java package name. (#415)

  • Mobile applications now support setting the background color of the splash screen, and setting a build identifier. (#422)

  • Android now has a package command that produces the release APK. After manually signing this APK, it can be published to the Google Play Store. (#423)

Bugfixes#

  • Some stray punctuation in the Android device helper output has been removed. (#396)

  • An explicit version check for Docker is now performed. (#402)

  • The Linux build process ensures the Docker user matches the UID/GID of the host user. (#403)

  • Briefcase now ensures that the Python installation ecosystem tools (pip, setuptools, and wheel), are all present and up to date. (#421)

Improved Documentation#

  • Documented that Windows MSI builds produce per-user installable MSI installers, while still supporting per-machine installs via the CLI. (#382)

  • CONTRIBUTING.md has been updated to link to Briefcase-specific documentation. (#404)

  • Removed references to the build-system table in pyproject.toml. (#410)

Misc#

  • #380, #384

0.3.0 (2020-04-18)#

Features#

  • Converted Briefcase to be a PEP518 tool, rather than a setuptools extension. (#266)

0.2.10#

  • Improved pre-detection of Xcode and related tools

  • Improved error handling when starting external tools

  • Fixed iOS simulator integration

0.2.9#

  • Updated mechanism for starting the iOS simulator

  • Added support for environment markers in install_requires

  • Improved error handling when WiX isn’t found

0.2.8#

  • Corrects packaging problem with urllib3, caused by inconsistency between requests and boto3.

  • Corrected problems with Start menu targets being created on Windows.

0.2.7#

  • Added support for launch images for iPhone X, Xs, Xr, Xs Max and Xr Max

  • Completed removal of internal pip API dependencies.

0.2.6#

  • Added support for registering OS-level document type handlers.

  • Removed dependency on an internal pip API.

  • Corrected invocation of gradlew on Windows

  • Addressed support for support builds greater than b9.

0.2.5#

  • Restored download progress bars when downloading support packages.

0.2.4#

  • Corrected a bug in the iOS backend that prevented iOS builds.

0.2.3#

  • Bugfix release, correcting the fix for pip 10 support.

0.2.2#

  • Added compatibility with pip 10.

  • Improved Windows packaging to allow for multiple executables

  • Added a --clean command line option to force a refresh of generated code.

  • Improved error handling for bad builds

0.2.1#

  • Improved error reporting when a support package isn’t available.

0.2.0#

  • Added -s option to launch projects

  • Switch to using AWS S3 resources rather than GitHub Files.

0.1.9#

  • Added a full Windows installer backend

0.1.8#

  • Modified template roll out process to avoid API limits on GitHub.

0.1.7#

  • Added check for existing directories, with the option to replace existing content.

  • Added a Linux backend.

  • Added a Windows backend.

  • Added a splash screen for Android

0.1.6#

  • Added a Django backend (@glasnt)

0.1.5#

  • Added initial Android template

  • Force versions of pip (>= 8.1) and setuptools (>=27.0)

  • Drop support for Python 2

0.1.4#

  • Added support for tvOS projects

  • Moved to using branches in the project template repositories.

0.1.3#

  • Added support for Android projects using VOC.

0.1.2#

  • Added support for having multi-target support projects. This clears the way for Briefcase to be used for watchOS and tvOS projects, and potentially for Python-OSX-support and Python-iOS-support to be merged into a single Python-Apple-support.

0.1.1#

  • Added support for app icons and splash screens.

0.1.0#

  • Initial public release.