Changes between Initial Version and Version 1 of Changelog


Ignore:
Timestamp:
2012-02-07T14:14:23+01:00 (14 years ago)
Author:
simon04
Comment:

starting a changelog as suggested on the mailinglist

Legend:

Unmodified
Added
Removed
Modified
  • Changelog

    v1 v1  
     1= Changelog
     2
     3This 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
     5== 30.01.2012: Stable release r4878
     6* major enhancements
     7  * [[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)
     8  * [[Help/Action/ImproveWayAccuracy|ImproveWayAccuracy]] plugin has been added to core
     9* minor enhancements
     10  * add Lambert 93 projection (r4673, r4781)
     11  * presets: add `amenity=parking_space`, `amenity=parking_entrance` (r4676), `building` (r4744)
     12  * show warning message when deleting relations (r4677)
     13  * search: allow searching by modification time (r4679)
     14  * improve splash screen: show execution time of items, display more detailed information (r4681)
     15  * validator: add test Way connected to Area (r4682), typical tag combinations (derived from Taginfo; r4777)
     16  * user-friendly error message with failed precondition (HTTP 412) related to nodes still used by ways (r4691)
     17  * [[Help/Dialog/Properties|properties dialog]]: possibility to select and perform actions on several entries at once (r4697, r4773)
     18  * improve startup time by caching `/capabilities` (r4709)
     19  * individual icons for [[Help/Menu/Imagery|imagery background]] (r4713)
     20  * posibility to run please wait runnable tasks in background (r4718)
     21  * command to load and cache WMS background images along a gpx track in advance (r4745)
     22  * 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)
     23  * add "Highlight target ways and nodes" in preferences (r4767)
     24  * command line option to set an arbitrary preference value on start. (e.g., `--set=expert=true`; r4789)
     25  * [[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)
     26  * add a "zoom to gap" functionality to the relation editor (r4792)
     27  * move cache files to `~/.josm/cache` (r4810, r4812, r4813, r4818)
     28  * provide an option to automatically download elements after a reference error (r4816)
     29  * allow plugins to register search operators (r4817)
     30  * alternative search dialog for beta testing (enabled by setting `dialog.search.new` to true; r4832)
     31  * moved several commands to expert mode (r4828, r4835, r4840, r4841, r4843, r4844, r4849)
     32* major bugs
     33  * fix passing OSM auth information to wrong server (e.g., WMS server; r4690)
     34  * fix several shortcut conflicts, remap several shortcuts (r4711, r4850, [[DevelopersGuide/ShortcutsList]])
     35  * starts extremely slow when osm api is offline, no read timeout for normal API connections (r4854, r4859)