Skip to content

Commit 2dd10fb

Browse files
committed
1.6.2
1 parent 6388987 commit 2dd10fb

File tree

5 files changed

+1203
-606
lines changed

5 files changed

+1203
-606
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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
- New feature: reordering of WiFi properties 🚀
2-
- Fixed occasionally occurring __MissingFieldException__ on newly added properties
3-
- Made the __Copied to clipboard__ message on click on a WiFi property on the widget appear more reliably and improved its appearance
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

0 commit comments

Comments
 (0)