Changes between Version 965 and Version 1034 of Changelog


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

Legend:

Unmodified
Added
Removed
Modified
  • Changelog

    v965 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-08-30: Stable release 18543 ([milestone:"22.08" 22.08]) == #stable-release-22.08
    10 {{{#!comment
    11 * Major enhancements
    129
    13 }}}
    14 * Medium enhancements
    15  * #22307: Add popup menu for notes (patch by Woazboat)
    16 * Minor enhancements
    17  * #22250: Abort on XML error elements
    18  * #22160: Retry on various `SocketExceptions`
    19 * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules
    20  * #21046: Add `description` to the default naming tags for relations
    21  * #20682: Add `natural=arete`
    22  * #21836: Add some `power/voltage` validation rules
    23  * #22225: Draw unclosed `leisure=track` `sport=running` without area style
    24 * 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]
     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]
    2512
    26 == 2022-08-02: Stable release 18531 ([milestone:"22.07" 22.07]) == #stable-release-22.07
    27 * Medium enhancements
    28  * Vector layers can now be programmatically filtered (no support in UI yet)
    29 * Minor enhancements
    30  * #22188: Add `java.compiler` module for scripting
    31  * #22176: Add subdivisions for the Federated States of Micronesia (patch by westnordost, modified)
    32  * Some performance fixes
    33  * Dependency updates (see r18514 for what changed)
    34  * Improve JOSM launchers for Linux platforms (may work on other Unix derivatives) (patch by sebastic)
    35 * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules
    36  * #22048: `building=construction` preset missing some values (patch by skyper, modified)
    37  * #22102: Add a warning if surface does not match tracktype (patch by mkoniecz)
    38  * #22120: Add `school=entrance` to deprecation warnings
    39  * #21235: Stop whitelisting `footway=*` and add `footway=separate` to blacklist candidates for `sidewalk=*` (patch by JeroenHoek)
    40  * #22166: Ignore more barrier types for `psv` suspicious tag combination
    41  * #22225: Don't warn about `sport=running` on unclosed ways
    42  * #21630: Drop the "Riverbank" template (patch by zelonewolf)
    43 * 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]
    44 
    45 == 2022-07-07: Stable release 18513 ([milestone:"22.06" 22.06]) == #stable-release-22.06
    46  (First version r18511 was released as stable version and due to major bug version r18513 was released as hotfix.)
    47 
    48 * Minor enhancements
    49  * Various reductions to memory allocations
    50  * #21720: Remove vi localization
    51  * #22088: Debian start script doesn't ensure that the chosen java path is executable
    52  * #20823: Reject uploads that do not follow either the comment policy or the source policy
    53  * #21600: Fire selectionChanged events when setting/updating notes to ensure that notes are properly selected
    54  * #21794: Allow for cases where tags can be URL or key values in Tag2Link
    55  * #21813: Improve marker handling in sessions (patch by Bjoeni)
    56  * #21923: Improve session workflow / Add "save session" (patch by Bjoeni)
    57 * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules
    58  * #22187: "Empty relation" and "Role of relation member does not match template expression" shared the same error code, but had two different severities
    59  * #22172: Don't warn about `barrier=berm` looking like `barrier=kerb`
    60  * #22154: Add `incline`, `surface`, and `fee` to the `slipway` preset
    61  * #21997: Add general preset for `power=generator` (patch by skyper)
    62 * 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]
    63 
    64 == 2022-05-29: Stable release 18463 ([milestone:"22.05" 22.05]) == #stable-release-22.05
    65 
    66 (Stable release 22.04 was skipped.)
    67 
    68 * Major enhancements
    69  * #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`])
    70 * Minor enhancements
    71  * #17288: Notes progress bar shows no progress (patch by gaben, modified)
    72  * #21792: Request focus in [wikitr:/Help/Action/SplitWay#Usingoldobjectid Split Way] window segment list (patch by gaben)
    73  * #22022: Allow for recursive geojson parsing
    74  * #17906: When dragging and dropping relation members to the same position, they are removed
    75  * #21935: Avoid leaking `Authorization` headers on redirects in HttpClient
    76 * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules
    77  * #22084: Remove obsolete payment methods `payment:ep_monedero` and `payment:ep_moneo`
    78  * #22073: Optimized regexes (string starts with, ends with, contains) do not work
    79  * #22072: Add `tunnel:name`
    80  * #21973: Add `building:levels:underground` (patch by skyper)
    81  * #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`
    82  * #22009: Fix incorrect warning message *:lanes without highway (instead of lanes) (patch by skyper)
    83  * #22039: Remove warning about construction without highway/railway/waterway/building/landuse as it produces too much false positives
    84 * 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]
    85 
    86 
    87 == 2022-04-05: Stable release 18427 ([milestone:"22.03" 22.03]) == #stable-release-22.03
    88 * Minor enhancements
    89  * #21825: Delete relations by default when all members are deleted
    90  * #21953: Overpass now correctly remembers custom URLs
    91 * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules
    92  * #20960: Warn about `construction=*` without or conflicting primary tag
    93  * #20963: Update preset for `landuse=construction` and add `building=construction`
    94  * #21954: Change `surface=DecoTurf` to `surface=acrylic`
    95 * 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]
    96 
    97 == 2022-03-06: Stable release 18387 ([milestone:"22.02" 22.02]) == #stable-release-22.02
    98 
    99 (Stable release 22.01 was skipped.)
    100 
    101 * Minor enhancements
    102  * #21850: Improve support for {apikey} replacement for WMTS and WMS.
    103 * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules
    104  * #21859: Move `addr:place` into optional
    105  * #21866: Improve railway gauge values and add validator tests for them
    106  * #21853: Improve `interval` validator test
    107  * #21736: Fix a false positive with `oneway=yes`, `lanes:backward` or `lanes:forward`, and `oneway:*`
    108 * 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]
    10915
    11016== 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
    11121  * [wikitr:/Changelog/2021]: Releases from r17429 to r18360
    11222  * [wikitr:/Changelog/2020]: Releases from r15629 to r17428