Changes between Version 759 and Version 1033 of Changelog


Ignore:
Timestamp:
(multiple changes)
Author:
(multiple changes)
Comment:
(multiple changes)

Legend:

Unmodified
Added
Removed
Modified
  • Changelog

    v759 v1033  
    11[[TranslatedPages]]
    22[[PageOutline(2-15,Table of Contents)]]
     3
    34= Changelog =
    4 
    5 This page provides an user-friendly changelog for the [wikitr:/Releases stable releases] of JOSM. Its granularity lies between the contents of the [[StartupPage]] and the [/log SVN log messages].
     5This page provides an user-friendly changelog for the [wikitr:/Releases stable releases] of JOSM. Its granularity lies between the contents of the [wikitr:/StartupPage] and the [/log SVN log messages].
    66* This list contains mainly enhancements and changes.
    77* Bug fixes are seldom listed here (although a major part of each release are bug fixes). See the link ''SVN log messages of milestone YY.MM'' at the end of each chapter to search for fixed bugs.
    8 * Changes of external resources ([wikitr:/Presets Presets], [wikitr:/Styles Map Paint Styles], [wikitr:/Rules Validator Rules], [wikitr:/Maps Imageries] and [wikitr:Plugins Plugins]) are not listed here.
    9 * The JOSM related changes noted on [https://trac.openstreetmap.org/search?q=%23josm&noquickjump=1&changeset=on osm trac] are not listed here as well.
     8* Changes of external resources ([wikitr:/Presets Presets], [wikitr:/Styles Map Paint Styles], [wikitr:/Rules Validator Rules], [wikitr:/Maps Imageries] and [wikitr:/Plugins Plugins]) are not listed here.
    109
    11 == 2019-10-??: Stable release 15??? ([milestone:"19.10" 19.10]) == #stable-release-19.10
    12 * major enhancements
    13   * Allow zoom in TMS layer up to 24 (#18064)
    14   * Add GeoJSON import, with limited support of named CRS (#10564, #17495)
    15 * medium enhancements
    16   * Catch impossible angles in highways (#18127)
    17   * Highlight affected relation members in role validation warnings (#14253)
    18   * Simplify track during GPX layer -> data layer conversion (#2760)
    19   * Improve performance of "Upload selection" checks (#13890)
    20   * Add icons to preset `<check>`s (#13015)
    21   * Add new Mode menu, listing map modes (#12662)
    22 * minor enhancements
    23   * Disable upload and save buttons when not needed (#12669)
    24   * Set the default system of measurement based on current country (r15395)
    25   * Create track segment names from gpx layer name if there is no 'name' attribute present in the actual gpx (#18012)
    26   * Handle "resource:" URLs identical for cached files and images (#18190)
    27   * Check that validation autofix works as expected (#14424)
    28   * Display GPX creator field in GPX layer info component (r15421)
    29   * Presets: verify that wiki links are no redirect (#17240)
    30   * Adapt 'Merge' button text to 'Merge layer' and 'Merge selection' actions (#18216)
    31   * make layer numbering an expert feature, configurable with `layerlist.display.numbers` advanced preference (#17221)
    32   * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules:
    33     * add shop=pet_grooming, deprecate shop=dog_grooming (#18154)
    34     * add ice_road=yes and winter_road=yes (#18205)
    35     * add aerialway=zip_line (#18206)
    36     * remove legacy tags from stop position preset (#18209)
    37     * fix accepted power route roles (#18219)
    38     * warn about railway:switch=* without railway=switch (r15433)
    39     * warn about suspicious highway=* construction=* combinations (#18203)
    40     * exclude oneway=reversible from odd number of lanes check (#18185)
    41     * don't warn about "Combined foot- and cycleway without segregated" in case of foot=use_sidepath or bicycle=use_sidepath (#18183)
    42     * don't warn about unconnected waterway=ditch (#16334)
    43     * deprecate tower:type=anchor|suspension in favor of line_attachment=anchor|suspension (#17984)
    44   * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=15456&stop_rev=15391&limit=900 SVN log messages of milestone 19.10]
    45 
    46 == 2019-09-30: Stable release 15390 ([milestone:"19.09" 19.09]) == #stable-release-19.09
    47 * major enhancements
    48   * Display layer number in layer list, to ease using toggle layer shortcuts (#17221)
    49 * medium enhancements
    50   * Option to move multiple images at once (#11905)
    51   * Deselect and remove multiple images in the ImageViewerDialog (#18119)
    52   * Select next image after one was removed (#18130)
    53   * don't 'download along' already downloaded areas (#18116)
    54 * minor enhancements
    55   * Add method to get unique values in mapcss (#18085)
    56   * Show a notification if no notes can be downloaded (#18105)
    57   * support short date/time format in RTKLib .pos files (#18114)
    58   * don't warn about potentially deleted objects when using download along several times (#18118)
    59   * Show a notification if no notes can be downloaded (#18105)
    60   * convert recycling:metal to recycling:scrap_metal (#18147)
    61   * Allow splitting a connectivity/restriction relation with multiple via-ways (#18088)
    62   * DownloadAlong: "Download as new layer" button added (#18050)
    63   * disable "download as new layer" button instead of hiding it (#17310)
    64   * sort plugins by name in about panel, and display loaded version (#17505)
    65   * refresh relation member table connectivity after a change of member ways nodes (#13592)
    66   * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules:
    67     * add various airport validator rules (warn about iata and icao without aeroway=helipad or aeroway=aerodrome, warn about wrong iata and icao codes, warn about aeroway=helipad or aeroway=aerodrome without faa (info level, US only), warn about aeroway=helipad or aeroway=aerodrome without icao and iata (info level, US only and only if faa does not contain nunbers, which indicates small airports), warn about aeroway=runway without ref and surface (info level), enhance Helipad preset, #15107)
    68     * Improve "Way end node near other way" validator test (#18051, #18106)
    69     * Improve "Tag value contains non-printing character" warning text (#18079)
    70     * add icons for craft=metal_construction and craft=carpenter (#12575)
    71     * Improve unconnected ways test (check if barrier is between unconnected highways, don't ignore nodes which are only "connected" via a long detour (4 x mindist), don't report ways with different layer=* values, and more under the hood rework, #6102, #11778)
    72     * add additional transport modes in ConditionalKeys test (#18124)
    73     * warning for amenity=recycling without recycling:* (#18151)
    74     * convert recycling:metal to recycling:scrap_metal (#18152)
    75     * consider junction=circular like junction=roundabout (#18047)
    76     * add name context to translate "Parking" differently for cars/bikes (#18141)
    77     * OverlappingWays: exclude tourism=camp_site (#18163)
    78     * OverlappingWays: exclude indoor= (#15815)
    79     * prefer location=roof over location=rooftop, location over generator:location (#18153)
    80     * detect duplicated relations even if members order differ (#11388)
    81     * remove duplicate warning for unusual direction (#18148)
    82   * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=15390&stop_rev=15323&limit=900 SVN log messages of milestone 19.09]
    83 
    84 == 2019-08-26: Stable release 15322 ([milestone:"19.08" 19.08]) == #stable-release-19.08
    85 * major enhancements
    86   * New logo (#18009)
    87   * Add arbitrary changeset tags via remote control (#18038)
    88 * medium enhancements
    89   * MapCSS: add new functions to retrieve OSM metadata: osm_user_name, osm_user_id, osm_version, osm_changeset_id, osm_timestamp (#17885)
    90   * MapCSS: Add sort method (#17995)
    91   * MapCSS: add tag_regex method to get keys by regex for comparison functions (#18057)
    92   * Mappaint styles: keep the style settings menu open after one has been selected (#10435)
    93   * Mappaint styles: Enable grouping of similar style settings for enabling/disabling several settings at once (#10435)
    94   * support RTKLib Positioning Solution files. Add new "Quality" GPX color mode (#17829)
    95   * Avoid adding multiple conflicts for single object (#17875)
    96 * minor enhancements
    97   * Enable download of incomplete members from cloned relations in relation editor (#17910)
    98   * don't include ImageryInfo field names in imagery search (#17918)
    99   * Don't break connectivity relations when ways are split (#17931)
    100   * display number of incomplete objects in OSM data layer information (#17979)
    101   * add missing space between name of wms endpoint and layer name (#18054)
    102   * add a workaround for IPv6 routing issues to api.openstreetmap.org (r15320, r15321)
    103   * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules:
    104     * remove check for old-style multipolygons (removed from OSM database in May 2017) (#17886)
    105     * Remove warning directing cycleway and footway taggings toward highway=path (#17901)
    106     * update piste:type values and make them searchable (r15252)
    107     * add bridge:movable=retractable and tilt (#17938)
    108     * don't warn about oneway on aeroway=runway or taxiway (r15254)
    109     * harmonize colors, warn about descriptive name=Hydrant (r15255)
    110     * disable addr:street together with addr:place warning in CZ and DK (#17604)
    111     * add preset and rendering support for highway=cycleway + foot=designated and highway=footway + bicycle=designated schema (#11780)
    112     * add manhole preset and warn about manhole=* without man_made=manhole (#17947)
    113     * deprecate amenity=garages, amenity=garage, office=real_estate, amenity=winery, shop=winery, amenity=youth_centre, bridge=pontoon, building:type, escalator, fenced, highway=abandoned, historic_name, landuse=field, leisure=beach, leisure=club, leisure=video_arcade, man_made=jetty, man_made=village_pump, man_made=water_tank, natural=moor, noexit=no, shop=dive, shop=furnace, sport=paragliding, tourism=bed_and_breakfast (#17370)
    114     * add guest_house=*, community_centre=*, community_centre:for=* (#17370)
    115     * replace diaper by changing_table and add validator rules (#17880)
    116     * warn about roof:shape=half_hipped (#17990)
    117     * warn about highway=cycleway cycleway=track (#17967)
    118     * warn about bridge_name and add bridge:name to bridge and movable bridge preset (#18003)
    119     * warn about generator:source, generator:method or generator:type without power=generator (#17997)
    120     * warn about Combined foot- and cycleway without segregated (except if surface is any kind of unpaved) (#17973)
    121     * remove special rendering of deprecated tags type=conifer and type=broad_leaved (#18010)
    122     * warn about access=public (#18007)
    123     * add most common opening_hours and collection_times (r15272)
    124     * replace crossing=island by crossing:island=yes (#17330)
    125     * new public_transport=platform icon (#17977)
    126     * Run "Building with an almost square angle" test only on ways inside download area (#18000)
    127     * don't warn about missing ref=* on highway=* if it is part of a type=route route=road relation which has a ref=* (#17970)
    128     * warn about highway=crossing crossing=no and railway=crossing crossing=no (#17330)
    129     * don't warn about unclosed sport=karting (r15297)
    130     * add resource to quarry preset (#18048)
    131     * add crop=sugarcane, coffea_plants (r15299)
    132     * add rendering for amenity=car_pooling and improve icon (#17780)
    133     * don't warn about "value games of key shop is unknown, maybe gas is meant" (#17987)
    134     * add barrier=handrail (#18055)
    135     * add superroute (#17908)
    136     * add police=* preset (Non-public police facility) and warn about police=yes and police=* together with amenity=police (#17950)
    137     * add emergency=emergency_ward_entrance and warn about emergency_ward_entrance=* without emergency=emergency_ward_entrance (#17989)
    138     * warn about most used non-building-type building values (#17786)
    139     * warn about footway=crossing and cycleway=crossing on nodes (#18060)
    140     * restore display of tram when tagged together or overlapping with highway, handle light_rail the same as tram, i.e. draw on top of highway and don't warn about missing railway=crossing|level_crossing (#18070, #17022)
    141   * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=15322&stop_rev=15239&limit=900 SVN log messages of milestone 19.08]
    142 
    143 (Milestone 19.07 was skipped.)
    144 
    145 == 2019-07-10: Stable release 15238 ([milestone:"19.06" 19.06]) == #stable-release-19.06
    146 (First version 15234 was released as stable version and due to major bugs the versions 15237 and 15238 were released as hotfixes.)
    147 * major enhancements
    148   * filter imagery list by (localized) country name (#17781)
    149 * medium enhancements
    150   * bugfix: incompletely downloaded turn restrictions did sometimes break when splitting the from way (#17810)
    151   * display external resources icons in the preferences (#13458)
    152   * display IPTC metadata from jpeg/tiff images (caption, headline, keywords, object name) (#17848)
    153   * add dedicated buttons in filter dialog to sort/reverse filters order. (#14208)
    154   * add HTTP/2 support (needs Java 11 and http2 plugin, #17861)
    155 * minor enhancements
    156   * improve CreateMultipolygonAction (#17768)
    157   * improve filter dialog table header (dynamic width, sortable) (#14208)
    158   * Improve performance when loading or validating complex multipolygon relation (#17819)
    159   * command line: Use %U code for Linux desktop Exec parameter to allow URLs in addition to file path (#17824)
    160   * allow to download geo: URI from the command line (#17825)
    161   * support Geo URIs with WGS84 CRS and/or uncertainty (#17825)
    162   * fix Create/Update multipolygon with touching inner rings (#17768)
    163   * increase decimal places of length in statusbar from one to two (#17823)
    164   * Don't zoom to download area by default for "Update Data" and "Download Along" actions. (#17871)
    165   * use a proper icon for "reorder imagery layers" action (#17826)
    166   * Replace OSM History Viewer (osmrmhv) by OSM History Viewer (Mapki) (#17621)
    167   * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules:
    168     * add amenity=car_pooling (#17780)
    169     * add nudism attribute to beach, beach resort and campsite presets (r15157)
    170     * make siren:purpose a multiselect and searchable (#17787)
    171     * add building=bakehouse (#17797)
    172     * add Diet preset and link it in some others (#17043)
    173     * deprecate cuisine=vegan|vegetarian in favor of diet:vegan|vegetarian (#17043)
    174     * add more cuisine=* values (#17043)
    175     * add opening_hours:kitchen=* (#17798)
    176     * deprecate kitchen_hours=* in favor of opening_hours:kitchen=* (#17798)
    177     * add reservation=* to more presets (#17798)
    178     * add wetland=fen  (#17799)
    179     * add cemetery=sector (#17804)
    180     * warn about cemetery=sector together with landuse=cemetery (#17804)
    181     * add icon for craft=hvac (r15170)
    182     * add rendering for telecom presets (#17689, #17690, #17692)
    183     * add man_made=street_cabinet (#17814)
    184     * add shop=party (#17434)
    185     * add shop=doors (#17434)
    186     * add railway=railway_crossing (#17834)
    187     * less obtrusive railway=switch icon (r15188)
    188     * add railway:switch=* combo in railway=switch preset (r15188)
    189     * add junction:ref=* to motorway_link, trunk_link and primary_link presets (#17791)
    190     * add direction=* to traffic_sign presets (#17815)
    191     * warn about traffic_sign=maxspeed without maxspeed=* (r15190)
    192     * add bridge=boardwalk and remove deprecated bridge=swing in rendering (#10447)
    193     * don't warn about maxspeed on suspicious object if traffic_sign:forward or traffic_sign:backward is present (#17844)
    194     * add traffic_signals:direction to Traffic Signal preset (#17808)
    195     * add cycleway=asl (#10618)
    196     * draw man_made=dyke below highway=* in own layer to see the highway if tagged on the same way (#17741)
    197     * add amenity=money_transfer (#17681)
    198     * deprecate shop=money_transfer (#17681)
    199     * deprecate contact:google_plus (r15200)
    200     * add highway=toll_gantry (#16989)
    201     * add enforcement=toll to enforcement relation preset (r15201)
    202     * remove strange voltage value 15000;200000 (#17174)
    203     * don't warn about building=trullo not in presets (r15212)
    204   * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=15238&stop_rev=15156&limit=900 SVN log messages of milestone 19.06]
    205 
    206 == 2019-06-02: Stable release 15155 ([milestone:"19.05" 19.05]) == #stable-release-19.05
    207 (First version 15150 was released as stable version and due to major bugs version 15155 was released as hotfix.)
    208 * major enhancements
    209   * add category icons in imagery preferences, add tooltips and a box to filter the list (#16301)
    210   * display dynamic imagery entries in sub menus when they have category not equal to photo (#17676, #17779)
    211 * medium enhancements
    212   * mapcss: 4 new operators: ⊆,⊈,⊇,⊉ (#10391)
    213 * minor enhancements
    214   * allow to define exceptions to the list of forbidden terms, through upload.comment.exception-terms property (#17634)
    215   * Remove google from default list of forbidden terms. Useful for DWG. (#17634)
    216   * Fix timezones and DST for image correlation (#17576)
    217   * Add new functions for plugin developers to find distances between primitives (#17616)
    218   * preset layout: don't merge single checks into immediate following checkgroup (#17698)
    219   * display a notification if the user is blocked (#17722)
    220   * load "MicroSec e-Szigno Root CA 2009" certificate, used by city of Budapest (#17668)
    221   * improve Update multipolygon feature (#17767)
    222   * Search dialog: input field reacts on changes in radio buttons (#17754)
    223   * Search dialog: detect invalid MapCSS search expressions (#17746)
    224   * ignore unclosed ways and multipolygons with unclosed outer rings in methods Geometry.filterInsidePolygon() and Geometry.filterInsideMultipolygon() (#17745)
    225   * possibility to set the Bing API key using jmapviewer.bing.api-key (#17744)
    226   * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules:
    227     * don't warn about arrows as unusual Unicode character (#17667)
    228     * don't warn about duplicate address if they have different addr:suburb (#17674)
    229     * warn about even more descriptive names: name=school|école|Школа|parc|park (#17633)
    230     * render tunnel=flooded like tunnel=culvert  (#17693)
    231     * add diameter and pressure to pipeline and penstock presets (#17694)
    232     * improve crossing and contains (x inside y) validator tests (#12627, #14287, #14289, #17695)
    233     * draw man_made=cutline below highway=* in own layer. Adapt color and width. (#17704)
    234     * make TurnrestrictionTest aware of conditional restrictions (#17709)
    235     * add bridge/tunnel/embankement/cutting checks to railway presets (#17650)
    236     * better preset layout bridge/tunnel/embankement/cutting checks in two columns (#17650)
    237     * remove incline from highway=bus_guideway preset (#17650)
    238     * remove incline and oneway from roundabout preset  (#17650)
    239     * remove branch=* from all power related presets (#17707)
    240     * remove voltage=* and frequency=* from power=plant presets (#17707)
    241     * add a warning about voltage=* and frequency=* on power=plant (#17707)
    242     * add plant:source to power=plant presets (#17707)
    243     * detect if a oneway in a relation may be going in the wrong direction (#17501)
    244     * add natural=strait (#17731)
    245     * allow lines for natural=bay , add bay=fjord checkbox in natural=bay preset, don't warn about long way segments of bay=fjord ways (#17727)
    246     * deprecate leisure=common (#17556)
    247     * add passenger_information_display and route_ref to public_transport=platform and highway=bus_stop presets (#17713)
    248     * add shop=watches (#17519)
    249     * warn about junction=yes together with highway=* (#17623)
    250     * warn about "A linear object highway=* without area=yes has a tag indicating that it is an area" at info level (#17623)
    251     * warn about power=plant together with generator:*=* and power=generator together with plant:*=* (#17644)
    252     * add telecom presets (street_cabinet=telecom, telecom=exchange, telecom=connection_point, telecom=service_device) (#17689, #17690, #17692)
    253     * don't throw warning "node connects highway and building" for entrance nodes (r15118)
    254     * Don't produce warning "Unknown property value - Value 'bank' for key 'building' is unknown, maybe 'barn' is meant?" (#17055)
    255     * Don't produce warning "Unknown property value - Value 'peat' for key 'resource' is unknown, maybe 'lead' is meant?" (#17762)
    256     * Don't produce "Relations with same members" for relations without members. They will be flagged as empty relations. (#17011)
    257     * Pipeline valve preset extension (#17719)
    258     * don't warn about addr:housenumber=bb in Bosnia and Herzegovina (#17486)
    259     * report building=hangar outside of aeroway (#10391)
    260   * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=15155&stop_rev=15032&limit=900 SVN log messages of milestone 19.05]
    261 
    262 == 2019-04-29: Stable release 15031 ([milestone:"19.04" 19.04]) == #stable-release-19.04
    263 * major enhancements
    264   * major bugfix: fixed several cases where changeset could be uploaded with a previous comment (#11168, #13474, #17452)
    265   * Merge the plugin download_along into core, the menu item "Download along..." moved from the "More tools" to the "File" menu. Improve its functionallity too. (#17551)
    266 * medium enhancements
    267   * drastically improve performance for SimplifyWayAction when used with very complex ways (#16102)
    268   * improve offline startup time on Windows by making certificate download optional (#17619)
    269   * display lines for local gpx tracks without tags (#17596)
    270   * possibility to reject uploads that do not follow comment/source upload policy, using the following 4 new properties: `upload.comment.forbidden-terms`, `upload.comment.mandatory-terms`, `upload.source.forbidden-terms`, `upload.source.mandatory-terms` (#17634)
    271   * reject uploads with source=google (#17634)
    272 * minor enhancements
    273   * fix a bug at the offset handling of geotagged images (#16846)
    274   * improve error handling of write protected files (#17237)
    275   * adjust "Zoom to download"/"Zoom to downloaded data" behavior and add new preference `zoom.scale-follow-native-resolution-at-load` (#17591)
    276   * fix a bug with filters of locked layers (#17610)
    277   * Allow to configure shortcut for "Move Node" action (#17654)
    278   * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules:
    279     * warn about highly suspicious Unicode characters (#17546, #17595)
    280     * warn about unnecessary gnis:Class tags (#17547)
    281     * warn about addr:housenumber without number (#17486)
    282     * raise "questionable key (ending with a number)" to warning level (#17554)
    283     * add wall=castle_wall, seawall and flood_wall (#17507)
    284     * add shop=carpet (#17557)
    285     * improve turn restriction validator warnings (#17561, #17567)
    286     * don't warn about man_made=wildlife_crossing together with bridge|tunnel=yes (#17570)
    287     * don't warn about psv=* on barrier=bollard (#17572)
    288     * remove building:ruian:type check (#17482)
    289     * warn about tracktype=grade1 with surface which does not fit with grade1 (#17592)
    290     * warn about tracktype=grade2 with surface=sand|mud (#17594)
    291     * improve messages created by RelationChecker (#17567)
    292     * raise addr:street together with addr:place to warning level (#17604)
    293     * warn about type=associatedStreet in germany (#17484)
    294     * add icon for craft=sawmill (r14998)
    295     * add sport=fitness (r15002)
    296     * warn about building:part=* together with building=* (#17630)
    297     * warn about sport=football (#17593)
    298     * warn about more descriptive names (#17629)
    299     * improve overlapping areas test (#17614)
    300     * improve "node connects highway and building" test (#17025)
    301     * allow the user to change the color of tagged nodes which don't get an icon on high zoom (#17147)
    302     * add material combo to historic=memorial preset (r15017)
    303     * improve inside area test (#17652)
    304     * improve performance of selecting complex multipolygons with double click (#17652)
    305     * improve performance in validator by not running "information" level checks if not wanted (#17656)
    306     * don't warn about shop=boat is unknown, maybe bag is meant (#17655)
    307     * don't warn about shop=tiles is unknown, maybe tyres is meant  (#17631)
    308   * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=15031&stop_rev=14946&limit=900 SVN log messages of milestone 19.04]
    309 
    310 == 2019-03-31: Stable release 14945 ([milestone:"19.03" 19.03]) == #stable-release-19.03
    311 * major enhancements
    312   * various improvements to the validator panel (see below)
    313 * medium enhancements
    314   * Validator dialog: manage ignore list (r14828, r14842, r14851, r14852, r14939)
    315   * Validator dialog: update validator tree when primitives are purged or removed and existing errors refer to those primitives (r14849, r14856, r14892, r14907)
    316   * Validator dialog: improve performance (r14845, r14855, r14857)
    317   * Validator dialog: add "Ignore for now" feature (r14889, r14894, r14912, r14931, r14893)
    318   * improve performance for GPX layer action "Download from OSM along this track" (r14868, r14872)
    319   * show last ''used'' tags in Add Tag Dialog, not only last ''added'' tags (r14926)
    320 * minor enhancements
    321   * Validator dialog: Disable buttons when they are not functional (r14825, r14847, r14858)
    322   * Validator dialog: improved Lookup button (r14826, r14834, r14854, r14887)
    323   * add missing conflict when merging a primitive modified and deleted in two data sets (r14922)
    324   * Preferences: Display languages in alphabetical order (r14929)
    325   * allow to paste full changeset URL where changeset id is expected (r14930)
    326   * support optional browse/ in osm url at open location, used by Keepright (r14944)
    327   * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules:
    328     * set correct translation context for colour tags in hydrant preset (r14829)
    329     * warn about leisure=nature_reserve on nodes (r14830)
    330     * warn about boundary=administrative together with landuse=residential  (r14831)
    331     * warn about highway=pedestrian together with width<3 (r14831, r14840, r14910)
    332     * add sport=rowing (r14841)
    333     * don't warn about footways ending at amenity=toilets (r14861)
    334     * clean up religion and denomination, replace religion=unitarian by religion=unitarian_universalist, warn about religion=catholic, add religion=tenrikyo and religion=confucian, add icons (r14867, r14873)
    335     * add shop=massage (r14874)
    336     * warn about shop=shopping_centre (r14874)
    337     * reorder agricultural=* combo in access preset and give it a better label (r14876, r14941)
    338     * Support interval as restriction-type in conditional syntax validator test (r14879)
    339     * Suppress warning Unknown property value - Value '12' for key 'capacity:disabled' is unknown, maybe one of [1, 2] is meant? (r14881)
    340     * don't warn about water=* on amenity=lavoir (r14883)
    341     * warn about descriptive names (r14884, r14885, r14911, r14891, r14923)
    342     * fix wrong warning for misspelled tag key (r14897)
    343     * suggest to remove building:ruian:type when there is no added value (r14901)
    344     * detect highway=footway|pedestrian with foot=yes|designated (and highway=cycleway with bicycle=yes|designated) (r14904, r14918, r14942, r14943)
    345     * warn about obsolete type=associatedStreet relations in germany (r14906, r14914)
    346     * add bicycle_parking=bollard (r14909, r14915)
    347     * don't warn about width on leisure=track (r14915)
    348     * add osmarender:* tags to automatically discarded tags (r14916, r14925)
    349     * deprecate is_in globally / is_in:* for nodes and ways (r14917)
    350     * detect and fix non-printing control characters (r14933)
    351     * replace shop=fashion with shop=clothes (r14935)
    352     * warn about ele values with more than 2 decimal places (r14940)
    353   * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=14945&stop_rev=14825&limit=900 SVN log messages of milestone 19.03]
    354 
    355 == 2019-03-03: Stable release 14824 ([milestone:"19.02" 19.02]) == #stable-release-19.02
    356 * major enhancements
    357   * new language: Canadian English (en_CA: r14811, r14812)
    358 * medium enhancements
    359   * add mapcss function `gpx_distance()` to get the distance to the closest gpx point (r14802)
    360 * minor enhancements
    361   * gpx download improvements (r14761, r14762)
    362   * remember state of minimized docked panels when closing undocked panel (r14765, r14820)
    363   * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules:
    364     * add wiki documented denominations >500 uses (r14767, r14773)
    365     * don't warn about "customer is not a valid restriction value" (r14767, r14774)
    366     * add crop=cereal (r14769)
    367     * fix typo in tidal generator preset: steam -> stream (r14780)
    368     * warn about place without name, various amenity without name or without operator, mountain_pass and peak without ele, place_of_worship without denomination (r14798, r14799, r14818)
    369     * allows multiple values in URL validator (r14803)
    370     * deprecated amenity=sauna (r14804, r14815)
    371     * complain about shop=yes, except for amenity=fuel (r14805)
    372     * support rendering of boundary on relation ways for all boundary types not just administrative (r14806)
    373     * display leisure=track as line only (without fill color) by default. If area=yes is added or if it's a multipolygon, display the fill color. Warn about area=no on multipolygons (error level) (r14808)
    374     * deprecate natural=waterfall in favor of waterway=waterfall (r14814, r14815)
    375     * change preset: piste:grooming=classic;skating to classic+skating (r14821)
    376   * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=14824&stop_rev=14761&limit=900 SVN log messages of milestone 19.02]
    377 
    378 
    379 == 2019-02-05: Stable release 14760 ([milestone:"19.01" 19.01]) == #stable-release-19.01
    380 * major enhancements
    381   * When unglueing a node from a way, retain the history on the node which gets assigned the tags. (r14653, r14662)
    382   * Add tab with installation details in "About" popup (r14693, r14701, r14707)
    383 * medium enhancements
    384   * Improved "Zoom to selection" behavior (r14628, r14734)
    385   * Allow to save active ValidatorLayer (r14667, r14668)
    386   * Make auto-resizing Tags table to fit content optional and disabled by default (r14677)
    387   * Display non default API URL in upload dialog (r14729)
    388 * minor enhancements
    389   * Imagery Preferences: harmonize cache size units (r14631)
    390   * Imagery Preferences: collect all cache settings in the same tab (r14632)
    391   * Detect preset wiki languages automatically (r14646, r14647, r14660, r14664)
    392   * Status report: exclude file history, Overpass queries (r14671)
    393   * Add Help buttons to several windows (r14655:14658, r14742:14745)
    394   * Restore contextual menu of history dialog (r14676)
    395   * GenericRelationEditor: bind Ctrl+Enter to okay action (r14679)
    396   * Improve progressMonitor for internal osm (xml) importer (r14688)
    397   * ChildRelationBrowser: add popup menu (r14713)
    398   * Remove support for TagChecker configuration files i.e. tagchecker.cfg (r14727)
    399   * Improve progress bar of history browser (r14756)
    400   * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules:
    401     * Don't sort map_size values in information=map preset (r14621)
    402     * Add 22000 as a valid voltage value (r14645)
    403     * Add naming tags for relations: water/waterway/wetland (r14680)
    404     * Fine tune unknown tags warning (r14696, r14739, r14750, r14751)
    405     * Add Key:interval to presets (r14711, r14712)
    406     * Add traffic_calming=dip, sort traffic calming presets more logical like in the wiki (r14714)
    407     * Add type of zoo (r14715)
    408     * Validate correct Key:interval syntax (r14728)
    409     * Remove some false positve validator warnings of attraction=summer_toboggan (r14735)
    410   * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=14760&stop_rev=14621&limit=900 SVN log messages of milestone 19.01]
     10== 2026-02-01: Stable release 19481 ([milestone:"26.01" 26.01]) == #stable-release-26.01
     11* See full log [/log/josm/?rev=19481&stop_rev=19440 SVN log messages of milestone 26.01]
    41112
    41213== Older stable releases ==
    413   * [[Changelog/2018]]: Releases from r13266 to r14620
    414   * [[Changelog/2017]]: Releases from r11426 to r13265
    415   * [[Changelog/2016]]: Releases from r9230 to r11425
    416   * [[Changelog/2015]]: Releases from r7907 to r9229
    417   * [[Changelog/2014]]: Releases from r6763 to r7906
    418   * [[Changelog/2013]]: Releases from r5697 to r6502
    419   * [[Changelog/2012]]: Releases from r4878 to r5608
     14  * [wikitr:/Changelog/2025]: Releases from r19266 to r19439
     15  * [wikitr:/Changelog/2024]: Releases from r18906 to r19265
     16  * [wikitr:/Changelog/2023]: Releases from r18623 to r18905
     17  * [wikitr:/Changelog/2022]: Releases from r18361 to r18622
     18  * [wikitr:/Changelog/2021]: Releases from r17429 to r18360
     19  * [wikitr:/Changelog/2020]: Releases from r15629 to r17428
     20  * [wikitr:/Changelog/2019]: Releases from r14261 to r15628
     21  * [wikitr:/Changelog/2018]: Releases from r13266 to r14260
     22  * [wikitr:/Changelog/2017]: Releases from r11426 to r13265
     23  * [wikitr:/Changelog/2016]: Releases from r9230 to r11425
     24  * [wikitr:/Changelog/2015]: Releases from r7907 to r9229
     25  * [wikitr:/Changelog/2014]: Releases from r6763 to r7906
     26  * [wikitr:/Changelog/2013]: Releases from r5697 to r6502
     27  * [wikitr:/Changelog/2012]: Releases from r4878 to r5608
    42028
    42129== See also ==
    422 * There is a similar [[Plugin changelog|changelog for plugins]], which is no longer updated.
     30* There is a similar [[wikitr:/Plugin changelog|changelog for plugins]], which is no longer updated.