Releases: JOSM/continuos-download
Releases · JOSM/continuos-download
v109
Full Changelog: v108...v109
v107
Full Changelog: v106...v107
v105
What's Changed
Full Changelog: v103...v105
v103
Full Changelog: v102...v103
v102
What's Changed
- Add auto-release GH workflow by @tsmock in #10
- Fix #16207: continuous download plugin is not downloading notes by @tsmock in #11
- Fix #12056: Follow checkboxes from JOSM download window by @tsmock in #12
- Fix #18825: Default shortcut conflict with core by @tsmock in #13
Full Changelog: v1.3.4...v102
v1.3.4
v1.3.3
v1.3.2: Fix #22351 and #21485
* Actually allow the worker thread to use the configured number of threads. This also changes the PostDownloadHandler to be run in the main thread -- this should avoid some CME issues. We also run the actual downloads in the plugin worker threads, instead of in the MainApplication.worker thread. We also have better canceling of tasks in the queue. * Detect downloads with too many nodes This disables automatic downloads until the user zooms in (there is a notification). This should fix JOSM #21485 with respect to continousDownload. * Fix #22351: NPE: Cannot invoke "java.util.Collection.isEmpty()" because "existing" is null
v1.3.1
v1.3.0
Make the plugin restartless Signed-off-by: Taylor Smock <[email protected]>