wiki:Changelog

Version 388 (modified by Klumbumbus, 8 years ago) ( diff )

small reorder

Languages:

Changelog

This wiki page aims for providing user-friendly changelog for the tested releases of JOSM. Its granularity lies somewhere between the contents of StartupPage and the SVN log messages. Changes of Plugins are not listed here.

2016-02-??: Stable release r9??? (16.02)

  • major enhancements
  • medium enhancements
    • Mappaint: Selected nodes are now bigger and filled (r9451)
    • Remember user input when upload dialog is closed (r9462)
    • Preset dialog: display the related key in a tooltip (r9360, r9467)
    • New arrow on edit relation button lists recent relations (r9668, r9700, r9705, r9722)
  • minor enhancements
    • Presets/Map styles/Validator:
      • add/improve/fix/remove: denomination=spiritist (r9361, r9729), barrier=jersey_barrier (r9362), amenity=studio (r9363, r9418), trees (r9364, r9393), location (r9367), "highway link is not linked" test (r9381, r9397), tag checker auto-fixing (r9382), destination in roundabouts (r9386), building=* (r9392), traffic_sign=countrycode:signcode (r9415), shop=tobacco (r9420), seasonal=yes (r9425), power=portal,insulator and building=transformer_tower (r9433), power=cable_distribution_cabinet (r9434), natural=cliff (r9456), power=* (r9494, r9495, r9500), emergency group and new items emergency=ambulance_station,fire_hose,water_tank,emergency=assembly_point,siren (r9523), waterway=canal,ditch,wadi (r9538, r9552), Validate correct traffic flow at roundabouts (r9540), unnecessary motor_vehicle=yes warning (r9541), shop=cosmetics,perfumery (r9550), sport=* (r9561), cycleway:left/right=shared_lane (r9566), man_made=crane (r9589), amenity=swimming_pool (r9593), golf (icons by tumsi)(r9640, r9641, r9650, r9654), location:transition=yes (r9643), amenity=ice_cream (r9651), amenity=water_point (r9651), cuisine (r9652), craft (r9681), office area style (r9681), leisure=swimming_pool (r9690), shop=houseware (r9718), incline (r9723), traffic_calming (r9724), man_made=silo (r9725), maxheight=default|none (r9736), building:levels (r9737), multiple spaces in tag values (r9744), leisure=park (r9745), keys ending with a number (r9747, r9836), usage (r9794), "style for outer way mismatches polygon" warning (r9834), sport=ice_skatingsport=roller_skating (r9835), "lit on suspicious object" warning (r9837), missing/wrong railway=crossing|level_crossing validator warning (r9839), xxxx (r98), xxxx (r98), xxxx (r98), deprecated tags validator warnings (r9551), multipolygon validation (r9553, r9582:9584), untagged nodes outside of downloaded area (r9604), allow closedway for some more highway presets (r9554), deprecate some tags (r9435)
      • New icons for whole power group, water items and waypoint items; thanks to zermes for providing the new icons! (r9423, r9506, r9513, r9550)
    • Move "Search menu items" to Help menu (r9347, r9389, r9390, r9410)
    • MapCSS: basic support for :selected pseudoclass (r9341)
    • New preset type "multipolygon" (r9574, r9587, r9588, r9615, r9632, r9638)
    • Show notification about relations when unglueing (r9387)
    • Conflict Dialog: add user and changeset (r9468)
    • Conflict resolution: add expert actions "Resolve to my/their versions" in popup menu (only in expert mode) (r9440, r9452, r9482)
    • History Dialog: indicate the number of changeset comments (r9526)
    • History Dialog: only color code the changed part (r9450)
    • Allow to stop downloading GPS data and keep the downloaded part (r9509)
    • Upload dialog: allow select another user open changeset (r9519)
    • Changeset manager: allow to download objects from a changeset (r9521)
    • Imagery related improvements (r9340, r9391, r9396, r9414, r9610, r9613, r9617, r9619, r9620, r9628, r9642, r9664, r9682, r9731, r9755, r9756, r9768, r9807, r9826)
    • Default filename when saving layer (r9670)
    • OAuth improvements (r9350, r9352, r9355, r9356, r9374)
    • Improvements to dialog to set number of recently added tags (r9683)
    • Options to updated and hide items from list of recently added tags (r9743)
    • Improvements to Gpx/image correlation (r9726, r9727, r9739:9742)
    • Fix sorting when copying/pasting relation members (r9710)
    • Extend Save Layers dialog for more layer types; thanks to holgermappt for providing this patch! (r9751)
    • Advanced preferences: display default entries consistently (r9821)
    • Option to reverse zoom with mouse wheel (r9824)
    • Press Tab only once to jump from upload comment field to source field (r9463)
    • Choose color with double-click in color preferences (r9686)
    • More tests for validity of Styles and Presets at Jenkins. Check for errors if you make changes to your styles/presets, which are integrated in JOSM. (r9400)
    • Comparison between ​​GitHub project Editor Imagery Index and JOSM imagery lists (r9340, r9505, r9515, r9516, r9518, r9653, r9658, r9662)
    • 323 more minor bug fixes, enhancements, stability improvements, code improvements and code documentation, see SVN log messages of Milestone 16.02

2016-01-06: Stable release r9329 (16.01)

  • major enhancements
    • Fix memory leak from previous tested version (r9298)
  • medium enhancements
    • Unglue: ask the user about tags/membership (r9292, r9315)
  • minor enhancements
    • Presets/Map styles/Validator:
      • add/improve/fix: social_facility (r9285), diaper (r9287), maxspeed:hgv (r9288), culvert (r9294), entrance=staircase (r9302), tourism=wilderness_hut (r9302), tourism fill color (r9302), turn restriction validation (r9236, r9244), power validation (r9321)
      • New icons for whole health group, whole railway group and whole minor ways group; big thanks to zermes for providing the new icons! (r9286, r9306, r9307)
    • Improve display of icons (increase svg icons, square toolbar buttons) (r9251:9253, r9275, r9281)
    • Obtain icons from presets for nodes/relations in selection/relation list/editor (r9265)
    • Improve gpx speed coloring (r9234)
    • Change default color of waypoints and GPS tracks to magenta (r9248)
    • Relation list: re-filter after zooming (r9264)
    • Fix preference file backup system (r9311, r9312)
    • Small OAuth adjustments (r9300, r9301, r9313)
    • Possibility to download from mirror with all download action (r9241, r9242)
    • 71 more minor bug fixes, enhancements, stability improvements, code improvements and code documentation, see SVN log messages of Milestone 16.01

Older stable releases

See also

Note: See TracWiki for help on using the wiki.