-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
seems jgit does not play well with windows for recognizing clean git status
- Loading branch information
ostrya
committed
Nov 2, 2019
1 parent
6f6ac6a
commit f2588b2
Showing
2 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
Minor bugfix related to handling of VPN connections. | ||
v1.6.2: | ||
• Minor build script changes. | ||
|
||
v1.6.1: | ||
• Minor bugfix related to handling of VPN connections. | ||
|
||
v1.6.0: | ||
• Added option to send offline messages while connected to mobile network. | ||
• Added option to send battery level to a separate topic. | ||
• On Android 6+, encrypt login password. | ||
• Migrate from foreground service with scheduled thread pool to Android alarm manager and request disabling battery optimization. This should make sending messages more reliable during standby. |