From 3ef053126bf52b58d9c5bbe44693ff0a7259d678 Mon Sep 17 00:00:00 2001 From: stopflock Date: Tue, 13 Jan 2026 15:03:07 -0600 Subject: [PATCH] fix changelog syntax issue - missing comma --- assets/changelog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/changelog.json b/assets/changelog.json index fc156ff..9b5230b 100644 --- a/assets/changelog.json +++ b/assets/changelog.json @@ -2,7 +2,7 @@ "2.3.1": { "content": [ "• Follow-me mode now automatically restores when add/edit/tag sheets are closed", - "• Follow-me button is greyed out while node sheets are open (add/edit/tag) since following doesn't make sense during node operations" + "• Follow-me button is greyed out while node sheets are open (add/edit/tag) since following doesn't make sense during node operations", "• Drop support for approximate location since I can't get it to work reliably; apologies" ] },