Skip to content

Releases: JOSM/Mapillary

v1.5.37.3: Fix JOSM-20617 and JOSM-20550

18 Mar 21:18
v1.5.37.3
Compare
Choose a tag to compare
  • Fix JOSM-20617 (Mapillary Images gone from map view)
  • Fix JOSM-20550 by changing some of the queuing logic

v1.5.37.2: Bug fixes, notify on new Mapillary version

19 Feb 16:36
v1.5.37.2
Compare
Choose a tag to compare
  • Fix JOSM-20504: Queues are not large enough for some export functions
  • Fix JOSM-20501: Fix a bug where a user could appear to be able to make
    Mapillary changes.
  • Add old version check (checks newest JOSM-tested and newest Mapillary
    plugin)

v1.5.37.1

11 Feb 00:32
v1.5.37.1
Compare
Choose a tag to compare
Fix JOSM-20470 and some lint issues

v1.5.36.4

10 Feb 23:57
v1.5.36.4
Compare
Choose a tag to compare

v1.5.37: Update to JOSM r17460

15 Jan 14:49
v1.5.37
Compare
Choose a tag to compare
This release makes the Mapillary plugin snappier by allowing third
parties to implement a simple interface (IQuadBucketType) in order to
search bboxes for data.

v1.5.36.3

14 Jan 19:51
v1.5.36.3
Compare
Choose a tag to compare

Fix JOSM #20369 and #20390.

v1.5.36.2

13 Jan 23:17
v1.5.36.2
Compare
Choose a tag to compare

v1.5.36.1

10 Jan 14:24
Compare
Choose a tag to compare

Fix JOSM-20368, which occurred when downloads were cancelled.

v1.5.36: Fix JOSM-20364

07 Jan 23:53
v1.5.36
fb4d64d
Compare
Choose a tag to compare
Also, a performance improvement from @GhostFoxSledgehammer (Kishan).

v1.5.35: Performance and bug fixes

07 Jan 17:29
v1.5.35
Compare
Choose a tag to compare
  • Alleviate JOSM-20361 (not reproduced, just catching exception and
    passing and logging). This may be due to JOSM-20295. This occurred on
    Mapillary image download.
  • Attempt to fix JOSM-20295 and similar (sequence downloads not working
    properly).
  • Alleviate JOSM-20331 (massive slowdown + CPU usage), but due to
    attempted fix for JOSM-20295, probably unnecessary. This does increase
    loading times (sorry).
  • Improve map view performance (using a QuadBuckets from JOSM).
    This isn't the best implementation (see JOSM-20363, which is a blocker
    for a better implementation).