diff --git a/CHANGELOG.md b/CHANGELOG.md index 659453d..2e93469 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v0.2.0 (3 Jan 2025) + +* feat: show kernel version +* feat: show wifi, ip and mac +* feat: show override resolution +* feat: show application signature md5 +* feat: font adjust +* feat: add refresh devices button +* feat: support turkish [#6](https://github.com/liriliri/aya/pull/6) +* feat: support arabic [#9](https://github.com/liriliri/aya/pull/9) + ## v0.1.1 (28 Dec 2024) * fix: overview screen diff --git a/package.json b/package.json index a45dbb6..2e8826d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "AYA", - "version": "0.1.1", + "version": "0.2.0", "description": "Android adb desktop app", "main": "dist/main/index.js", "scripts": {