Skip to content

Commit

Permalink
1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
w2sv committed Dec 28, 2024
1 parent 19d191b commit c4a1e50
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -93,7 +95,7 @@
- City
- Region
- Country
- Continent
- Continent
- GPS Location
- ASN
- ISP
Expand Down
8 changes: 2 additions & 6 deletions app/src/main/play/release-notes/en-US/production.txt
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c4a1e50

Please sign in to comment.