Changes between Version 188 and Version 189 of Changelog


Ignore:
Timestamp:
2014-02-28T01:02:10+01:00 (12 years ago)
Author:
Don-vip
Comment:

r6891

Legend:

Unmodified
Added
Removed
Modified
  • Changelog

    v188 v189  
    1313== 2014-02-27: Stable release r6891 ([milestone:"14.02" 14.02])
    1414* major changes/enhancements
     15  * Allow HTTPS access to OSM API (r6840, r6845, r6847, r6849, r6885)
     16  * Do not suggest to combine conflicting values in order to reduce the wrong usage of semicolon values (r6770, r6802)
    1517* minor enhancements
    16   * Do not suggest to combine conflicting values in order to reduce the wrong usage of semicolon values (r6770)
     18  * Enable loading of `.osm.zip` files (r6882)
     19  * GPX:
     20    * Allow to download compressed GPX tracks from osm.org/trace/ using "Download location" (r6803)
     21    * Use neutral track color if speed is zero (velocity mode) or time extent is very short (time mode, r6775)
     22  * History dialog: Show changeset `source` (r6827, r6836, r6864:6865)
    1723  * MapCSS: Allow (named) colours with alpha (r6774)
     24  * Plugins: Verify for new versions on crashes (r6797)
    1825  * Presets/Map styles:
    19     * Add `highway=raceway` (r6777)
     26    * Add `preset_name_label` attribute to `<item>` to automatically add "[preset name]" at the beginning of dialog (r6824, r6835)
     27    * Add `highway=raceway` (r6777), non-public-transport `route` relations (r6810:6813, r6817:6819), `shop=bookmaker|lottery` (r6855)
     28    * "Add to toolbar" in preset list context menu (F3-right click, r6844)
     29    * Rendering of `craft=painter|plumber|pottery|stonemason|tiler|window_construction` (r6820), `shop=gift` (r6888)
     30  * Remote Control: new `referrers` argument to `load_object` handler (r6782)
    2031  * Validator:
    2132    * Validate `population` (r6769)
    22     * Check and remove unnecessary `area=yes` (r6778)
     33    * Check and remove unnecessary `area=yes` (r6778), `building=no` (r6788)
     34    * Detect `sport`s without physical features (r6859:6861, r6877)
     35    * Sort results naturally (r6804)
    2336* sub-minor enhancements
    24   * GpxLayer: use neutral track color if speed is zero (velocity mode) or time extent is very short (time mode, r6775)
     37  * Make status bar background/foregound colors configurable (r6789)
     38  * Set HTTP `Accept` header to expected MIME types when downloading presets, styles, plugins (r6867:6868)
    2539* major bugs
    26   * Upload: Create a sensible upload order of relations to be deleted (r6776)
     40  * Sensible upload order of relations to be deleted (r6776, r6801, r6886)
     41  * Performance improvements (r6821:6823, r6834, r6841)
    2742
    2843== 2014-01-29: Stable release r6767 ([milestone:"14.01 (hotfix)" 14.01 hotfix])