Merge branch 'master' into dev
This commit is contained in:
commit
76eaefc95b
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -8,6 +8,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: macOS-latest
|
runs-on: macOS-latest
|
||||||
|
env:
|
||||||
|
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Install GPG
|
- name: Install GPG
|
||||||
|
|||||||
@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### 1.8.9 (Nov 18, 2020)
|
||||||
|
|
||||||
|
* Remove INTERNET permission
|
||||||
|
* Manage exceptions for when activities don't exist to handle intents (#181)
|
||||||
|
* MemoryHabitList: Inherit parent's order (#598)
|
||||||
|
* Remove notification groups; revert to default system behavior
|
||||||
|
* Remove SyncManager and Internet permission
|
||||||
|
|
||||||
### 1.8.8 (June 21, 2020)
|
### 1.8.8 (June 21, 2020)
|
||||||
|
|
||||||
* Make small changes to the habit scheduling algorithm, so that "1 time every x days" habits work more predictably.
|
* Make small changes to the habit scheduling algorithm, so that "1 time every x days" habits work more predictably.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user