Changes between Version 971 and Version 1034 of Changelog


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

Legend:

Unmodified
Added
Removed
Modified
  • Changelog

    v971 v1034  
    11[[TranslatedPages]]
    22[[PageOutline(2-15,Table of Contents)]]
     3
    34= Changelog =
    4 
    55This 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.
    88* 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 == 2022-11-01: Stable release 18583 ([milestone:"22.10" 22.10])
    10 {{{#!comment
    11 * Major enhancements
    129
    13 }}}
    14 * Medium enhancements
    15  * Fix #22378: Preview object properties on mouse hover (patch by Woazboat)
    16 * Minor enhancements
    17  * Fix #22404: MVT background layer was not drawing polygons in some situations
    18 * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules
    19  * Ignore
    20   * `man_made=advertising` (needs icon)
    21   * `man_made=lamp` (needs icon, broader than `man_made=street_lamp`)
    22  * Preset updates
    23   * Add `location=surface`
    24   * Add `dual_carriageway`
    25   * Add `building=sports_centre`
    26 * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=18583&stop_rev=18570 SVN log messages of milestone 22.10]
    27 == 2022-10-07: Stable release 18570 ([milestone:"22.09" 22.09])
    28  (First version r18565 was released as stable version and due to major bug fix version r18570 was released as hotfix.)
    29 * Major bug fix:
    30  * Fix #22183: NoClassDefFoundError: Could not initialize class org.openstreetmap.josm.actions.SessionSaveAction (reason for hotfix)
    31 * Medium enhancements
    32  * Fix #22333: Allow delete + move up/down actions in filter dialog to act on all selected filters (patch by Woazboat, modified)
    33  * Fix #22309: Add option to merge by default when dragging nodes (patch by Woazboat) (advanced preference only, `edit.move.merge-by-default`)
    34 * Minor enhancements
    35  * Better tracking of suppressed exceptions in EDT and worker threads
    36  * Fix #22391: Support "image/png; mode=8bit" imagery (hotfix)
    37 * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules
    38  * Fix #22397: Warn about temporary image URLs starting with `https://westnordost.de/p/`
    39  * Fix #19340: Validator complains about `maxweightrating:X:conditional`
    40  * Fix #22359: Change default color of `landuse=railway` and `landuse=quarry` as they were too similar to untagged ways color (#808080)
    41  * Fix #22379: Warn about `parking=yes`, add `parking=layby`
    42  * Fix #22367, see #11499: Don't warn anymore about `payment:credit_cards=yes` and `payment:debit_cards=yes`, Reduce warning of `payment:electronic_purses=yes` and `payment:cryptocurrencies=yes` to info level
    43  * Fix #20716: Search for missing power line support features (patch by gaben, modified)
    44  * Fix #21396: Add/ignore popular tags
    45   * Ignore: `maxspeed:type`
    46   * Ignore (TODOs): `advertising=board`, `amenity=loading_dock`, `amenity=parcel_locker`, `amenity=payment_terminal`, `barrier=sliding_gate`, `boundary=forest_compartment`, `craft=grinding_mill`, `emergency=access_point`, `healthcare:speciality=general`, `hedge=hedge_bank`, `historic=bomb_crater`, `indoor=area`, `leisure=sports_hall`, `man_made=courtyard`, `man_made=gantry`, `military=trench`, `natural=crevasse`, `path=crossing`, `railway=proposed`, `road_marking=solid_stop_line`, `oneway` (`F::oneway`/`S:oneway:`, but this probably ought to have better software support)
    47   * Issues: Suggest `paving_stones:length`/`paving_stones:width` for `paving_stones:<digits>`, indicate `type="turnlanes:turns"` is deprecated
    48   * Preset updates: Modify `lit` to be more than `yes`/`no`, add `rock` to surfaces, add `none` to religions (in `other_religitons`), add `locked`, add `pavilion` to building, add `shop` as possible value for `entrance`, add `product` as an optional key for `man_made=works`, add `fuel` as possible value for `vending`
    49  * Fix #22310: Rename "Parking Entrance" preset to "Parking Entrance/Exit"
    50  * Fix #22338: Warn about unnecessary `area=yes` on `boundary`, `indoor`, `office`, and `place` (patch by Famlam)
    51  * Fix #22295, see #18374: Don't warn about "`collection_times` with `amenity=recycling`. Probably `opening_hours` is meant." for cases where `opening_hours` is set.
    52  * Fix #22335: Deprecate `toilet` in favor of `toilets`
    53  * Fix #22336, see #13391: Autofix `wood=deciduous` to `leaf_cycle=deciduous`
    54  * Fix #22425: "house has no number" (hotfix)
    55 * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=18570&stop_rev=18544 SVN log messages of milestone 22.09]
     10== 2026-03-30: Stable release 19555 ([milestone:"26.03" 26.03]) == #stable-release-26.03
     11* See full log [/log/josm/?rev=19555&stop_rev=19482 SVN log messages of milestone 26.03]
    5612
    57 == 2022-08-30: Stable release 18543 ([milestone:"22.08" 22.08]) == #stable-release-22.08
    58 * Medium enhancements
    59  * #22307: Add popup menu for notes (patch by Woazboat)
    60 * Minor enhancements
    61  * #22250: Abort on XML error elements
    62  * #22160: Retry on various `SocketExceptions`
    63 * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules
    64  * #21046: Add `description` to the default naming tags for relations
    65  * #20682: Add `natural=arete`
    66  * #21836: Add some `power/voltage` validation rules
    67  * #22225: Draw unclosed `leisure=track` `sport=running` without area style
    68 * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=18543&stop_rev=18532 SVN log messages of milestone 22.08]
    69 
    70 == 2022-08-02: Stable release 18531 ([milestone:"22.07" 22.07]) == #stable-release-22.07
    71 * Medium enhancements
    72  * Vector layers can now be programmatically filtered (no support in UI yet)
    73 * Minor enhancements
    74  * #22188: Add `java.compiler` module for scripting
    75  * #22176: Add subdivisions for the Federated States of Micronesia (patch by westnordost, modified)
    76  * Some performance fixes
    77  * Dependency updates (see r18514 for what changed)
    78  * Improve JOSM launchers for Linux platforms (may work on other Unix derivatives) (patch by sebastic)
    79 * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules
    80  * #22048: `building=construction` preset missing some values (patch by skyper, modified)
    81  * #22102: Add a warning if surface does not match tracktype (patch by mkoniecz)
    82  * #22120: Add `school=entrance` to deprecation warnings
    83  * #21235: Stop whitelisting `footway=*` and add `footway=separate` to blacklist candidates for `sidewalk=*` (patch by JeroenHoek)
    84  * #22166: Ignore more barrier types for `psv` suspicious tag combination
    85  * #22225: Don't warn about `sport=running` on unclosed ways
    86  * #21630: Drop the "Riverbank" template (patch by zelonewolf)
    87 * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=18530&stop_rev=18514 SVN log messages of milestone 22.07]
    88 
    89 == 2022-07-07: Stable release 18513 ([milestone:"22.06" 22.06]) == #stable-release-22.06
    90  (First version r18511 was released as stable version and due to major bug version r18513 was released as hotfix.)
    91 
    92 * Minor enhancements
    93  * Various reductions to memory allocations
    94  * #21720: Remove vi localization
    95  * #22088: Debian start script doesn't ensure that the chosen java path is executable
    96  * #20823: Reject uploads that do not follow either the comment policy or the source policy
    97  * #21600: Fire selectionChanged events when setting/updating notes to ensure that notes are properly selected
    98  * #21794: Allow for cases where tags can be URL or key values in Tag2Link
    99  * #21813: Improve marker handling in sessions (patch by Bjoeni)
    100  * #21923: Improve session workflow / Add "save session" (patch by Bjoeni)
    101 * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules
    102  * #22187: "Empty relation" and "Role of relation member does not match template expression" shared the same error code, but had two different severities
    103  * #22172: Don't warn about `barrier=berm` looking like `barrier=kerb`
    104  * #22154: Add `incline`, `surface`, and `fee` to the `slipway` preset
    105  * #21997: Add general preset for `power=generator` (patch by skyper)
    106 * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=18513&stop_rev=18464 SVN log messages of milestone 22.06]
    107 
    108 == 2022-05-29: Stable release 18463 ([milestone:"22.05" 22.05]) == #stable-release-22.05
    109 
    110 (Stable release 22.04 was skipped.)
    111 
    112 * Major enhancements
    113  * #22065: Mac now uses `⌘` instead of `ctrl` for most [wikitr:/Help/Action/Select `Select`] map mode actions (including [wikitr:/Help/Action/Select#Rotate `Rotate`] and [wikitr:/Help/Action/Select#Scale `Scale`])
    114 * Minor enhancements
    115  * #17288: Notes progress bar shows no progress (patch by gaben, modified)
    116  * #21792: Request focus in [wikitr:/Help/Action/SplitWay#Usingoldobjectid Split Way] window segment list (patch by gaben)
    117  * #22022: Allow for recursive geojson parsing
    118  * #17906: When dragging and dropping relation members to the same position, they are removed
    119  * #21935: Avoid leaking `Authorization` headers on redirects in HttpClient
    120 * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules
    121  * #22084: Remove obsolete payment methods `payment:ep_monedero` and `payment:ep_moneo`
    122  * #22073: Optimized regexes (string starts with, ends with, contains) do not work
    123  * #22072: Add `tunnel:name`
    124  * #21973: Add `building:levels:underground` (patch by skyper)
    125  * #22033: Don't warn about "alternative name without name" in case of `NHD:subbasin_name=Des Moines Headwaters|Upper Des Moines|East Fork Des Moines`
    126  * #22009: Fix incorrect warning message *:lanes without highway (instead of lanes) (patch by skyper)
    127  * #22039: Remove warning about construction without highway/railway/waterway/building/landuse as it produces too much false positives
    128 * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=18463&stop_rev=18428 SVN log messages of milestone 22.05]
    129 
    130 
    131 == 2022-04-05: Stable release 18427 ([milestone:"22.03" 22.03]) == #stable-release-22.03
    132 * Minor enhancements
    133  * #21825: Delete relations by default when all members are deleted
    134  * #21953: Overpass now correctly remembers custom URLs
    135 * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules
    136  * #20960: Warn about `construction=*` without or conflicting primary tag
    137  * #20963: Update preset for `landuse=construction` and add `building=construction`
    138  * #21954: Change `surface=DecoTurf` to `surface=acrylic`
    139 * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=18427&stop_rev=18388 SVN log messages of milestone 22.03]
    140 
    141 == 2022-03-06: Stable release 18387 ([milestone:"22.02" 22.02]) == #stable-release-22.02
    142 
    143 (Stable release 22.01 was skipped.)
    144 
    145 * Minor enhancements
    146  * #21850: Improve support for {apikey} replacement for WMTS and WMS.
    147 * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules
    148  * #21859: Move `addr:place` into optional
    149  * #21866: Improve railway gauge values and add validator tests for them
    150  * #21853: Improve `interval` validator test
    151  * #21736: Fix a false positive with `oneway=yes`, `lanes:backward` or `lanes:forward`, and `oneway:*`
    152 * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=18387&stop_rev=18361 SVN log messages of milestone 22.02]
     13== 2026-02-01: Stable release 19481 ([milestone:"26.01" 26.01]) == #stable-release-26.01
     14* See full log [/log/josm/?rev=19481&stop_rev=19440 SVN log messages of milestone 26.01]
    15315
    15416== Older stable releases ==
     17  * [wikitr:/Changelog/2025]: Releases from r19266 to r19439
     18  * [wikitr:/Changelog/2024]: Releases from r18906 to r19265
     19  * [wikitr:/Changelog/2023]: Releases from r18623 to r18905
     20  * [wikitr:/Changelog/2022]: Releases from r18361 to r18622
    15521  * [wikitr:/Changelog/2021]: Releases from r17429 to r18360
    15622  * [wikitr:/Changelog/2020]: Releases from r15629 to r17428