Changes between Version 215 and Version 1035 of Changelog


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

Legend:

Unmodified
Added
Removed
Modified
  • Changelog

    v215 v1035  
    11[[TranslatedPages]]
    2 = Changelog
     2[[PageOutline(2-15,Table of Contents)]]
    33
    4 This wiki page aims for providing user-friendly changelog for the [[DevelopersGuide/Schedule|tested releases]] of JOSM.  Its granularity lies somewhere between the contents of [[StartupPage]] and the [/log SVN log messages]. There is a similar [[Plugin changelog|changelog for plugins]].
     4= Changelog =
     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].
     6* This list contains mainly enhancements and changes.
     7* 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.
    59
    6 == 2014-07-29: Stable release r7347 ([milestone:"14.07" 14.07])
    7 * minor enhancements
    8   * New look-and-feel preference to display [wikipedia:ISO_8601 ISO 8601] dates globally (r7299, r7303, r7320)
    9   * Add colorbar for active GPX layer (r7319, r7323, r7340, r7345)
    10   * [[Help/Preferences/RemoteControl|Remote Control]]:
    11     * improved certificate handling on Windows for https support (r7335:7338, r7342:7344, r7347)
    12   * [[TaggingPresets|Presets]]/[[Styles|Map styles]]:
    13     * XML style removed (r7330:7331, r7333)
    14     * new icon for `amenity=charging_station` (r7292)
    15     * add 10 `shop=*` (r7296), refactor `shop` subcategories (r7317)
    16     * add `landuse=religious` (r7311)
    17     * add `highway=turning_loop` (r7328, r7334)
    18 * major bugs
    19   * Remove insecure certificate installed on Windows with previous version if Remote Control was enabled (r7335)
     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]
    2012
    21 == 2014-07-04: Stable release r7287 ([milestone:"14.06" 14.06])
    22 * major changes/enhancements
    23   * [[Help/Action/Extrude|Extrude]] action: add dual alignment mode (r7216, r7223, r7226, r7232, r7247)
    24   * Automatic reloading of local map paint styles and validator rules on file change (r7185, r7188:7189, r7275:7276)
    25   * Automatic update for [[Maps|imagery entries]] using `id` (r7186, r7203, r7242)
    26 * minor enhancements
    27   * Allow setting shortcut for [[Help/Action/MoveNodeWay|Move Node to Way]] (r7194)
    28   * Mac OSX: register JOSM package as `.osm` files editor (r7231, r7253, r7283, r7287)
    29   * [[Help/Preferences/RemoteControl|Remote Control]]:
    30     * allow it to work from [https://www.openstreetmap.org osm.org] in https on Windows by installing JOSM certificate (r7206)
    31     * allow to select objects by a [[Help/Action/Search|search]] expression in `load_and_zoom/zoom` handlers (r7251)
    32   * [[Help/Styles/MapCSSImplementation|MapCSS]]:
    33     * add right- and left-hand traffic database, update roundabout icons (new pseudo-class-condition `:righthandtraffic`, r7193, r7199)
    34     * add `number_of_tags` expression to get number of tags, `print` and `println` to show debugging output (r7237)
    35   * [[TaggingPresets|Presets]]/[[Styles|Map styles]]:
    36     * use of new `leaf_type` and `leaf_cycle` keys in presets, deprecate old `wood` and `type` values (r7222, r7229, r7235)
    37     * add `highway=elevator` (r7261:7262)
    38     * better rendering of bridges, tunnels, highways, cycleways, turning circles (r7201:7202, r7241, r7255, r7257, r7259:7260, r7271)
     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]
    3915
    40 == 2014-05-27: Stable release r7182 ([milestone:"14.05" 14.05])
    41 * major changes/enhancements
    42   * **First release compatible only with Java 7 or later** (r7001:7006, r7008, r7012, r7015, r7019:7022, r7028, r7030, r7033:7034, r7037, r7060, r7082:7084, r7086, r7089)
    43   * Code cleanup, drop deprecated features, improve unit tests (r7013:7014, r7016, r7023:7027, r7029, r7038, r7040, r7048:7051, r7063, r7068, r7070, r7075:7077, r7079, r7081, r7085:7088, r7090, r7092, r7095:7097, r7100:7101, r7109, r7117, r7119:7120, r7123, r7127:7128, r7133, r7140:7142, r7150:7151, r7163, r7167)
    44   * [[Help/Styles/MapCSSImplementation|MapCSS]]:
    45     * Major performance improvements (r7054:7057, r7059, r7064:7066, r7069, r7073:7074, r7080, r7093, r7099, r7103, r7138)
    46     * Use MapCSS for the default map style (r7041:7042, r7139)
    47     * Add support for `canvas{fill-color}`, deprecate `canvas{background-color}` (r7110)
    48     * Add support for alpha info in color property (r7136)
    49     * Various improvements to default map style (r7044, r7147:7148, r7154:7157, r7159:7161, r7172:7173)
    50     * Deprecate use of `length()` for lists, use new function `count()` instead (r7162)
    51     * Add function `any()` according to MapCSS standard, deprecate `coalesce()` (r7164, r7168)
    52     * Add functions `min()` and `max()` according to standard (r7165, r7170)
    53     * Make greater-than sign optional in child selectors (r7166)
    54   * Add a [[Help/Action/MoveNodeWay|Move Node onto Way]] action (opposite of [[Help/Action/JoinNodeWay|Join Node to Way]], r7131)
    55   * Add double-click selection mode (select polygons/multipolygons by a double-click inside, r7144:7146)
    56   * WMS: Improve support of transparent tiles (r7132, r7134, r7175)
    57 * minor enhancements
    58   * Extrude mode: new parameter `extrude.initial-move-threshold` (to tune ignoring small movements, r7009, r7180)
    59   * Zoom: new parameter `zoom_to_selection_min_size_in_meter` to set the minimum dimension of the area (in meters) for the "zoom to selection" action (r7053)
    60   * Support `josmdir://` URIs for files inside JOSM config directory (r7058)
    61   * Presets/Map styles:
    62     * Add `landuse=plant_nursery` (r7036), `barrier=swing_gate` (r7114, r7126)
    63     * Add new `bridge` types; drop icons for `bridge=` on nodes (r7116)
    64     * Add support for `alternative_autocomplete_keys` in presets, esp. auto-complete `addr:street` also from `name` (r7118)
    65     * Disable `no` value for some checkboxes in the preset dialog (r7171)
    66 * sub-minor enhancements
    67   * Show distance in status line when 2 nodes are selected (r7010)
    68   * New command line option to enable debug level ''trace'' (r7043)
    69   * Add "call relation editor" to context menu of validator dialog (r7047)
    70   * Jumping to play head marker when playing next audio (r7094)
     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]
    7118
    72 == 2014-04-25: Stable release r7000 ([milestone:"14.04" 14.04])
    73 * major changes/enhancements
    74   * **Last release compatible with Java 6
    75 * minor enhancements
    76   * Add Monte Mario Projection (Italy, r6954)
    77   * Change of system of measurement in map status (r6960)
    78   * MapCSS: proper `@media` support (r6970)
    79   * Add `proxy.exceptions` advanced parameter (`localhost` and `127.0.0.1` by default, r6971)
    80 * major bugs
    81   * Fix encoding for systems not using UTF-8 as default (r6966, r6995)
    82   * Move Map on Mac OSX with Java 7 (r6988:6989, r6993, r7000)
     19== 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
     23  * [wikitr:/Changelog/2022]: Releases from r18361 to r18622
     24  * [wikitr:/Changelog/2021]: Releases from r17429 to r18360
     25  * [wikitr:/Changelog/2020]: Releases from r15629 to r17428
     26  * [wikitr:/Changelog/2019]: Releases from r14261 to r15628
     27  * [wikitr:/Changelog/2018]: Releases from r13266 to r14260
     28  * [wikitr:/Changelog/2017]: Releases from r11426 to r13265
     29  * [wikitr:/Changelog/2016]: Releases from r9230 to r11425
     30  * [wikitr:/Changelog/2015]: Releases from r7907 to r9229
     31  * [wikitr:/Changelog/2014]: Releases from r6763 to r7906
     32  * [wikitr:/Changelog/2013]: Releases from r5697 to r6502
     33  * [wikitr:/Changelog/2012]: Releases from r4878 to r5608
    8334
    84 == 2014-03-30: Stable release r6950 ([milestone:"14.03" 14.03])
    85 * major changes/enhancements
    86   * Enhancement of [[Help/Action/AlignInCircle|Align Nodes in Circle]], [[Help/Action/CreateCircle|Create Circle]] and [[Help/Action/AlignInLine|Align Nodes in Line]] actions (r6892:6894, r6919, r6933:6934, r6942)
    87   * Access to OSM and JOSM websites in https by default (r6897:6898, r6900, r6905, r6917, r6920, r6946, r6950)
    88   * Remote control: listen also in https on port 8112 (r6941)
    89   * Make UI messages copy-able (r6901, r6911, r6925, r6932, r6935, r6944)
    90   * Ask Mac/Debian/Ubuntu users to update to Java 7 (r6943)
    91 * minor enhancements
    92   * Add "Add/Edit/Delete" entries to tags/memberships contextual menus (r6939)
    93   * MapCSS:
    94     * Add support for `@media` expressions (r6896)
    95     * Add CRC32 checksum (r6899, r6908)
    96   * Validator:
    97     * Check addresses interpolation range/values (r6927, r6949)
    98     * Check wrong multiple values (r6928)
    99   * WMS: filter unsupported image formats, preselect jpeg or png (r6930)
    100 
    101 == 2014-02-28: Stable release r6891 ([milestone:"14.02" 14.02])
    102 * major changes/enhancements
    103   * Allow HTTPS access to OSM API (r6840, r6845, r6847, r6849, r6885)
    104   * Do not suggest to combine conflicting values in order to reduce the wrong usage of semicolon values (r6770, r6802)
    105 * minor enhancements
    106   * Enable loading of `.osm.zip` files (r6882)
    107   * Verify for new versions of plugins on crashes (r6797)
    108   * GPX:
    109     * Allow to download compressed GPX tracks from osm.org/trace/ using "Download location" (r6803)
    110     * Use neutral track color if speed is zero (velocity mode) or time extent is very short (time mode, r6775)
    111   * History dialog: Show changeset `source` (r6827, r6836, r6864:6865)
    112   * MapCSS: Allow (named) colours with alpha (r6774)
    113   * Presets/Map styles:
    114     * Add `preset_name_label` attribute to `<item>` to automatically add "[preset name]" at the beginning of dialog (r6824, r6835)
    115     * Add `highway=raceway` (r6777), non-public-transport `route` relations (r6810:6813, r6817:6819), `shop=bookmaker|lottery` (r6855)
    116     * "Add to toolbar" in preset list context menu (F3-right click, r6844)
    117     * Rendering of `craft=painter|plumber|pottery|stonemason|tiler|window_construction` (r6820), `shop=gift` (r6888)
    118   * Remote Control: new `referrers` argument to `load_object` handler (r6782)
    119   * Validator:
    120     * Validate `population` (r6769)
    121     * Check and remove unnecessary `area=yes` (r6778), `building=no` (r6788)
    122     * Detect `sport`s without physical features (r6859:6861, r6877)
    123     * Sort results naturally (r6804)
    124 * sub-minor enhancements
    125   * Make status bar background/foregound colors configurable (r6789)
    126   * Set HTTP `Accept` header to expected MIME types when downloading presets, styles, plugins (r6867:6868)
    127 * major bugs
    128   * Sensible upload order of relations to be deleted (r6776, r6801, r6886)
    129   * Performance improvements (r6821:6823, r6834, r6841)
    130 
    131 == 2014-01-29: Stable release r6767 ([milestone:"14.01 (hotfix)" 14.01 hotfix])
    132 * major bugs:
    133   * Fix JSON support (r6764, r6767)
    134   * Fix validator translation files (r6766)
    135 
    136 == 2014-01-27: Stable release r6763 ([milestone:14.01 14.01])
    137 * major enhancements
    138   * Presets:
    139     * Refactorization by introducing `<chunk id="X">` and `<reference ref="X"/>` (r6558:6559, r6562, r6570)
    140     * Extension by introducing `<preset_link preset_name="..." />` to add a link to another preset (r6572, r6618)
    141   * Upload window - `source`: add `knowledge`, `survey` to selection, compute value from layers (r6565, r6567, r6590, r6654)
    142   * MapCSS: syntax improvements:
    143     * Regular expression support for key conditions (r6547)
    144     * Comparison of two key values (`[key1 = *key2]`, r6554)
    145     * New `set class` instruction and `.class` selector (r6560:6561, r6601)
    146     * New spatial "element of" (`inner ∈ outer`, r6607, r6609)
    147     * New crossing operator (`area ⧉ area`, r6613)
    148     * New `unconnected` pseudo class for nodes without parent way (r6687)
    149     * Add option to include colour preferences of external styles (r6740)
    150     * Determine opacity/transparency of a color using `alpha()` (r6749)
    151   * Validator:
    152     * New MapCSS-based tag checker/fixer (r6506, r6511:6513, r6529, r6532, r6534, r6537:6538, r6548, r6550:6553, r6583:6584, r6601, r6611:6613, r6629, r6636:6637, r6645, r6649:6651, r6675, r6677, r6681, r6720)
    153     * Centralized service for custom Tagchecker [[Rules|rules]] (r6666, r6670)
    154   * Better zoom to selection/conflict when the objects in question are small (r6608)
    155   * Prompt dialogs: more "do not show again..." choices (r6594:6596)
    156   * Add "Search for objects by preset" action (Shift-F3, r6738)
    157   * `wayselector` plugin integrated into main program (r6544)
    158 * minor enhancements
    159   * Initialize default center view of map to last download location instead of (0,0) (r6509)
    160   * Remote control:
    161     * New arguments `changeset_comment` and `changeset_source` to `load_and_zoom` handler to add changeset tags (r6517)
    162     * Add command description to usage page (r6536)
    163   * History dialog: UI tuning (r6519, r6743), shortcuts for up/down arrow keys (r6520)
    164   * Advanced object info: add "Center of bounding box", and "Centroid" for ways (r6566)
    165   * Colour coding of conflicting tags/memberships in way combining dialog (r6616)
    166   * Improvements of proxy support and error handling (r6523:6525, r6602, r6642:6643, r6714)
    167   * Make Unix web browsers configurable via `browser.unix` property (r6682)
    168   * Presets/Map styles:
    169     * Update of presets for `man_made=surveillance` (r6505), `place_of_worship` (r6508), `artwork` (r6620), `railway` (r6640), `power=substation` (r6657, r6662, r6673), `boundary=political` (r6678), `surface` (r6684), `amenity=charging_station` (r6697), `amenity=parking*` (r6701), `barrier`/`entrance` (r6703, r6705)
    170     * Addition of `natural=sand` (r6576), `building=construction` (r6646), `railway=switch` (r6668), `boundary=postal_code` (r6678)
    171     * Replacement of `emergency=aed` by `emergency=defibrillator` (r6658)
    172     * Display `capacity` as a name complement for labels (r6541)
    173     * Display `highway=road` differently (r6709)
    174   * Tools - Create/Update Multipolygon:
    175     * Update multipolygon if a multipolygon relation is selected (r6564, r6569, r6597, r6600)
    176     * Remap keyboard shortcut to `Ctrl-B` and `Ctrl-Shift-B` (r6721)
    177   * Validator:
    178     * Verify links on highways (r6573)
    179     * Check ways with duplicate way segments (r6574, r6619, r6693:6694, r6722)
    180     * Detect crossing `barrier`, `landuse`, `natural`, `boundary` (r6581, r6680)
    181     * Validate `:lanes` (r6592, r6598, r6606, r6647) and `:conditional` tags (r6605)
    182     * Validate nodes inside polygons with the same values (r6614, r6628, r6719)
    183     * Many test improvements (r6503-r6504, r6510, r6515:6516, r6518, r6526:6527, r6533, r6549, r6556, r6563, r6568, r6575, r6580, r6591, r6593, r6604, r6622, r6630, r6632:6633, r6638:6639, r6641, r6648, r6659, r6665, r6667, r6680, r6688:6689, r6691:6692, r6698, r6724, r6735, r6758:6760)
    184 * sub-minor enhancements:
    185   * Allow to build JOSM from a git mirror clone (r6540, r6545, r6585)
    186   * Make dynamic buttons features disabled by default (r6727, r6752)
    187   * Distinguish number of conflicts on nodes, ways and relations (r6555)
    188   * Unicode normalization and multiple whitespace removal in tags (r6699:r6700)
    189   * Allow to enable debug log messages by command-line argument `--debug` (r6730)
    190 
    191 == Older stable releases
    192   * [[Changelog/2013]]: Releases from r5697 to r6502
    193   * [[Changelog/2012]]: Releases from r4878 to r5608
     35== See also ==
     36* There is a similar [[wikitr:/Plugin changelog|changelog for plugins]], which is no longer updated.