diff --git a/CHANGELOG.md b/CHANGELOG.md index fd231ee..a323258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.0.6 +- Show a warning about when the rates are outdated +- Show an error when rates are missing +- Changed icons to be transparent + ## 1.0.5 - Complete infrastructure revamp - Changed from private api to 'Exchange Rate API' diff --git a/manifest.json b/manifest.json index f9efe71..67a7c1b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Buff Currency Converter", "description": "Easily convert currencies on buff.163.com", - "version": "1.0.5", + "version": "1.0.6", "permissions": ["alarms", "storage"], "host_permissions": ["*://buff.163.com/*"], "manifest_version": 3,