Changes between Version 15 and Version 1032 of Changelog


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

Legend:

Unmodified
Added
Removed
Modified
  • Changelog

    v15 v1032  
    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 == Latest development
    7 * major changes/enhancements
    8 * minor enhancements
    9   * Paste without mouse pointer in draw area should paste to center (r5052)
    10   * add "Add selection to relation" to popup menu of relation toggle dialog (r5082)
    11   * Add Map Paint Styles to View menu (r5086, r5088)
    12   * Warning against misaligned imagery for new users (r5091)
    13   * make target highlighting not feel sluggish (#7503)
    14   * add "Select previous/next Gap" to relation editor as popup menu of the relation members (r5081)
    15   * [[Help/Preferences/RemoteControl|Remote Control]]: add command for opening local files (e.g., `/open_file?filename=...` (r5085)
    16   * [[Help/Preferences/RemoteControl|Remote Control]]: `/load_object` in combination with `addtags` (r5095)
    17   * Toggle [[Help/EditToolbar|edit toolbar]] (in View menu or in popup menu) (r5092)
    18 * sub-minor enhancements
    19   * better label layout in [[Help/Dialog/History#Workingwiththehistorybrowser|VersionInfoPanel]] (r5050)
    20   * load map images in background, in case they are loaded over a network. Show temporary image in the meantime. (r5054)
    21   * improve alternative search dialog (adapt insert text, hand cursor if text can be inserted, differentiate labels from the rest) (r5063)
    22   * rework of projection code (r5065, r5066, r5067, r5071, r5072, r5073)
    23   * use closed way icon in relation editor (and conflict dialog) (r5077)
    24   * make toolbar popup menu more intuitive (also show popup menu on empty space) (r5079)
    25   * presets/styles: Incorporate accepted keys `organic`, `fair_trade`; deprecate previously used `shop=organic` (r5080)
    26   * sort relations "naturally" (e.g., `US 2` < `US 10`) (r5083)
    27 * major bugs
    28   * TaggingPresetSearch did not update type of selected objects and therefore showed possibly wrong presets (r5071)
    29   * API calls blocking, cancel not working, JOSM hangs (r5084)
    30 * [[Plugin changelog#Mar2012|plugin changes]] (since 07.03.2012)
    31  
    32 == 07.03.2012: Stable release r5047
    33 * major changes/enhancements
    34   * cleanup of core+plugin shortcuts (r4916, r4926, r4942, …)
    35   * support for "upload prohibited" .osm files (`<osm upload="false">`, r5025)
    36 * minor enhancements
    37   * [[Help/Preferences/RemoteControl|RemoteControl]]: add option for "new layer" to preference dialog (r4883)
    38   * GeoJSON export (r4886)
    39   * allow to load remote `.osm` files (r4899)
    40   * provide [[Help/Dialog/RelationEditor|Relation Editor]] shortcuts (r4905)
    41   * show tooltip in undo-menu which action will be undone/redone (r4908)
    42   * (insensitive) word-based search in shortcut prefs (r4909, r4914)
    43   * AngleSnapping mode: precize intersections, Tab key customizable, "Disable" option in context menu (r4917)
    44   * improve preferences dialog startup time (r4930, r4931, r4968, r4969)
    45   * compressed images, handling of 1-bit-alpha PNGs (r4938, r4939, r4940)
    46   * display distance of moved node in history window (r4990)
    47   * load OSM data just by dropping URL in main window (r4996), with or without "zoom" parameter (r5005, r5011)
    48   * faster relation selecting with middle- or Alt-clicking (r5016, #7314/#7317)
    49   * add Belgian Lambert 1972 and 2008 projections (r5022)
    50   * possibility to hide side buttons in toggle dialogs permanently, show actions from buttons in popup menu (r5028)
    51 * major bugs
    52 * [[Plugin changelog#Feb2012|plugin changes]]
    5310
    54 == 30.01.2012: Stable release r4878
    55 * major enhancements
    56   * [[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)
    57   * [[Help/Action/ImproveWayAccuracy|ImproveWayAccuracy]] plugin has been added to core
    58 * minor enhancements
    59   * add Lambert 93 projection (r4673, r4781)
    60   * presets: add `amenity=parking_space`, `amenity=parking_entrance` (r4676), `building` (r4744)
    61   * show warning message when deleting relations (r4677)
    62   * search: allow searching by modification time (r4679)
    63   * improve splash screen: show execution time of items, display more detailed information (r4681)
    64   * validator: add test Way connected to Area (r4682), typical tag combinations (derived from Taginfo; r4777)
    65   * user-friendly error message with failed precondition (HTTP 412) related to nodes still used by ways (r4691)
    66   * [[Help/Dialog/Properties|properties dialog]]: possibility to select and perform actions on several entries at once (r4697, r4773)
    67   * improve startup time by caching `/capabilities` (r4709)
    68   * individual icons for [[Help/Menu/Imagery|imagery background]] (r4713)
    69   * posibility to run please wait runnable tasks in background (r4718)
    70   * command to load and cache WMS background images along a gpx track in advance (r4745)
    71   * 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)
    72   * add "Highlight target ways and nodes" in preferences (r4767)
    73   * command line option to set an arbitrary preference value on start. (e.g., `--set=expert=true`; r4789)
    74   * [[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)
    75   * add a "zoom to gap" functionality to the relation editor (r4792)
    76   * move cache files to `~/.josm/cache` (r4810, r4812, r4813, r4818)
    77   * provide an option to automatically download elements after a reference error (r4816)
    78   * allow plugins to register search operators (r4817), map painting styles and tagging presets (r4839)
    79   * alternative search dialog for beta testing (enabled by setting `dialog.search.new` to true; r4832)
    80   * moved several commands to expert mode (r4828, r4835, r4840, r4841, r4843, r4844, r4849)
    81 * major bugs
    82   * fix passing OSM auth information to wrong server (e.g., WMS server; r4690)
    83   * fix several shortcut conflicts, remap several shortcuts (r4711, r4850, [[DevelopersGuide/ShortcutsList]])
    84   * starts extremely slow when osm api is offline, no read timeout for normal API connections (r4854, r4859)
    85 * [[Plugin changelog#Jan2012|plugin changes]]
     11== Older stable releases ==
     12  * [wikitr:/Changelog/2025]: Releases from r19266 to r19439
     13  * [wikitr:/Changelog/2024]: Releases from r18906 to r19265
     14  * [wikitr:/Changelog/2023]: Releases from r18623 to r18905
     15  * [wikitr:/Changelog/2022]: Releases from r18361 to r18622
     16  * [wikitr:/Changelog/2021]: Releases from r17429 to r18360
     17  * [wikitr:/Changelog/2020]: Releases from r15629 to r17428
     18  * [wikitr:/Changelog/2019]: Releases from r14261 to r15628
     19  * [wikitr:/Changelog/2018]: Releases from r13266 to r14260
     20  * [wikitr:/Changelog/2017]: Releases from r11426 to r13265
     21  * [wikitr:/Changelog/2016]: Releases from r9230 to r11425
     22  * [wikitr:/Changelog/2015]: Releases from r7907 to r9229
     23  * [wikitr:/Changelog/2014]: Releases from r6763 to r7906
     24  * [wikitr:/Changelog/2013]: Releases from r5697 to r6502
     25  * [wikitr:/Changelog/2012]: Releases from r4878 to r5608
     26
     27== See also ==
     28* There is a similar [[wikitr:/Plugin changelog|changelog for plugins]], which is no longer updated.