Skip to content

Commit f80bec6

Browse files
committedMar 3, 2023
changelog and news update for 3.30
1 parent 5aec85d commit f80bec6

File tree

4 files changed

+7958
-0
lines changed

4 files changed

+7958
-0
lines changed
 

‎ChangeLog

Lines changed: 7826 additions & 0 deletions
Large diffs are not rendered by default.

‎NEWS.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,58 @@
11
Change history for the QGIS Project
22

3+
# What's new in Version 3.30 ''s-Hertogenbosch'?
4+
5+
This release has following new features:
6+
7+
- Breaking Changes: Drop project backward compatibility for symbology with QGIS 3.16 and older
8+
- Map Tools: Raster MapTips
9+
- Map Tools: Identify on mouse move, no mouse click
10+
- User Interface: Constraint based functionality for attribute tables
11+
- User Interface: Additional GPS information panel and toolbar fields
12+
- User Interface: GPS Information Panel UX and Refactoring
13+
- Symbology: Improved SLD Export Options
14+
- Rendering: Global map terrain shading
15+
- Rendering: Add super and subscript support for text renderer
16+
- 3D Features: Limit 2D extent of 3D scene
17+
- Print Layouts: Shortcuts manager in print layouts
18+
- Print Layouts: Use text renderer in layout legends
19+
- Expressions: Add feature_id() function
20+
- Expressions: New is_feature_valid() and is_attribute_valid() functions
21+
- Expressions: Add x_at, y_at, z_at, m_at expression functions
22+
- Data Management: DateTime Field editing: segregation of display format and field value format
23+
- Data Management: Add option to directly log GPS points and tracks to a Geopackage or Spatialite db
24+
- Data Management: Add an explicit "Offset from UTC" option for storing GPS feature timestamps
25+
- Data Management: Raster Attribute Tables (RAT) Suppport
26+
- Metadata and Metasearch: Add key dates to layer and project metadata
27+
- Forms and Widgets: Audiovisual multimedia attribute attachments support
28+
- Forms and Widgets: Data defined editable state for form widgets
29+
- Forms and Widgets: Spacer widget for drag & drop attribute forms
30+
- Forms and Widgets: Dynamic text widgets with current_value support
31+
- Forms and Widgets: Dynamic HTML widgets with current_value support
32+
- Layer Legend: New layer ordering improvements
33+
- Processing: Additional options for XYZ Tile exports when using Leaflet html output
34+
- Processing: Support data defined parameter values when using qgis_process tool
35+
- Processing: New "load_layer" function
36+
- Processing: Add user interface for extent definition in GDAL Raster Calculator
37+
- Application and Project Options: Add option to store selected GPS component in geometry M values
38+
- Application and Project Options: Make GPS track destination layer an explicit user choice, remember in project
39+
- Profile Plots: New elevation profile canvas item for QGIS Quick
40+
- Browser: Add dataset relationship editing and creation capabilities in browser
41+
- Data Providers: Removal of Native GeoNode Provider
42+
- Data Providers: In data source manager, allow users to directly add an XYZ tile layer without having to create a connection first
43+
- Data Providers: SQL Logging for OGR Provider
44+
- Data Providers: S3 Cloud Storage Support
45+
- Data Providers: Resolution aware WMTS layers with automatic upscaling
46+
- Data Providers: Drop unmaintained SAGA provider from QGIS installations
47+
- QGIS Server: QGIS_APPLICATION_FULL_NAME environment variable
48+
- QGIS Server: GeoJSON support for WFS DescribeFeatureType
49+
- Plugins: Topology checker rules enabling/disabling and filtering
50+
- Programmability: QgsExifTools Improvements
51+
- Programmability: Smart bracket autocomplete updates for Code Editors
52+
- Programmability: Add "toggle comment" action to the integrated python console
53+
-
54+
55+
356
# What's new in Version 3.28 'Firenze'?
457

558
This release has following new features:

‎doc/NEWS.html

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ <h1 class="title">QGIS News</h1>
161161
</header>
162162
<nav id="TOC" role="doc-toc">
163163
<ul>
164+
<li><a href="#whats-new-in-version-3.30-s-hertogenbosch">What’s new in
165+
Version 3.30 ‘’s-Hertogenbosch’?</a></li>
164166
<li><a href="#whats-new-in-version-3.28-firenze">What’s new in Version
165167
3.28 ‘Firenze’?</a></li>
166168
<li><a href="#whats-new-in-version-3.26-buenos-aires">What’s new in
@@ -271,6 +273,82 @@ <h1 class="title">QGIS News</h1>
271273
</ul>
272274
</nav>
273275
<p>Change history for the QGIS Project</p>
276+
<h1 id="whats-new-in-version-3.30-s-hertogenbosch">What’s new in Version
277+
3.30 ‘’s-Hertogenbosch’?</h1>
278+
<p>This release has following new features:</p>
279+
<ul>
280+
<li>Breaking Changes: Drop project backward compatibility for symbology
281+
with QGIS 3.16 and older</li>
282+
<li>Map Tools: Raster MapTips</li>
283+
<li>Map Tools: Identify on mouse move, no mouse click</li>
284+
<li>User Interface: Constraint based functionality for attribute
285+
tables</li>
286+
<li>User Interface: Additional GPS information panel and toolbar
287+
fields</li>
288+
<li>User Interface: GPS Information Panel UX and Refactoring</li>
289+
<li>Symbology: Improved SLD Export Options</li>
290+
<li>Rendering: Global map terrain shading</li>
291+
<li>Rendering: Add super and subscript support for text renderer</li>
292+
<li>3D Features: Limit 2D extent of 3D scene</li>
293+
<li>Print Layouts: Shortcuts manager in print layouts</li>
294+
<li>Print Layouts: Use text renderer in layout legends</li>
295+
<li>Expressions: Add feature_id() function</li>
296+
<li>Expressions: New is_feature_valid() and is_attribute_valid()
297+
functions</li>
298+
<li>Expressions: Add x_at, y_at, z_at, m_at expression functions</li>
299+
<li>Data Management: DateTime Field editing: segregation of display
300+
format and field value format</li>
301+
<li>Data Management: Add option to directly log GPS points and tracks to
302+
a Geopackage or Spatialite db</li>
303+
<li>Data Management: Add an explicit “Offset from UTC” option for
304+
storing GPS feature timestamps</li>
305+
<li>Data Management: Raster Attribute Tables (RAT) Suppport</li>
306+
<li>Metadata and Metasearch: Add key dates to layer and project
307+
metadata</li>
308+
<li>Forms and Widgets: Audiovisual multimedia attribute attachments
309+
support</li>
310+
<li>Forms and Widgets: Data defined editable state for form widgets</li>
311+
<li>Forms and Widgets: Spacer widget for drag &amp; drop attribute
312+
forms</li>
313+
<li>Forms and Widgets: Dynamic text widgets with current_value
314+
support</li>
315+
<li>Forms and Widgets: Dynamic HTML widgets with current_value
316+
support</li>
317+
<li>Layer Legend: New layer ordering improvements</li>
318+
<li>Processing: Additional options for XYZ Tile exports when using
319+
Leaflet html output</li>
320+
<li>Processing: Support data defined parameter values when using
321+
qgis_process tool</li>
322+
<li>Processing: New “load_layer” function</li>
323+
<li>Processing: Add user interface for extent definition in GDAL Raster
324+
Calculator</li>
325+
<li>Application and Project Options: Add option to store selected GPS
326+
component in geometry M values</li>
327+
<li>Application and Project Options: Make GPS track destination layer an
328+
explicit user choice, remember in project</li>
329+
<li>Profile Plots: New elevation profile canvas item for QGIS Quick</li>
330+
<li>Browser: Add dataset relationship editing and creation capabilities
331+
in browser</li>
332+
<li>Data Providers: Removal of Native GeoNode Provider</li>
333+
<li>Data Providers: In data source manager, allow users to directly add
334+
an XYZ tile layer without having to create a connection first</li>
335+
<li>Data Providers: SQL Logging for OGR Provider</li>
336+
<li>Data Providers: S3 Cloud Storage Support</li>
337+
<li>Data Providers: Resolution aware WMTS layers with automatic
338+
upscaling</li>
339+
<li>Data Providers: Drop unmaintained SAGA provider from QGIS
340+
installations</li>
341+
<li>QGIS Server: QGIS_APPLICATION_FULL_NAME environment variable</li>
342+
<li>QGIS Server: GeoJSON support for WFS DescribeFeatureType</li>
343+
<li>Plugins: Topology checker rules enabling/disabling and
344+
filtering</li>
345+
<li>Programmability: QgsExifTools Improvements</li>
346+
<li>Programmability: Smart bracket autocomplete updates for Code
347+
Editors</li>
348+
<li>Programmability: Add “toggle comment” action to the integrated
349+
python console</li>
350+
<li></li>
351+
</ul>
274352
<h1 id="whats-new-in-version-3.28-firenze">What’s new in Version 3.28
275353
‘Firenze’?</h1>
276354
<p>This release has following new features:</p>

‎linux/org.qgis.qgis.appdata.xml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
<project_group>QGIS</project_group>
2121
<releases>
22+
<release version="3.30.0" date="2023-03-03" />
2223
<release version="3.28.0" date="2022-10-21" />
2324
<release version="3.26.0" date="2022-06-17" />
2425
<release version="3.24.0" date="2022-02-18" />

0 commit comments

Comments
 (0)
Please sign in to comment.