Skip to content

Releases: JOSM/continuos-download

v109

09 Jan 11:47
Compare
Choose a tag to compare

Full Changelog: v108...v109

v107

01 Oct 14:23
0f8f5a6
Compare
Choose a tag to compare

Full Changelog: v106...v107

v105

26 Aug 13:41
d437304
Compare
Choose a tag to compare

What's Changed

  • Fix #23879: NPE when the OSM API doesn't respond by @tsmock in #14

Full Changelog: v103...v105

v103

06 Nov 15:31
d2853e6
Compare
Choose a tag to compare

Full Changelog: v102...v103

v102

13 Oct 10:58
86a3ab9
Compare
Choose a tag to compare

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

16 May 14:59
v1.3.4
83fccdd
Compare
Choose a tag to compare
Fix #22839: NPE at AbstractDownloadStrategy.getExisting()

v1.3.3

28 Sep 18:37
v1.3.3
f6527ec
Compare
Choose a tag to compare
Fix #22363: Worker thread is blocked on server 400 response

v1.3.2: Fix #22351 and #21485

06 Sep 22:18
v1.3.2
acb6aec
Compare
Choose a tag to compare
* 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

25 Aug 15:08
Compare
Choose a tag to compare
fix #20958 - NPE

v1.3.0

20 Jan 23:10
Compare
Choose a tag to compare
Make the plugin restartless

Signed-off-by: Taylor Smock <[email protected]>