Skip to content

Commit c4a1e50

Browse files
committed
1.6.3
1 parent 19d191b commit c4a1e50

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,11 @@
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
@@ -93,7 +95,7 @@
9395
- City
9496
- Region
9597
- Country
96-
- Continent
98+
- Continent
9799
- GPS Location
98100
- ASN
99101
- ISP
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
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

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ android.nonTransitiveRClass=true
1414
android.uniquePackageNames=true
1515
android.nonFinalResIds=false
1616
# ======= Version =======
17-
version=1.6.2
18-
versionCode=64
17+
version=1.6.3
18+
versionCode=65

0 commit comments

Comments
 (0)