Briefcase

Latest version: v0.3.22

Safety actively analyzes 723954 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 6

0.3.16

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

* 1136, 1290, 1363, 1364, 1365, 1372, 1375, 1376, 1379, 1388, 1394, 1395, 1396, 1398, 1400, 1401, 1402, 1403, 1408, 1409, 1410, 1411, 1412, 1418, 1419, 1420, 1421, 1427, 1429, 1431, 1433, 1435, 1436, 1437, 1438, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1454, 1455, 1456, 1457, 1464, 1465, 1466, 1470, 1474, 1476, 1477, 1478, 1481, 1485, 1486, 1487, 1488, 1489, 1490, 1492, 1494

0.3.15

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](https://briefcase.readthedocs.io/en/latest/reference/platforms/linux/flatpak.html#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
----

* 856, 1093, 1178, 1181, 1186, 1187, 1191, 1192, 1193, 1195, 1197, 1200, 1204, 1205, 1206, 1215, 1226, 1228, 1232, 1233, 1239, 1241, 1242, 1243, 1244, 1246, 1248, 1249, 1253, 1254, 1255, 1257, 1258, 1262, 1263, 1264, 1265, 1273, 1274, 1279, 1282, 1283, 1284, 1293, 1294, 1295, 1299, 1300, 1301, 1310, 1311, 1316, 1317, 1323, 1324, 1333, 1334, 1335, 1336, 1339, 1341, 1350, 1351

0.3.14

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](https://github.com/indygreg/python-build-standalone) 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

* 1133, 1138, 1139, 1140, 1147, 1148, 1149, 1150, 1151, 1156, 1162, 1163, 1168, 1169, 1170, 1171, 1172, 1173, 1177

0.3.13

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

* 1070, 1074, 1075, 1076, 1080, 1084, 1085, 1086, 1087, 1094, 1096, 1097, 1098, 1103, 1109, 1110, 1111, 1119, 1120, 1130

0.3.12

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](<https://docs.python.org/3/library/devmode.html>). (#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 accomodating 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

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

Page 2 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.