Changes between Version 1015 and Version 1034 of Changelog


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

Legend:

Unmodified
Added
Removed
Modified
  • Changelog

    v1015 v1034  
    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 == 2024-09-02: Stable release 19207 ([milestone:"24.08" 24.08])
    11 * Major enhancements:
    12  * Fix #11487: Have josm render data to tiles (**experimental, [wiki:Help/ExpertMode Expert mode] only**). See r19176 for details.
    13 * Medium enhancements:
    14  * Fix #21856: Split way: Wrong position of new member in PTv2 relation splitting a loop
    15 * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules
    16  * Fix #23251: Crossing preset: Change label for `crossing_ref`
    17  * Fix #23290: Exclude incomplete relations from region checks
    18  * Fix #23298: Improper warning for `aerialway=zip_line`
    19  * Fix #21801: Add railway junction check for missing switches and crossings (patch by gaben)
    20  * Fix #21333: Extend SharpAngles test to railways
    21  * Add/ignore documented popular tags:
    22   * Add
    23     * [osmwiki:Tag:office=financial office=financial]
    24     * [osmwiki:Tag:emergency=life_ring emergency=life_ring]
    25     * [osmwiki:Tag:emergency=lifeguard emergency=lifeguard] (fixes #22852)
    26     * [osmwiki:Tag:man_made=cairn man_made=cairn]
    27     * [osmwiki:Tag:leaf_type=palm leaf_type=palm]
    28     * [osmwiki:Tag:entrance=secondary entrance=secondary]
    29     * [osmwiki:Tag:surface=stone surface=stone]
    30     * [osmwiki:Tag:surface=woodchips surface=woodchips]
    31     * [osmwiki:Tag:bicycle=customers bicycle=customers]
    32     * [osmwiki:Tag:building=container building=container]
    33     * [osmwiki:Tag:parking_space=charging parking_space=charging]
    34     * [osmwiki:Tag:cycleway:left:lane=exclusive cycleway:left:lane=exclusive]
    35     * [osmwiki:Tag:cycleway:right:lane=exclusive cycleway:right:lane=exclusive]
    36     * [osmwiki:Tag:cycleway:both:lane=exclusive cycleway:both:lane=exclusive]
    37     * [osmwiki:Tag:crossing=informal crossing=informal]
    38     * [osmwiki:Tag:wall=concrete wall=concrete]
    39     * [osmwiki:Tag:frontage_road=yes frontage_road=yes]
    40     * [osmwiki:Tag:barrier=wicket_gate barrier=wicket_gate]
    41     * [osmwiki:Tag:highway=emergency_bay highway=emergency_bay]
    42     * [osmwiki:Tag:service=slipway service=slipway]
    43     * [osmwiki:Tag:amenity=music_school amenity=music_school]
    44     * [osmwiki:Tag:amenity=vehicle_inspection amenity=vehicle_inspection]
    45     * [osmwiki:Tag:amenity=social_centre amenity=social_centre]
    46     * [osmwiki:Tag:amenity=trolley_bay amenity=trolley_bay]
    47     * [osmwiki:Tag:shop=craft shop=craft]
    48     * [osmwiki:Tag:shop=agrarian shop=agrarian]
    49     * [osmwiki:Tag:climbing=route_bottom climbing=route_bottom] and [osmwiki:Tag:climbing=route_top climbing=route_top]
    50     * [osmwiki:Tag:toilets:access=customers toilets:access=customers]
    51   * Ignored
    52     * [osmwiki:Tag:valley=balka valley=balka] -- seems to be done primarily by one or two people, highly concentrated in Russia.
    53     * [osmwiki:Tag:meadow=meadow_orchard meadow=meadow_orchard] -- similar to [osmwiki:Tag:orchard=meadow_orchard orchard=meadow_orchard], which we also ignore.
    54     * [osmwiki:Tag:natural=landform natural=landform] and [osmwiki:Tag:landform=esker landform=esker] -- primarily from canvec import
    55 * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=19207&stop_rev=19161 SVN log messages of milestone 24.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]
    5612
    57 == 2024-08-01: Stable release 19160 ([milestone:"24.07" 24.07])
    58 * Medium enhancements:
    59  * Fix #23721: If Microsoft Bing API is down, JOSM will freeze indefinitely
    60 * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules
    61  * Fix #23621: Check for trees that are too big (patch by gaben and Famlam)
    62 * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=19160&stop_rev=19129 SVN log messages of milestone 24.07]
    63 
    64 == 2024-07-06: Stable release 19128 ([milestone:"24.06" 24.06])
    65 * Major enhancements:
    66  * Fix #23728: First geotagged image not fully selected
    67 * Cleanup of Java code as a followup after the switch to Java 11
    68 * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=19128&stop_rev=19097 SVN log messages of milestone 24.06]
    69 
    70 == 2024-06-04: Stable release 19096 ([milestone:"24.05" 24.05])
    71 * Major enhancements:
    72  * Fix #23707: Remove basic auth for openstreetmap.org
    73 * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules
    74  * Fix #23652 Wrong warning for elevator
    75 * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=19096&stop_rev=19068 SVN log messages of milestone 24.05]
    76 
    77 == 2024-05-02: Stable release 19067 ([milestone:"24.04" 24.04])
    78 * Medium enhancements:
    79  * Fix #23641: When mapping a forest inside a forest and make that inner, the inner landuse=forest tag is removed
    80  * See #23627: support language keys not following the naming of languages in JOSM, allow more than one language specific code
    81 * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules
    82  * Fix #21881: Add a check for loops in directional waterways
    83 * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=19067&stop_rev=19040 SVN log messages of milestone 24.04]
    84 
    85 == 2024-04-10: Stable release 19039 ([milestone:"24.03" 24.03])
    86 * Major enhancements:
    87  * Fix #21533: Native Apple Silicon support (macOS installation files are "universal binaries")
    88 * Medium enhancements:
    89  * Fix #23550: Fix an issue when deserializing a PBF blob (patch by giora.kosoi, modified)
    90 * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules
    91  * Fix #23604: Fix warning for osmose with `building:part` and `sport`
    92  * Fix #9304: Check for intersecting roads on different layers
    93  * Fix #23596: Warn on `name=Bâtiment` (French for `building`) on buildings
    94  * Fix #23350: Add `amenity=bicycle_wash` (patch by mcliquid)
    95  * Fix #23177: Change `ref:gnis` to `gnis:feature_id` and add validation rules for tags that were functionally the same
    96 * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=19039&stop_rev=19018 SVN log messages of milestone 24.03]
    97 
    98 == 2024-03-18: Stable release 19017 ([milestone:"24.02" 24.02])
    99 * Major enhancements:
    100  * Fix #22810: OSM OAuth 1.0a/Basic auth deprecation and removal -- remove OAuth 1.0 from JOSM
    101  * JOSM now requires Java 11 or later to finish startup
    102 * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules
    103  * Fix #23361: Add `mouth` as an optional role for waterway relations (patch by hhtznr)
    104  * Add `turning_circle` tag (a subkey for `highway=turning_circle`) (patch by guylamar2006, see https://github.com/JOSM/josm/pull/137)
    105  * Fix #23148: Remove `fenced` from deprecation warnings (`fenced` is no longer deprecated as of 2023-06-14)
    106 * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=19017&stop_rev=18970 SVN log messages of milestone 24.02]
    107 
    108 == 2024-02-06: Stable release 18969 ([milestone:"24.01" 24.01])
    109 * Medium enhancements:
    110  * Fix #23397: Improve the results of partial validations
    111 * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=18969&stop_rev=18941 SVN log messages of milestone 24.01]
    112 
    113 == 2024-01-17: Stable release 18940 ([milestone:"23.12" 23.12])
    114 * Major enhancements:
    115  * Fix #23227: Use the appropriate Bing layer -- notably, there may be some quality differences, and the imagery may be newer or older than what would be seen on the previously used Bing imagery layer
    116 * Medium enhancements:
    117  * Fix #23290: Validate the regions a tag is expected to be in (patch by Sarabjeet108, modified)
    118 * Minor enhancements
    119  * Fix #23399: Simplify way crashes by significantly improving the performance of simplifying ''many'' ways
    120 * Add/improve/fix/change Internal Presets, Map Paint Style and Validation rules
    121  * Fix #23302: Create a preference for address duplicate detection to include buildings and POIs (patch by zyphlar, modified)
    122  * Fix #23308: Fix a false positive for "Water area inside water area" validation (patch by gaben, modified)
    123  * Fix #23067: Don't warn on `unisex`, `female`, and `male` tag combinations for `shop=hairdresser`
    124  * Fix #23339: Improve preset for charging stations (patch by dbrgn)
    125  * Fix #22546: Warn about floating railway switches and crossing (patch by Famlam)
    126 * More minor bug fixes, enhancements, stability improvements, translation updates, code improvements and code documentation, see [/log/josm/?rev=18940&stop_rev=18906 SVN log messages of milestone 23.12]
     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]
    12715
    12816== Older stable releases ==
     17  * [wikitr:/Changelog/2025]: Releases from r19266 to r19439
     18  * [wikitr:/Changelog/2024]: Releases from r18906 to r19265
    12919  * [wikitr:/Changelog/2023]: Releases from r18623 to r18905
    13020  * [wikitr:/Changelog/2022]: Releases from r18361 to r18622