From 816dadfbd136be748f2769e60946172b350e16a4 Mon Sep 17 00:00:00 2001 From: stopflock Date: Tue, 23 Dec 2025 17:58:06 -0600 Subject: [PATCH] devibe changelog --- assets/changelog.json | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/assets/changelog.json b/assets/changelog.json index c8194ba..603aa4f 100644 --- a/assets/changelog.json +++ b/assets/changelog.json @@ -1,19 +1,14 @@ { "2.3.0": { "content": [ - "• MAJOR: Concurrent upload processing - uploads now process simultaneously instead of waiting in line", - "• Upload queue processing is now 3-5x faster for users with good internet connections", - "• Reduced queue processing interval from 10 seconds to 5 seconds for faster startup of new uploads", - "• Multiple uploads can now progress through their stages (create changeset → upload node → close changeset) at the same time", - "• Configurable concurrency limit (max 5 simultaneous uploads) prevents overwhelming OSM servers", - "• All existing error handling and retry logic preserved - only the timing has been improved" + "• Concurrent upload queue processing", + "• Each submission is now much faster" ] }, "2.2.1": { "content": [ - "• Fixed network status indicator timing out prematurely while split requests were still loading", - "• Network status now accurately shows 'taking a while' when requests split or backoff, and only shows 'timed out' for actual network failures", - "• Removed artificial timeout timers in favor of reporting actual request status events" + "• Fixed network status indicator timing out prematurely", + "• Network status now accurately shows 'taking a while' when requests split or backoff, and only shows 'timed out' for actual network failures" ] }, "2.2.0": {