Skip to content

Releases: JOSM/Mapillary

Release 1.5.8

30 Oct 22:42
v1.5.8
Compare
Choose a tag to compare

Release 1.5.7

02 Sep 21:45
v1.5.7
Compare
Choose a tag to compare
  • mark OSM objects as changed when adding Mapillary tags (see josm/15109 and #61) // e111ae6
  • update gradle-josm-plugin to version v0.1.3 // bb32178
  • remove all calls to now deprecated methods in JOSM core // dadeb16
  • fix AIOOBE in MapillaryImage.setAllDetections() (see josm/15163) // a8f36d0

Release 1.5.6

02 Sep 15:04
v1.5.6
Compare
Choose a tag to compare
  • Correctly determine, if changeset submission was successful (HTTP status 201, not 200) // 630d545
  • fix problems with destroying the MapObjectLayer (tickets josm/14848 and josm/14872) // b692108
  • use a common superclass KeyIndexedObject for things, that are identified by a unique key // b5807cd
  • improve unit tests and how they run in headless environments (like Jenkins) // 90b6d84 3f4732e 8edb17b 35079f7
  • use the Bash uploader of CodeCov, require code coverage >95% for model and code for the Mapillary API // a359513 6517649
  • use the new Gradle plugin for JOSM development, that way the boilerplate code can be reused across different JOSM plugins in the future // 81970b9 33a59ed

Note: The minimum required JOSM version (12128 → 12675) and the JOSM version against which the plugin is compiled (12275 → 12677) have changed // 6cb7052 4050f7d d96c0e3

Release 1.5.5

20 Jun 23:25
v1.5.5
Compare
Choose a tag to compare
  • fix layer repaint issue (see #59) // ab88bf2
  • increase code coverage of package for JSON decoding to 100% // 925dd7c

Release 1.5.4

20 Jun 19:01
v1.5.4
Compare
Choose a tag to compare
  • allow importing from existing GeoImageLayer // 3547acd
  • prepare for image detections other than traffic signs (these are painted green instead of orange and without the icon) // a62194d
  • no longer use APIv2, APIv3 is now also used for login and changeset submission // 555dc47
  • allow opening a Mapillary layer without an open OsmDataLayer // 81056da
  • make layer stats more detailed (previously only the combined count of imported and downloaded images was displayed) // 1b5242e
  • the minimum required JOSM (10824 → 12128) and the JOSM version against which the plugin is compiled (11826 → 12275) have changed // c018e22 aa57b29
  • various smaller fixes and i18n updates…

Release 1.5.3 (hotfix for 1.5.2)

17 Apr 18:08
v1.5.3
Compare
Choose a tag to compare

Hotfix for 1.5.2: The method generating URLs for downloading images was broken, so only cached images were displayed. This is now fixed in this release.

Release 1.5.2

17 Apr 13:28
v1.5.2
Compare
Choose a tag to compare

Note: This release contains a bug, which prevents the plugin from downloading the thumbnails for the Mapillary images (see #48 (comment)). All users are recommended to upgrade to v1.5.3, which is completely the same except it also includes a fix for the aforementioned issue.

Release 1.5.1

15 Apr 17:32
v1.5.1
Compare
Choose a tag to compare
  • fix deadlock in MapillaryData
  • add more unit tests for JsonDecoders
  • fix serialization of UserProfile
  • Fix NullPointerException when calling equals() or hashCode() on a MapillaryImportedImage with file set to null

Release 1.5.0

10 Apr 15:35
v1.5.0
Compare
Choose a tag to compare
  • traffic signs are now shown on top of the image (can be deactivated in the ImageInfoPanel)
  • new MapObjectLayer (not interactive at the moment)
  • switch to APIv3, drop most of APIv2
  • rework JSON decoding (with good code coverage), decoding is now separated from downloading
  • no longer cut off sequences at the bounds of the downloaded area
  • improve MapillarySquareDownloader, remove unnecessary ThreadPoolExecutors
  • the ImageInfoPanel now shows the username and avatar of the user who uploaded the image
  • update filter with new sign names
  • avoid triggering keyboard shortcuts when entering a username into the filter (#35)
  • minor bug & code style fixes
  • update I18n

Release 1.4.2

08 Mar 22:07
v1.4.2
Compare
Choose a tag to compare