devibe changelog

This commit is contained in:
stopflock
2025-12-23 17:58:06 -06:00
parent 607ecbafaf
commit 816dadfbd1

View File

@@ -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": {