Changes between Initial Version and Version 1 of Changelog/2012


Ignore:
Timestamp:
2013-10-06T21:34:04+02:00 (12 years ago)
Author:
Don-vip
Comment:

Changelog becomes too big, time to split one page per year

Legend:

Unmodified
Added
Removed
Modified
  • Changelog/2012

    v1 v1  
     1[[TranslatedPages]]
     2= 2012 Changelog
     3
     4This 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].
     5
     6== 2012-12-02: Stable release r5608
     7* major changes/enhancements
     8  * Drop unnecessary properties for upload to the OSM API in order to save bandwidth (r5589)
     9  * Allow searching for position in ways with operators `nth:` and `nth%:` (r5578)
     10  * Better handling of plugin automatic updates (automatic dependencies resolution + version number update, r5601)
     11* minor enhancements
     12  * Remote control: add `zoom_mode` parameter to `load_and_zoom` handler (r5600)
     13  * Internal presets:
     14    * Allow length of input box for text (r5579) and custom size for icons (r5582)
     15    * Add `traffic_calming=island` and `traffic_calming=rumble_strip` (r5581)
     16    * Update presets according to public transport scheme (r5592, r5594, r5596)
     17    * Waterway relation: Allow empty roles (r5595)
     18    * Track: list `tracktype` above "Optional attributes" (r5593)
     19* [[Plugin changelog#Nov2012|plugin changes]]
     20* [/query?status=closed&component=!Trac&resolution=fixed&changetime=2012-11-10..2012-12-02&col=id&col=summary&col=changetime&col=component&col=type&col=priority&col=time&col=reporter&order=changetime complete list of tickets fixed]
     21
     22== 2012-11-10: Stable release r5576
     23* minor changes/enhancements
     24  * support "nautical mile" (NM) as system of measurement (r5549)
     25  * remember layer visibility/opacity (r5551)
     26  * option for antialiasing wireframe and gpx layers (r5568)
     27* sub-minor enhancements
     28  * Internal presets:
     29    * add `man_made=breakwater` (r5535) and `sport=gaelic_games` and deprecate `sport=gaelic_football` (r5536)
     30    * update of OSM wiki links (r5537)
     31    * Add `highway=give_way` (r5559)
     32* major bugs
     33  * fixed IllegalPathStateException when running validator (building inside building) (r5542)
     34  * fixed ArrayIndexOutOfBoundsException when rendering ways (r5571)
     35* [[Plugin changelog#Oct2012|plugin changes]]
     36* [/query?status=closed&component=!Trac&resolution=fixed&changetime=2012-10-07..2012-11-09&col=id&col=summary&col=changetime&col=component&col=type&col=priority&col=time&col=reporter&order=changetime complete list of tickets fixed]
     37
     38== 2012-10-07: Stable release r5531
     39* major changes/enhancements
     40  * Validator: rework of "Building inside Building" test from scratch (r5522)
     41  * Automatically discard some tags on upload (`TIGER`, `odbl`: r5497, `yh`: r5531)
     42* minor changes/enhancements
     43  * CT user status is no longer displayed in users and history dialogs (r5495)
     44  * Validator:
     45    * find duplicate (direction-independant) ways in reverse order (r5487)
     46    * no warning if all nodes at a same position have a distinct elevation (r5503)
     47  * Relation editor: properly sort `associatedStreet` relations houses according to their `addr:housenumber` (r5516)
     48  * Map Styles:
     49    * add icons for `public_transport` (`stop_position` and `platform`, r5521)
     50    * add style for `natural=sand` (r5524)
     51* major bugs
     52  * division by 0 when getting screen info at startup (r5504)
     53  * fixed some more memory leaks (r5512, r5513)
     54  * removing saved non-uploadable layer asks for confirmation (r5519)
     55  * Map icons sometimes disapear after an "Update Data" command (r5530)
     56* [/query?status=closed&component=!Trac&resolution=fixed&changetime=2012-08-31..2012-10-06&col=id&col=summary&col=changetime&col=component&col=type&col=priority&col=time&col=reporter&order=changetime complete list of tickets fixed]
     57
     58== 2012-08-31: Stable release r5485
     59* sub-minor enhancements
     60  * Recent added tags: correctly select one-char-length values, properly gray out icon and text for disabled tags (r5484)
     61* major bugs
     62  * Fixed usability regression in "add value" dialog and search window (r5483)
     63* [/query?status=closed&component=!Trac&resolution=fixed&changetime=2012-08-29..2012-08-30&col=id&col=summary&col=changetime&col=component&col=type&col=priority&col=time&col=reporter&order=changetime complete list of tickets fixed]
     64
     65== 2012-08-29: Stable release r5482
     66* major changes/enhancements
     67  * Imagery layers:
     68    * Suggest imagery layers for downloaded area based on their <bounds> and <shape> in [[Maps]] (r5369, r5381, r5388, r5402)
     69    * Adjustable tile size for WMS layers (r5389)
     70    * Individual imagery icons in layer list (r5390)
     71    * Session support added for imagery layers (r5391)
     72    * Improve usability of WMS Layer Saving/Loading (r5459)
     73  * Show last N used tags in "Add key/value" dialog for selecting with a single click (r5383, r5385, r5399, r5424, r5425, r5427, r5428, r5479)
     74  * Full compatibility with GPX 1.0 and GPX 1.1 (r5393, r5395, r5396, r5397, r5398)
     75  * License change: the `licensechange` plugin is deprecated (r5436)
     76* minor enhancements
     77  * Allow to open local and remote compressed osmChange files (`osc.gz`, `osc.bz`, `osc.bz2`) + remote `osm.gz` files (r5361)
     78  * Various osmChange download improvements (r5476)
     79  * Display the EXIF/GPS time of geotagged images, when known (r5432)
     80  * Performance
     81    * Improved performance when moving a large number of objects (r5370, r5377)
     82    * Reduced download time when fetching a large number of objects (r5386, r5387)
     83    * Speed up tagging preset dialog with lots of comboboxes (r5404)
     84    * Reduced start-up time (don't block main worker thread for preset image loading) (r5405)
     85  * Presets:
     86    * Add `highway=secondary_link` and `highway=tertiary_link` (r5420)
     87  * [[Help/Preferences/RemoteControl|Remote Control]]:
     88    * `/imagery` accepts spaces in layer name (r5444), new parameters `min_zoom` and `max_zoom` (r5445)
     89  * Validator:
     90    * Warn about missing `power=tower/pole` within powerlines, even for first and last node of the line (r5359)
     91    * Better handling of unknown religion denominations (r5475)
     92* sub-minor enhancements
     93  * Rework of comboboxes handling (r5429, r5450, r5451, r5453)
     94  * Rework of open/save dialogs handling (r5438, r5456, r5457)
     95  * Tab icons in Preferences dialog are always of 48x48 pixels (r5454, r5455)
     96* major bugs
     97  * Fixed several errors when dealing with nodes without coordinates (r5408, r5409, r5410)
     98  * Fixed several errors in Conflict Dialog (r5413, r5414, r5416) and Validator Dialog (r5415)
     99  * Fixed several memory leaks (r5459, r5463, r5471, r5472)
     100* [/query?status=closed&component=!Trac&resolution=fixed&changetime=2012-07-23..2012-08-28&col=id&col=summary&col=changetime&col=component&col=type&col=priority&col=time&col=reporter&order=changetime complete list of tickets fixed]
     101
     102== 2012-07-23: Stable release r5356
     103* minor enhancements
     104  * Automatic pasting of IDs or URL into Download Object fields (r5354)
     105  * Allow to change `F1` help shortcut on Windows (r5355)
     106* sub-minor enhancements
     107  * Display of missing coordinates in Node history dialog (r5356)
     108* major bugs
     109  * Fixed 2 NPEs when dealing with nodes without coordinates (r5356)
     110* [[Plugin changelog#Jul2012|plugin changes]]
     111* [/query?status=closed&component=!Trac&resolution=fixed&changetime=2012-07-20..2012-07-22&col=id&col=summary&col=changetime&col=component&col=type&col=priority&col=time&col=reporter&order=changetime complete list of tickets fixed]
     112
     113== 2012-07-20: Stable release r5353
     114* major changes/enhancements
     115  * Handle redacted objects resulting from OSM License change process (r5339, r5340)
     116  * Handle deleted nodes without coordinates after recent OSM API change (r5326, r5328, r5332, r5333, r5334, r5346, r5349, r5350, r5351)
     117* minor enhancements
     118  * Allow to open remote *.osm.bz/*.osm.bz2/*.osc files (r5317, r5345)
     119  * Map styles:
     120    * Use "real width" painting for `aeroway=` and `waterway=` (r5343)
     121    * Improvements in rendering of inactive layers (r5348)
     122  * Presets: Update `railway=rail`: add optional combo `usage=` (r5318)
     123  * Validator:
     124    * Allow `maxspeed=` on `railway=` (r5329) and `traffic_sign=` (r5336)
     125    * Do not warn about "untagged ways" that are relation members with role `outer`, `inner`, `perimeter`, `edge` or `outline` (r5352)
     126    * Render all names (up to 80 chars) in validator tree, instead of just the first one followed by "..." (r5353)
     127* [[Plugin changelog#Jul2012|plugin changes]]
     128* [/query?status=closed&component=!Trac&resolution=fixed&changetime=2012-07-03..2012-07-19&col=id&col=summary&col=changetime&col=component&col=type&col=priority&col=time&col=reporter&order=changetime complete list of tickets fixed]
     129
     130== 2012-07-03: Stable release r5315
     131* minor enhancements
     132  * Double click on Attributes Window to Add tag (r5271)
     133  * Validator changes
     134    * warn about nodes tagged with their way's tags (r5272)
     135    * allow `boat` on `natural=water` (r5273)
     136    * building tests no more restricted to `building=yes`, but take into account `no` and `entrance` (r5293)
     137    * warn about missing `power=tower/pole` within power lines (r5300, r5312)
     138  * Conflict dialog
     139    * allow selection via double-click, zoom via contextual menu (r5297, r5301, r5310)
     140    * various UI fixes (r5288, r5291, r5296, r5299)
     141  * Map styles
     142    * Icons for `amenity=waste_basket/waste_disposal` (r5276, r5277)
     143* sub-minor enhancements
     144  * robustness in plugin list parsing (r5306, r5307)
     145* major bugs
     146  * Conflicts
     147    * Resolved several NPEs in conflict manager and when merging layers (r5297, r5298, r5299, r5303)
     148  * Validator
     149    * Do not create delete commands for objects that already have been deleted, silently drop the related error in validator dialog (r5287)
     150* [[Plugin changelog#Jun2012|plugin changes]]
     151* [/query?status=closed&component=!Trac&resolution=fixed&changetime=2012-06-04..2012-07-02&col=id&col=summary&col=changetime&col=component&col=type&col=priority&col=time&col=reporter&order=changetime complete list of tickets fixed]
     152
     153== 2012-06-04: Stable release r5267
     154* major changes/enhancements
     155  * new languages: pt (r5244), ca (r5245)
     156  * support for custom projections (improved) (r5226, r5227, r5228, r5229)
     157* minor enhancements
     158  * MapCSS changes
     159    * change semantics of `casing-width` (r5214)
     160    * change `z-index` handling (r5217)
     161  * mapstyles: add automatic reloading of local styles when they have been edited in an external editor (based on mtime) (r5219)
     162  * enable tags moving when creating multipolygon (r5225)
     163* sub-minor enhancements
     164  * [http://josm.openstreetmap.de/doc/ JOSM JavaDoc] (r5263)
     165  * projections
     166    * change UTM datum to WGS84. (r5232)
     167    * add parameters for the currently supported projections (r5238)
     168    * no rounding for projection bounds, to avoid 42 being dispayed as 41.99999999999 (r5235)
     169    * removed offset option from UTM which is probably rarely used. (r5236)
     170  * Extract altitude from photos and GPX track (r5242)
     171  * styles/presets/validator
     172    * update roundabout-related styles/presets/checks. (r5250)
     173    * new map layer icon for traffic_calming objects (r5246)
     174* major bugs
     175  * How to get resources from inside plugin? (r5241)
     176* [/query?status=closed&component=!Trac&resolution=fixed&changetime=2012-05-02..2012-06-03&col=id&col=summary&col=changetime&col=component&col=type&col=priority&col=time&col=reporter&order=changetime complete list of tickets fixed]
     177
     178== 2012-05-02: Stable release r5210
     179* minor enhancements
     180  * make alternative search dialog default (r5198)
     181  * command line argument `--load-preferences=` to apply settings on JOSM start (r5201)
     182  * Allow MapCSS to style right and left side casings differently (r5206)
     183* sub-minor enhancements
     184  * Scrollable menu for Imagery offset (r5185)
     185  * remote control: increase the possible request size (from 1KiB to 1MiB) (r5189)
     186  * Style: icons for building entrances (r5190)
     187  * Angle snapping: show 30 instead of 330 (r5191)
     188  * Tagging presets: `barrier=ditch` (r5192), `overtaking=` (r5193), make use of new matching functionality (in road restrictions, buildings, addresses, contact information) (r5197)
     189  * add validation warning `Superfluous turnrestriction as "to" way is oneway` (r5199)
     190  * keys Ctrl-Shift-Up/Down, Enter, Spacebar work better in toggle dialogs; Enter and Spacebar = useful actions for list items (select, toggle, etc.) (r5200)
     191* [/query?status=closed&component=!Trac&resolution=fixed&changetime=2012-04-14..2012-05-01&col=id&col=summary&col=changetime&col=component&col=type&col=priority&col=time&col=reporter&order=changetime complete list of tickets fixed]
     192
     193== 2012-04-14: Stable release r5181
     194* major changes/enhancements
     195  * Mechanism to modify JOSM settings and store files, advanced preferences dialog modifications + JavaScript configuration API + asynchronous file download task DownloadFileTask + function to export arbitrary preference keys to file (r5114)
     196  * Warn non-experts when combining ways with conflicting tags or ways being part of relations (r5132)
     197  * Several improvements in startup time: perform several initialization tasks in parallel (r5134), speedup XML parser r5135, speedup presets initialization by some caching (r5136), load preset icons in a background thread (r5139)
     198  * Add lasso selection mode (r5152)
     199* minor enhancements
     200  * Paste without mouse pointer in draw area should paste to center (r5052)
     201  * Add "Add selection to relation" to popup menu of relation toggle dialog (r5082)
     202  * Add Map Paint Styles to View menu (r5086, r5088)
     203  * Warning against misaligned imagery for new users (r5091)
     204  * Make target highlighting not feel sluggish (#7503)
     205  * Add "Select previous/next Gap" to relation editor as popup menu of the relation members (r5081)
     206  * [[Help/Preferences/RemoteControl|Remote Control]]: add command for opening local files (e.g., `/open_file?filename=...` (r5085)
     207  * [[Help/Preferences/RemoteControl|Remote Control]]: `/load_object` in combination with `addtags` (r5095, r5116)
     208  * Toggle [[Help/EditToolbar|edit toolbar]] (in View menu or in popup menu) (r5092)
     209  * Increase Readability of Available Presets/Styles (sort entries, tooltip as table, additional author/url in gray) (r5105)
     210  * Enhancements in plugin dependencies system (view "requires" in plugin prefs + auto selection of required plugins + alert when unselecting a plugin still required) (r5121)
     211  * Angle Snapping improvements: activation on A (Tab can be disabled, see #7438), better projections, show activation in status line (r5137)
     212  * tagging presets: allow to change the matching process (`match=none|key|key!|keyvalue`), remove `delete_if_empty`, `default` defaults to "", adapted comments in `defaultpresets.xml`, refactoring of the matching process (removes some duplicate code and some magical arithmetic) (r5155)
     213  * tagging presets: allow icons for individual combo items (use new `<list_entry>` element) (r5158)
     214* sub-minor enhancements
     215  * better label layout in [[Help/Dialog/History#Workingwiththehistorybrowser|VersionInfoPanel]] (r5050)
     216  * load map images in background, in case they are loaded over a network. Show temporary image in the meantime. (r5054)
     217  * improve alternative search dialog (adapt insert text, hand cursor if text can be inserted, differentiate labels from the rest) (r5063)
     218  * rework of projection code (r5065, r5066, r5067, r5071, r5072, r5073)
     219  * use closed way icon in relation editor (and conflict dialog) (r5077)
     220  * make toolbar popup menu more intuitive (also show popup menu on empty space) (r5079)
     221  * sort relations "naturally" (e.g., `US 2` < `US 10`) (r5083)
     222  * presets/styles: Incorporate accepted keys `organic`, `fair_trade`; deprecate previously used `shop=organic` (r5080)
     223  * remove and deprecate `bicycle_parking=sheffield` (r5107)
     224  * update `bicycle_parking` preset (r5126)
     225  * Show opacity slider in the middle of the screen in case opacity button is hidden (r5127)
     226  * add style for `entrance=*` (r5133), `power=transformer` (r5148)
     227* major bugs
     228  * TaggingPresetSearch did not update type of selected objects and therefore showed possibly wrong presets (r5071)
     229  * API calls blocking, cancel not working, JOSM hangs (r5084)
     230* [[Plugin changelog#Mar2012|plugin changes]]
     231* [/query?status=closed&component=!Trac&resolution=fixed&changetime=2012-03-07..2012-04-14&col=id&col=summary&col=changetime&col=component&col=type&col=priority&col=time&col=reporter&order=changetime complete list of tickets fixed]
     232
     233== 2012-03-07: Stable release r5047
     234* major changes/enhancements
     235  * cleanup of core+plugin shortcuts (r4916, r4926, r4942, …)
     236  * support for "upload prohibited" .osm files (`<osm upload="false">`, r5025)
     237* minor enhancements
     238  * [[Help/Preferences/RemoteControl|RemoteControl]]: add option for "new layer" to preference dialog (r4883)
     239  * GeoJSON export (r4886)
     240  * allow to load remote `.osm` files (r4899)
     241  * provide [[Help/Dialog/RelationEditor|Relation Editor]] shortcuts (r4905)
     242  * show tooltip in undo-menu which action will be undone/redone (r4908)
     243  * (insensitive) word-based search in shortcut prefs (r4909, r4914)
     244  * AngleSnapping mode: precize intersections, Tab key customizable, "Disable" option in context menu (r4917)
     245  * improve preferences dialog startup time (r4930, r4931, r4968, r4969)
     246  * compressed images, handling of 1-bit-alpha PNGs (r4938, r4939, r4940)
     247  * display distance of moved node in history window (r4990)
     248  * load OSM data just by dropping URL in main window (r4996), with or without "zoom" parameter (r5005, r5011)
     249  * faster relation selecting with middle- or Alt-clicking (r5016, #7314/#7317)
     250  * add Belgian Lambert 1972 and 2008 projections (r5022)
     251  * possibility to hide side buttons in toggle dialogs permanently, show actions from buttons in popup menu (r5028)
     252* [[Plugin changelog#Feb2012|plugin changes]]
     253* [/query?status=closed&component=!Trac&resolution=fixed&changetime=2012-01-30..2012-03-06&col=id&col=summary&col=changetime&col=component&col=type&col=priority&col=time&col=reporter&order=changetime complete list of tickets fixed]
     254
     255== 2012-01-30: Stable release r4878
     256* major enhancements
     257  * [[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)
     258  * [[Help/Action/ImproveWayAccuracy|ImproveWayAccuracy]] plugin has been added to core
     259* minor enhancements
     260  * add Lambert 93 projection (r4673, r4781)
     261  * presets: add `amenity=parking_space`, `amenity=parking_entrance` (r4676), `building` (r4744)
     262  * show warning message when deleting relations (r4677)
     263  * search: allow searching by modification time (r4679)
     264  * improve splash screen: show execution time of items, display more detailed information (r4681)
     265  * validator: add test Way connected to Area (r4682), typical tag combinations (derived from Taginfo; r4777)
     266  * user-friendly error message with failed precondition (HTTP 412) related to nodes still used by ways (r4691)
     267  * [[Help/Dialog/Properties|properties dialog]]: possibility to select and perform actions on several entries at once (r4697, r4773)
     268  * improve startup time by caching `/capabilities` (r4709)
     269  * individual icons for [[Help/Menu/Imagery|imagery background]] (r4713)
     270  * posibility to run please wait runnable tasks in background (r4718)
     271  * command to load and cache WMS background images along a gpx track in advance (r4745)
     272  * 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)
     273  * add "Highlight target ways and nodes" in preferences (r4767)
     274  * command line option to set an arbitrary preference value on start. (e.g., `--set=expert=true`; r4789)
     275  * [[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)
     276  * add a "zoom to gap" functionality to the relation editor (r4792)
     277  * move cache files to `~/.josm/cache` (r4810, r4812, r4813, r4818)
     278  * provide an option to automatically download elements after a reference error (r4816)
     279  * allow plugins to register search operators (r4817), map painting styles and tagging presets (r4839)
     280  * alternative search dialog for beta testing (enabled by setting `dialog.search.new` to true; r4832)
     281  * moved several commands to expert mode (r4828, r4835, r4840, r4841, r4843, r4844, r4849)
     282* major bugs
     283  * fix passing OSM auth information to wrong server (e.g., WMS server; r4690)
     284  * fix several shortcut conflicts, remap several shortcuts (r4711, r4850, [[DevelopersGuide/ShortcutsList]])
     285  * starts extremely slow when osm api is offline, no read timeout for normal API connections (r4854, r4859)
     286* [[Plugin changelog#Jan2012|plugin changes]]
     287* [/query?status=closed&component=!Trac&resolution=fixed&changetime=2011-12-21..2012-01-29&col=id&col=summary&col=changetime&col=component&col=type&col=priority&col=time&col=reporter&order=changetime complete list of tickets fixed]