mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
bump version, add changelog
This commit is contained in:
parent
5bb1995eb9
commit
2b7162055d
@ -1,9 +1,14 @@
|
|||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
####Version next
|
####Version 0.17.4 (next)
|
||||||
* Better integration with android music players
|
* 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
|
* 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
|
####Version 0.17.3
|
||||||
* HPlus: Improve display of new messages and phone calls
|
* HPlus: Improve display of new messages and phone calls
|
||||||
|
@ -26,8 +26,8 @@ android {
|
|||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
|
|
||||||
// note: always bump BOTH versionCode and versionName!
|
// note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.17.3"
|
versionName "0.17.4"
|
||||||
versionCode 84
|
versionCode 85
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
@ -1,9 +1,14 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
<release version="next">
|
<release version="0.17.4" versioncode="85">
|
||||||
<change>Better integration with android music players</change>
|
<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>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>
|
||||||
<release version="0.17.3" versioncode="84">
|
<release version="0.17.3" versioncode="84">
|
||||||
<change>HPlus: Improve display of new messages and phone calls</change>
|
<change>HPlus: Improve display of new messages and phone calls</change>
|
||||||
|
Loading…
Reference in New Issue
Block a user