diff --git a/CHANGELOG.md b/CHANGELOG.md index 36fa030..f8bdaf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ - Do not hardcode application ID in manifest - Remove unnecessary dependency - Clarify debian/copyright file +- Restore title in README.md ## [1.8.1](https://github.com/ldeso/blitz/releases/tag/v1.8.1) – 2024-04-11 @@ -275,7 +276,7 @@ This release implements the official recommendation to use a LifecycleObserver i ## [1.5.6](https://github.com/ldeso/blitz/releases/tag/v1.5.6) – 2024-03-22 -This release removes the permission net.leodesouza.blitz.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION because it is unnecessary as the only broadcast receiver used in the app is the ProfileInstallReceiver, whose only purpose is to install the baseline profile used to compile some parts of the app ahead of time during installation. +This release removes the permission DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION because it is unnecessary as the only broadcast receiver used in the app is the ProfileInstallReceiver, whose only purpose is to install the baseline profile used to compile some parts of the app ahead of time during installation. ### Improvements diff --git a/README.md b/README.md index bb1c190..1cb425c 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ Play Store badge

+# Blitz: Fischer Chess Clock + A minimalist [Fischer chess clock](https://en.wikipedia.org/wiki/Fischer_clock) for Android. This app is free software. diff --git a/_config.yml b/_config.yml index d40e505..8a4464c 100644 --- a/_config.yml +++ b/_config.yml @@ -15,10 +15,6 @@ header_pages: - PRIVACY_POLICY.md defaults: - - scope: - path: README.md - values: - title: "Blitz: Fischer Chess Clock" - scope: path: LICENSES/Apache-2.0.md values: