Changes between Version 4 and Version 1033 of Changelog


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

Legend:

Unmodified
Added
Removed
Modified
  • Changelog

    v4 v1033  
    11[[TranslatedPages]]
    2 = Changelog
     2[[PageOutline(2-15,Table of Contents)]]
    33
    4 This wiki page aims for providing user-friendly changelog for the tested releases of JOSM.  Its granularity lies somewhere between the contents of [[StartupPage]] and the [/log SVN log messages].
     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 == Latest development
     10== 2026-02-01: Stable release 19481 ([milestone:"26.01" 26.01]) == #stable-release-26.01
     11* See full log [/log/josm/?rev=19481&stop_rev=19440 SVN log messages of milestone 26.01]
    712
    8 * major enhancements
    9 * minor enhancements
    10   * [[Help/Preferences/RemoteControl|RemoteControl]]: add option for "new layer" to preference dialog (r4883)
    11   * GeoJSON export (r4886)
    12   * allow to load remote `.osm` files (r4899)
    13   * provide [[Help/Dialog/RelationEditor|Relation Editor]] shortcuts (r4905)
    14   * show tooltip in undo-menu which action will be undone/redone (r4908)
    15 * major bugs
     13== Older stable releases ==
     14  * [wikitr:/Changelog/2025]: Releases from r19266 to r19439
     15  * [wikitr:/Changelog/2024]: Releases from r18906 to r19265
     16  * [wikitr:/Changelog/2023]: Releases from r18623 to r18905
     17  * [wikitr:/Changelog/2022]: Releases from r18361 to r18622
     18  * [wikitr:/Changelog/2021]: Releases from r17429 to r18360
     19  * [wikitr:/Changelog/2020]: Releases from r15629 to r17428
     20  * [wikitr:/Changelog/2019]: Releases from r14261 to r15628
     21  * [wikitr:/Changelog/2018]: Releases from r13266 to r14260
     22  * [wikitr:/Changelog/2017]: Releases from r11426 to r13265
     23  * [wikitr:/Changelog/2016]: Releases from r9230 to r11425
     24  * [wikitr:/Changelog/2015]: Releases from r7907 to r9229
     25  * [wikitr:/Changelog/2014]: Releases from r6763 to r7906
     26  * [wikitr:/Changelog/2013]: Releases from r5697 to r6502
     27  * [wikitr:/Changelog/2012]: Releases from r4878 to r5608
    1628
    17 == 30.01.2012: Stable release r4878
    18 * major enhancements
    19   * [[Help/Action/Draw|drawing action]] allows to draw segments with discrete angles (e.g., 30/45°; r4767, r4781), context menu for "Angle" status panel (r4803)
    20   * [[Help/Action/ImproveWayAccuracy|ImproveWayAccuracy]] plugin has been added to core
    21 * minor enhancements
    22   * add Lambert 93 projection (r4673, r4781)
    23   * presets: add `amenity=parking_space`, `amenity=parking_entrance` (r4676), `building` (r4744)
    24   * show warning message when deleting relations (r4677)
    25   * search: allow searching by modification time (r4679)
    26   * improve splash screen: show execution time of items, display more detailed information (r4681)
    27   * validator: add test Way connected to Area (r4682), typical tag combinations (derived from Taginfo; r4777)
    28   * user-friendly error message with failed precondition (HTTP 412) related to nodes still used by ways (r4691)
    29   * [[Help/Dialog/Properties|properties dialog]]: possibility to select and perform actions on several entries at once (r4697, r4773)
    30   * improve startup time by caching `/capabilities` (r4709)
    31   * individual icons for [[Help/Menu/Imagery|imagery background]] (r4713)
    32   * posibility to run please wait runnable tasks in background (r4718)
    33   * command to load and cache WMS background images along a gpx track in advance (r4745)
    34   * extend Jump to next/previous marker to georefimage layer and made it easily possible to add jumping to any layer where it makes sense (r4751)
    35   * add "Highlight target ways and nodes" in preferences (r4767)
    36   * command line option to set an arbitrary preference value on start. (e.g., `--set=expert=true`; r4789)
    37   * [[Help/Preferences/RemoteControl|RemoteControl]]: new command `/load_object` to download objects by id; `/add_way` command to create a new way with certain coordinates; parameter `new_layer` for the `/load_and_zoom` command to load the data into a new layer (r4791, r4796, r4833, r4834, r4861)
    38   * add a "zoom to gap" functionality to the relation editor (r4792)
    39   * move cache files to `~/.josm/cache` (r4810, r4812, r4813, r4818)
    40   * provide an option to automatically download elements after a reference error (r4816)
    41   * allow plugins to register search operators (r4817), map painting styles and tagging presets (r4839)
    42   * alternative search dialog for beta testing (enabled by setting `dialog.search.new` to true; r4832)
    43   * moved several commands to expert mode (r4828, r4835, r4840, r4841, r4843, r4844, r4849)
    44 * major bugs
    45   * fix passing OSM auth information to wrong server (e.g., WMS server; r4690)
    46   * fix several shortcut conflicts, remap several shortcuts (r4711, r4850, [[DevelopersGuide/ShortcutsList]])
    47   * starts extremely slow when osm api is offline, no read timeout for normal API connections (r4854, r4859)
     29== See also ==
     30* There is a similar [[wikitr:/Plugin changelog|changelog for plugins]], which is no longer updated.