Skip to content

Commit

Permalink
Generate release notes for v0.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Jun 13, 2020
1 parent 926d7f7 commit 6ee1213
Show file tree
Hide file tree
Showing 16 changed files with 46 additions and 28 deletions.
5 changes: 0 additions & 5 deletions changes/344.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/380.misc.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changes/382.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/384.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/396.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changes/401.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/402.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changes/403.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changes/404.doc.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changes/409.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/410.doc.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changes/415.feature.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changes/421.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changes/422.feature.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changes/423.feature.rst

This file was deleted.

46 changes: 46 additions & 0 deletions docs/background/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,52 @@ Release History

.. towncrier release notes start
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-maching 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
Expand Down

0 comments on commit 6ee1213

Please sign in to comment.