diff --git a/debian/changelog b/debian/changelog index f9a11e7..610919a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +zeppplayer (1.6.7-1) bookworm jammy kinetic lunar; urgency=medium + + * Fix: month in RTC + * Fix: don't call delegate resume_call on AOD/edit + * Restore old properties order in UI + + -- MelianMiko Thu, 01 Jun 2023 14:07:42 +0700 + zeppplayer (1.6.6-1) bookworm jammy kinetic lunar; urgency=medium * Fix some bugs, continue rewrite to TypeScript diff --git a/package.json b/package.json index 83444bd..c278b3b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zeppplayer", - "version": "1.6.6", - "description": "Mi Band 7 preview tool", + "version": "1.6.7", + "description": "Unofficial ZeppOS emulator", "main": "app/zepp_player/cli.js", "scripts": { "browser:build": "esbuild --bundle --outdir=app src/index.browser.js",