@@ -1330,39 +1330,25 @@ QString watsNew = "<html><body>" + tr("Version") + " ";
1330
1330
watsNew += QGis::qgisVersion;
1331
1331
watsNew += " <h3>" + tr (" New features" ) + " </h3>" ;
1332
1332
watsNew += " <ul><li>"
1333
- + tr (" WMS support " )
1333
+ + tr (" Numerous bug fixes " )
1334
1334
+ " <li>"
1335
- + tr (" Improved vector and attribute editing " )
1335
+ + tr (" Improvements in how segment lengths appear in the measure tool. The current segment length is shown/updated in the list of segments " )
1336
1336
+ " <li>"
1337
- + tr (" Map Composer for creating map layouts " )
1337
+ + tr (" Improvement to zoom-in speed for rasters " )
1338
1338
+ " <li>"
1339
- + tr (" Improved measure tools with area measuring " )
1339
+ + tr (" Improve line/area measuring behaviour when the user has been informed that they are probably using the wrong projection for the map canvas " )
1340
1340
+ " <li>"
1341
- + tr (" Attribute searching " )
1341
+ + tr (" Added tooltips to the scale and coordinate position displays in the status bar " )
1342
1342
+ " <li>"
1343
- + tr (" New legend structure " )
1343
+ + tr (" Removed ugly console on WIN32 when not debugging " )
1344
1344
+ " <li>"
1345
- + tr (" Refactoring of API to allow the use of QGIS libraries in mapping applications " )
1345
+ + tr (" Added icons to all GRASS tools. All GRASS tools are now on the toolbar " )
1346
1346
+ " <li>"
1347
- + tr (" Improved MapServer export tool " )
1347
+ + tr (" New GRASS modules added to the GRASS toolbox " )
1348
1348
+ " <li>"
1349
- + tr (" Map canvas background color is customizable " )
1349
+ + tr (" The GRASS plugin is now fully internationalized " )
1350
1350
+ " <li>"
1351
- + tr (" Vector layer transparency" )
1352
- + " <li>"
1353
- + tr (" Antialiasing for vector layers" )
1354
- + " <li>"
1355
- + tr (" GRASS support in all platforms" )
1356
- + " <li>"
1357
- + tr (" Enhanced GRASS support and toolbox commands" )
1358
- + " <li>"
1359
- + tr (" Enhanced vector editing, including copy/paste, snapping and vertex editing" )
1360
- + " <li>"
1361
- + tr (" Shapefile/OGR layer editing" )
1362
- + " <li>"
1363
- + tr (" Option to only look in the geometry_columns table when searching for PostGIS layers" )
1364
- + " <li>"
1365
- + tr (" Many user interface improvements" )
1351
+ + tr (" Launcher plugin added to core plugins " )
1366
1352
+ " </ul></body></html>" ;
1367
1353
1368
1354
0 commit comments