File tree Expand file tree Collapse file tree 4 files changed +8
-10
lines changed
app/src/main/play/release-notes/en-US Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ publish:
5959 @$(MAKE) check
6060
6161 @$(MAKE) clean # Required as 'publishBundle' publishes all .aab's in archive dir
62- @$(MAKE) baseline-profile
62+ @# $(MAKE) baseline-profile
6363
6464 @echo "Pushing latest changes";git add .;git commit -m "${VERSION}";git push
6565
Original file line number Diff line number Diff line change 5656- ** Configuration options:**
5757 - Appearance:
5858 - Size
59+ - from 2x1 to fullscreen
5960 - Light/dark theme with static/dynamic, or entirely custom colors
6061 - Background opacity
6162 - Font size
63+ - Property value alignment (left | right)
6264 - Displayed properties:
6365 - SSID
6466 - BSSID
9395 - City
9496 - Region
9597 - Country
96- - Continent
98+ - Continent
9799 - GPS Location
98100 - ASN
99101 - ISP
Original file line number Diff line number Diff line change 1- - Enable display of IPv4 subnet masks
2- - Enable configuration of location parameters
3- - Migrate to ip-api.com for more reliable (gps) location, isp & asn retrieval
4- - Fix reordering indication shadow on expanded items
5- - Improve IP Address type determination
6- - Left-align wifi property values on widget and in-app
1+ - Enable configuration of property alignment on widget and set default back to right-aligned upon popular demand
2+ - Enable resizing the widget to a width of 2 cells
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ android.nonTransitiveRClass=true
1414android.uniquePackageNames =true
1515android.nonFinalResIds =false
1616# ======= Version =======
17- version =1.6.2
18- versionCode =64
17+ version =1.6.3
18+ versionCode =65
You can’t perform that action at this time.
0 commit comments