Skip to content

Commit

Permalink
1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
w2sv committed Dec 22, 2024
1 parent 6388987 commit 2dd10fb
Show file tree
Hide file tree
Showing 5 changed files with 1,203 additions and 606 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
9 changes: 6 additions & 3 deletions app/src/main/play/release-notes/en-US/production.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- New feature: reordering of WiFi properties 🚀
- Fixed occasionally occurring __MissingFieldException__ on newly added properties
- Made the __Copied to clipboard__ message on click on a WiFi property on the widget appear more reliably and improved its appearance
- 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
Loading

0 comments on commit 2dd10fb

Please sign in to comment.