Changes between Version 27 and Version 28 of Changelog


Ignore:
Timestamp:
2012-06-04T18:17:59+02:00 (14 years ago)
Author:
simon04
Comment:

changes up to r5267

Legend:

Unmodified
Added
Removed
Modified
  • Changelog

    v27 v28  
    44This 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]].
    55
    6 == Latest development
     6{{{#!comment
    77* major changes/enhancements
    88* minor enhancements
    99* sub-minor enhancements
    1010* major bugs
     11}}}
     12
     13== Latest development
     14* major changes/enhancements
     15  * new languages: pt (r5244), ca (r5245)
     16  * support for custom projections (improved) (r5226, r5227, r5228, r5229)
     17* minor enhancements
     18  * MapCSS changes
     19    * change semantics of `casing-width` (r5214)
     20    * change `z-index` handling (r5217)
     21  * mapstyles: add automatic reloading of local styles when they have been edited in an extenal editor (based on mtime) (r5219)
     22  * enable tags moving when creating multipolygon (r5225)
     23* sub-minor enhancements
     24  * [http://josm.openstreetmap.de/doc/ JOSM JavaDoc] (r5263)
     25  * projections
     26    * change UTM datum to WGS84. (r5232)
     27    * add parameters for the currently supported projections (r5238)
     28    * no rounding for projection bounds, to avoid 42 being dispayed as 41.99999999999 (r5235)
     29    * removed offset option from UTM which is probably rarely used. (r5236)
     30  * Extract altitude from photos and GPX track (r5242)
     31  * styles/presets/validator
     32    * update roundabout-related styles/presets/checks. (r5250)
     33    * new map layer icon for traffic_calming objects (r5246)
     34* major bugs
     35  * How to get resources from inside plugin? (r5241)
    1136
    1237== 2012-05-02: Stable release r5210