mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 09:01:55 +01:00
update readme, add changelog
This commit is contained in:
parent
d070fb18d2
commit
5b683e10c1
@ -1,6 +1,6 @@
|
||||
### Changelog
|
||||
|
||||
#### Version 0.29.0 (WIP)
|
||||
#### Version 0.29.0
|
||||
* New Device: Initial support for ID115
|
||||
* New Device: Initial support for Lenovo Watch9
|
||||
* Show splash screen during startup
|
||||
|
22
README.md
22
README.md
@ -22,20 +22,22 @@ vendor's servers.
|
||||
[List of changes](https://github.com/Freeyourgadget/Gadgetbridge/blob/master/CHANGELOG.md)
|
||||
|
||||
## Supported Devices
|
||||
* Pebble, Pebble Steel, Pebble Time, Pebble Time Steel, Pebble Time Round [Wiki](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Pebble)
|
||||
* Pebble 2 [Wiki](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Pebble)
|
||||
* Mi Band, Mi Band 1A, Mi Band 1S [Wiki](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Mi-Band)
|
||||
* Mi Band 2 [Wiki](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Mi-Band-2)
|
||||
* Mi Band 3 [Wiki](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Mi-Band-3)
|
||||
* Amazfit Bip [Wiki](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Amazfit-Bip)
|
||||
* Amazfit Cor (no maintainer) [Wiki](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Amazfit-Cor)
|
||||
* HPlus Devices (e.g. ZeBand) [Wiki](https://github.com/Freeyourgadget/Gadgetbridge/wiki/HPlus)
|
||||
* Teclast H10, H30 (WIP)
|
||||
* ID115 (WIP)
|
||||
* Lenovo Watch 9 (WIP)
|
||||
* Liveview (WIP)
|
||||
* Mi Band, Mi Band 1A, Mi Band 1S [Wiki](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Mi-Band)
|
||||
* Mi Band 2 [Wiki](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Mi-Band-2)
|
||||
* Mi Band 3 [Wiki](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Mi-Band-3)
|
||||
* NO.1 F1 (WIP)
|
||||
* ZeTime (WIP)
|
||||
* Liveview
|
||||
* Vibratissimo (experimental)
|
||||
* Pebble, Pebble Steel, Pebble Time, Pebble Time Steel, Pebble Time Round [Wiki](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Pebble)
|
||||
* Pebble 2 [Wiki](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Pebble)
|
||||
* Teclast H10, H30 (WIP)
|
||||
* XWatch (Affordable Chinese Casio-like smartwatches)
|
||||
* Vibratissimo (experimental)
|
||||
* ZeTime (WIP)
|
||||
|
||||
## Features
|
||||
|
||||
@ -96,6 +98,8 @@ For more information read [this wiki article](https://github.com/Freeyourgadget/
|
||||
* Sami Alaoui (Teclast H30)
|
||||
* "ladbsoft" (XWatch)
|
||||
* Sebastian Kranz (ZeTime)
|
||||
* Vadim Kaushan (ID115)
|
||||
* "maxirnilian" (Lenovo Watch 9)
|
||||
|
||||
## Contribute
|
||||
|
||||
|
@ -1,5 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.29.0" versioncode="137">
|
||||
<change>New Device: Initial support for ID115</change>
|
||||
<change>New Device: Initial support for Lenovo Watch9</change>
|
||||
<change>Show splash screen during startup</change>
|
||||
<change>Vertically align device icon in main activity</change>
|
||||
<change>Try to support the google clock application (untested)</change>
|
||||
<change>Amazfit Cor: Allow to configure displayed menu items</change>
|
||||
<change>Amazfit Cor: Support basic music control</change>
|
||||
<change>Amazfit Cor: Fix flashing font files</change>
|
||||
<change>Amazfit Bip: improved GPX export</change>
|
||||
<change>Amazfit Bip: Fix exported GPX file names for *FAT storage</change>
|
||||
<change>Amazfit Bip: Fix current weather not being displayed with later firmwares</change>
|
||||
<change>Amazfit Bip/Cor: Try to fix device being sometimes stuck in connecting state</change>
|
||||
<change>Mi Band 2: Put some device specific settings into its own settings category</change>
|
||||
<change>Mi Band 3: Support disabling of on-device menu items</change>
|
||||
<change>Mi Band 3: Support locking the Mi Band sceen (swipe up to unlock)</change>
|
||||
<change>Mi Band 2/3: New icon</change>
|
||||
<change>NO1 F1: Set time during initialization</change>
|
||||
</release>
|
||||
<release version="0.28.1" versioncode="135">
|
||||
<change>Fix wrong weather icon mapping in rare cases</change>
|
||||
<change>Fix device discovery on Android 4.4</change>
|
||||
|
17
fastlane/metadata/android/en-US/changelogs/136.txt
Normal file
17
fastlane/metadata/android/en-US/changelogs/136.txt
Normal file
@ -0,0 +1,17 @@
|
||||
* New Device: Initial support for ID115
|
||||
* New Device: Initial support for Lenovo Watch9
|
||||
* Show splash screen during startup
|
||||
* Vertically align device icon in main activity
|
||||
* Try to support the google clock application (untested)
|
||||
* Amazfit Cor: Allow to configure displayed menu items
|
||||
* Amazfit Cor: Support basic music control
|
||||
* Amazfit Cor: Fix flashing font files
|
||||
* Amazfit Bip: improved GPX export
|
||||
* Amazfit Bip: Fix exported GPX file names for *FAT storage
|
||||
* Amazfit Bip: Fix current weather not being displayed with later firmwares
|
||||
* Amazfit Bip/Cor: Try to fix device being sometimes stuck in connecting state
|
||||
* Mi Band 2: Put some device specific settings into its own settings category
|
||||
* Mi Band 3: Support disabling of on-device menu items
|
||||
* Mi Band 3: Support locking the Mi Band sceen (swipe up to unlock)
|
||||
* Mi Band 2/3: New icon
|
||||
* NO1 F1: Set time during initialization
|
Loading…
Reference in New Issue
Block a user