mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 00:43:02 +01:00
bump version, add changelog
This commit is contained in:
parent
5bb1995eb9
commit
2b7162055d
@ -1,9 +1,14 @@
|
||||
###Changelog
|
||||
|
||||
####Version next
|
||||
####Version 0.17.4 (next)
|
||||
* Better integration with android music players
|
||||
* Pebble: Implement notification and incoming call privacy modes
|
||||
* Privacy options for calls (hide caller name/number)
|
||||
* Pebble: Implement notification privacy modes
|
||||
* Pebble: Support weather for Obisdian watchface
|
||||
* HPlus: Support alarms
|
||||
* HPlus: Fix time and date sync and time format (12/24)
|
||||
* HPlus: Add device specific preferences and icon
|
||||
* HPlus: Support for Makibes F68
|
||||
|
||||
####Version 0.17.3
|
||||
* HPlus: Improve display of new messages and phone calls
|
||||
|
@ -26,8 +26,8 @@ android {
|
||||
targetSdkVersion 23
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.17.3"
|
||||
versionCode 84
|
||||
versionName "0.17.4"
|
||||
versionCode 85
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
@ -1,9 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="next">
|
||||
<release version="0.17.4" versioncode="85">
|
||||
<change>Better integration with android music players</change>
|
||||
<change>Pebble: Implement notification and incoming call privacy modes</change>
|
||||
<change>Privacy options for calls (hide caller name/number)</change>
|
||||
<change>Pebble: Implement notification privacy modes</change>
|
||||
<change>Pebble: Support weather for Obisdian watchface</change>
|
||||
<change>HPlus: Support alarms</change>
|
||||
<change>HPlus: Fix time and date sync and time format (12/24)</change>
|
||||
<change>HPlus: Add device specific preferences and icon</change>
|
||||
<change>HPlus: Support for Makibes F68</change>
|
||||
</release>
|
||||
<release version="0.17.3" versioncode="84">
|
||||
<change>HPlus: Improve display of new messages and phone calls</change>
|
||||
|
Loading…
Reference in New Issue
Block a user