Changes between Version 993 and Version 1035 of Changelog


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

Legend:

Unmodified
Added
Removed
Modified
  • Changelog

    v993 v1035  
    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.
    99
    10 == 2023-08-30: Stable release 18822 ([milestone:"23.08" 23.08])
    11 * Major enhancements:
    12  * Fix #23105: Add action to select shared/common child objects (patch by Woazboat, modified)
    13 * Medium enhancements:
    14  * Various performance enhancements around mass selection, mass object pasting, and startup
    15 * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=18822&stop_rev=18789 SVN log messages of milestone 23.08]
     10== 2026-08-11: Stable release 19613 ([milestone:"26.07" 26.07]) == #stable-release-26.07
     11* See full log [/log/josm/?rev=19613&stop_rev=19556 SVN log messages of milestone 26.07]
    1612
    17 == 2023-08-01: Stable release 18789 ([milestone:"23.07" 23.07])
    18 * Minor enhancements/fixes:
    19  * Fix #23024: Set foreground color for feedback warning label (patch by Larsossum)
    20  * Fix #23023: Fix logic for enabling buttons in color preferences (patch by Larsossum)
    21  * Fix #23078: Improve cancel action on OSM API errors (patch by gaben)
    22 * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=18789&stop_rev=18772 SVN log messages of milestone 23.07]
     13== 2026-03-30: Stable release 19555 ([milestone:"26.03" 26.03]) == #stable-release-26.03
     14* See full log [/log/josm/?rev=19555&stop_rev=19482 SVN log messages of milestone 26.03]
    2315
    24 == 2023-07-07: Stable release 18772 ([milestone:"23.06" 23.06])
    25 * Major enhancements:
    26  *  Fix #22279: Add new split mode for quick splitting of ways (patch by Woazboat, modified)
    27  *  Fix #9446: Show progress on upload validation (patch updated by gaben)
    28 * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=18772&stop_rev=18746 SVN log messages of milestone 23.06]
    29  
    30 == 2023-06-05: Stable release 18746 ([milestone:"23.05" 23.05])
    31 * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules
    32  * Fix #22983: Don't warn for ss in SpannungsTrasse (Germany)
    33  * Fix #22957: `parking:orientation` is deprecated (patch by Famlam and JeroenHoek)
    34  * Fix #22789: Don't warn about missing access tags on `barrier=cattle_grid` nodes also in major roads (`tertiary_link` and above) (patch by Famlam)
    35  * Fix #21286: Add validator rule for `min_height` < `height` (patch by skyper, modified)
    36  * Fix #22831: Add additional memorial values for the historic=memorial preset (patch by JeroenHoek, modified)
    37  * Fix #22901: Add/ignore popular tags
    38   * Ignore
    39    * `landuse=static_caravan`
    40    * `service=driveway2`
    41    * `guidepost`
    42    * Street side parking tags (`parking:<side>:*` since there already exists an external preset)
    43   * Add
    44    * `lane_markings`
    45    * `footway=link|traffic_island|alley`
    46    * `railway=miniature`
    47    * `man_made=avalanche_protection`
    48    * `fortification_type` (subtag of `historic=archaeological_site`)
    49    * `man_made=planter`
    50    * `industrial=wellsite`
    51 * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=18746&stop_rev=18722 SVN log messages of milestone 23.05]
    52 
    53 == 2023-05-03: Stable release 18721 ([milestone:"23.04" 23.04])
    54 * Medium enhancements:
    55  * Fix #22798: Convert most dialog actions which extend `AbstractAction` to ones which extend `JosmAction`. This means that people can now bind shortcuts to actions such as `Create a new relation`.
    56  * Fix #22726: `DownloadOsmChange` will no longer get the history for all the objects -- many times, it only needs the latest version. This will significantly improve user experience when loading an OSC from sites like MapRoulette.
    57  * Fix #22865: Pressing "Presets" button causes JOSM to get stuck on loading (macOS). This occurs only when there are a large number of presets (almost exclusively due to the Name Suggestion Index).
    58 * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules
    59  * Fix #21782: Deprecate [[osmwiki:Tag:vending=parcel_pickup]] (patch by gaben, modified)
    60  * Fix #22844: Add garden:type=* tag to leisure=garden preset (patch by Woazboat)
    61  * Fix #22864: Make orchard presets searchable (patch by gaben)
    62 * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=18721&stop_rev=18701 SVN log messages of milestone 23.04]
    63 
    64 == 2023-04-03: Stable release 18700 ([milestone:"23.03" 23.03])
    65 * Medium enhancements
    66  * PBF read support (see #22603)
    67 * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules
    68  * Fix #22792: Add `natural=shrubbery` (icons from JeroenHoek, patch by JeroenHoek)
    69 * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=18700&stop_rev=18679 SVN log messages of milestone 23.03]
    70 
    71 == 2023-03-02: Stable release 18678 ([milestone:"23.02" 23.02])
    72 * Major enhancements
    73  * Fix #20768: Add OAuth 2.0 support
    74 * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules
    75  * Fix #22547: `tunnel=culvert` should have `waterway=*` or `man_made=tunnel` (patch by skyper)
    76  * Fix #22761: Don't warn about `"value '<some value>' for key 'ref' not in presets"`
    77  * Partially fix #21778: `oneway` + `.*:(backward|forward):conditional` should not have a warning (patch by Famlam)
    78 * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=18678&stop_rev=18647 SVN log messages of milestone 23.02]
    79 
    80 == 2023-01-30: Stable release 18646 ([milestone:"23.01" 23.01])
    81 * Medium enhancements
    82  * Fix #21423: Prevent validation error codes from clashing. Note that the full effect of this change ''will not be'' visible until 2024-01-01 for backwards/forwards compatibility reasons.
    83   * See #18230: Move `RightAngleBuildingTest` error code to `4101` from `3701` -- this is due to a conflict with with `pt_assistant`, and all ignored entries with the group `3701` will be removed.
    84 * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules
    85  * Fix #21878: Add building types `riding_hall` and `sports_hall`
    86  * Fix #22588: Improve horse related presets (patch by Hufkratzer)
    87  * Fix #18626: Warn about `amenity=marketplace` together with `highway`
    88  * Fix #22574: Add `amenity=animal_breeding` and add `Animal` group in `Facilities`
    89  * Fix #22630: Add `crossing:markings` to the `crossing` preset (patch by Woazboat)
    90  * Fix #22561: Change `site_type` to `archaeological_site` (`site_type` has been deprecated since 2022-12-04)
    91  * Fix #22599: Add `colour:back` to City Limit Sign preset
    92  * Fix #22481: Deprecated `building:level` in favor of `building:levels` (note the trailing `s`)
    93  * Fix #22473: Don't warn about `Way end node near other way` for `natural=arete` and `natural=ridge`
    94  * Fix #20539, see #18659, see #18719 - Deprecate car in favor for motorcar also for non charging stations
    95 * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=18646&stop_rev=18623 SVN log messages of milestone 23.01]
     16== 2026-02-01: Stable release 19481 ([milestone:"26.01" 26.01]) == #stable-release-26.01
     17* See full log [/log/josm/?rev=19481&stop_rev=19440 SVN log messages of milestone 26.01]
    9618
    9719== Older stable releases ==
     20  * [wikitr:/Changelog/2025]: Releases from r19266 to r19439
     21  * [wikitr:/Changelog/2024]: Releases from r18906 to r19265
     22  * [wikitr:/Changelog/2023]: Releases from r18623 to r18905
    9823  * [wikitr:/Changelog/2022]: Releases from r18361 to r18622
    9924  * [wikitr:/Changelog/2021]: Releases from r17429 to r18360