diff --git a/Makefile b/Makefile index 67631c28..1b2c51b3 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ publish: @$(MAKE) check @$(MAKE) clean # Required as 'publishBundle' publishes all .aab's in archive dir - @$(MAKE) baseline-profile + @#$(MAKE) baseline-profile @echo "Pushing latest changes";git add .;git commit -m "${VERSION}";git push diff --git a/README.md b/README.md index 5c6097ac..7f2749ea 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,11 @@ - **Configuration options:** - Appearance: - Size + - from 2x1 to fullscreen - Light/dark theme with static/dynamic, or entirely custom colors - Background opacity - Font size + - Property value alignment (left | right) - Displayed properties: - SSID - BSSID @@ -93,7 +95,7 @@ - City - Region - Country - - Continent + - Continent - GPS Location - ASN - ISP diff --git a/app/src/main/play/release-notes/en-US/production.txt b/app/src/main/play/release-notes/en-US/production.txt index 31cdcfa3..2b869423 100644 --- a/app/src/main/play/release-notes/en-US/production.txt +++ b/app/src/main/play/release-notes/en-US/production.txt @@ -1,6 +1,2 @@ -- Enable display of IPv4 subnet masks -- Enable configuration of location parameters -- Migrate to ip-api.com for more reliable (gps) location, isp & asn retrieval -- Fix reordering indication shadow on expanded items -- Improve IP Address type determination -- Left-align wifi property values on widget and in-app +- Enable configuration of property alignment on widget and set default back to right-aligned upon popular demand +- Enable resizing the widget to a width of 2 cells diff --git a/gradle.properties b/gradle.properties index aa5daf3d..cfd2f5db 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,5 +14,5 @@ android.nonTransitiveRClass=true android.uniquePackageNames=true android.nonFinalResIds=false # ======= Version ======= -version=1.6.2 -versionCode=64 +version=1.6.3 +versionCode=65