Skip to content

Commit a68f3de

Browse files
committedJun 18, 2021
changelog and news update for 3.20
1 parent 81875e0 commit a68f3de

File tree

4 files changed

+12306
-1
lines changed

4 files changed

+12306
-1
lines changed
 

‎ChangeLog

Lines changed: 12142 additions & 1 deletion
Large diffs are not rendered by default.

‎NEWS.md

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

3+
# What's new in Version 3.20 'Odense'?
4+
5+
This release has following new features:
6+
7+
- General: Additional options for opening attribute tables
8+
- General: Set size for all columns in attribute table
9+
- General: Export/import of authentication configurations made easy
10+
- Temporal: Temporal navigation steps
11+
- Temporal: Improved WMS-T settings
12+
- Temporal: Horizontal mouse wheel temporal navigation
13+
- Map Tools: Nominatim Geocoder Integration
14+
- User Interface: Processing history dialog improvements
15+
- User Interface: Map layer icons in the expression builder dialog
16+
- User Interface: SVG browser filtering
17+
- Symbology: Interpolated line symbol layer type for vector layers
18+
- Symbology: Trim the simple line symbol
19+
- Symbology: New "Embedded styling" renderer with OGR feature styles support
20+
- Symbology: New shapes and cap styles for ellipse markers
21+
- Symbology: Set cap styles for simple markers
22+
- Symbology: Allow pen cap style to be set for ellipse marker symbol layers
23+
- Symbology: Polygon rings @geometry_ring_num variable
24+
- Labelling: Fill symbols for label background shields
25+
- Labelling: Blending mode settings for label callouts
26+
- Labelling: Anchor line labels by entire line
27+
- Labelling: Balloon callout corner radius
28+
- Labelling: Balloon (speech bubble) callouts
29+
- Labelling: Curved line callout style
30+
- Labelling: Highlight pinned callout start or end points
31+
- Labelling: Auto-creation of callout auxiliary fields
32+
- Labelling: Callout snapping
33+
- Labelling: Toggle label layers shortcut
34+
- Labelling: Data defined callout start and end points
35+
- Labelling: Allow callouts to be interactively moved using the Move Label tool
36+
- Point Clouds: Support for remote datasets (EPT)
37+
- Print Layouts: "Convert to Static Text" option
38+
- Print Layouts: Improvement to XYZ layers previewed in map items
39+
- Expressions: length3D Function
40+
- Expressions: Extended array expression functions
41+
- Expressions: MIME Type expression function
42+
- Digitising: Select attributes from the largest geometry when merging
43+
- Digitising: Streaming digitizing mode
44+
- Digitising: New "Line Endpoints" snapping option
45+
- Digitising: Select vertices by polygon
46+
- Data Management: Layer tree warning icon for layers with CRS inaccuracies
47+
- Data Management: Basic support for dynamic CRS coordinate epoch
48+
- Data Management: Projection information improvements
49+
- Data Management: Datum ensemble CRS warnings
50+
- Data Management: Persist layer metadata in vector file exports
51+
- Data Management: Layer notes
52+
- Data Management: Automatically load .shp.xml metadata
53+
- Data Management: Automatically translate layer data from ESRI Filegeodatabases to QGIS layer metadata
54+
- Data Management: Read field domains from datasets
55+
- Data Management: Allow loading GPKG layers with GEOMETRY type
56+
- Data Management: Offline editing support for string list and number list field types
57+
- Forms and Widgets: Per-field usage of last values for newly created features
58+
- Forms and Widgets: JSON View widget
59+
- Layer Legend: Vector "label" legend entries
60+
- Processing: Add option to save layer metadata to Package Layers algorithm
61+
- Processing: Raster Layer Properties Algorithm
62+
- Processing: Improved rasterize operation with 3D support
63+
- Processing: Save selected option for Package Layers Algorithm
64+
- Processing: Log levels for processing context
65+
- Processing: Geometry snapper rework offers major speed boost
66+
- Processing: Add a last_value function to the aggregate algorithm
67+
- Application and Project Options: Add global option to disable monitoring of directories
68+
- Application and Project Options: APIs for export and import of XML authentication configurations
69+
- Browser: Custom icon colors for folders in browser
70+
- Browser: OWS Group removed from the QGIS Browser
71+
- Data Providers: Add support for integer, real and integer64 list data types in OGR
72+
- Data Providers: Extend vector layer read capabilities to other layer types
73+
- QGIS Server: External layer opacity
74+
- QGIS Server: Configurable Service URL
75+
- Notable Fixes: Bug fixes by Even Rouault
76+
- Notable Fixes: Bug fixes by Alessandro Pasotti
77+
- Notable Fixes: Bug fixes by Paul Blottiere
78+
- Notable Fixes: Bug fixes by Denis Rouzaud
79+
- Notable Fixes: Bug fixes by Loïc Bartoletti
80+
- Notable Fixes: Bug fixes by Julien Cabieces
81+
- Notable Fixes: Bug fixes by Peter Petrik
82+
-
83+
84+
385
# What's new in Version 3.18 'Zürich'?
486

587
This release has following new features:

‎doc/NEWS.html

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ <h1 class="title">QGIS News</h1>
2020
</header>
2121
<nav id="TOC" role="doc-toc">
2222
<ul>
23+
<li><a href="#whats-new-in-version-3.20-odense">What’s new in Version 3.20 ‘Odense’?</a></li>
2324
<li><a href="#whats-new-in-version-3.18-zürich">What’s new in Version 3.18 ‘Zürich’?</a></li>
2425
<li><a href="#whats-new-in-version-3.16-hannover">What’s new in Version 3.16 ‘Hannover’?</a></li>
2526
<li><a href="#whats-new-in-version-3.14-pi">What’s new in Version 3.14 ‘Pi’?</a></li>
@@ -76,6 +77,86 @@ <h1 class="title">QGIS News</h1>
7677
</ul>
7778
</nav>
7879
<p>Change history for the QGIS Project</p>
80+
<h1 id="whats-new-in-version-3.20-odense">What’s new in Version 3.20 ‘Odense’?</h1>
81+
<p>This release has following new features:</p>
82+
<ul>
83+
<li>General: Additional options for opening attribute tables</li>
84+
<li>General: Set size for all columns in attribute table</li>
85+
<li>General: Export/import of authentication configurations made easy</li>
86+
<li>Temporal: Temporal navigation steps</li>
87+
<li>Temporal: Improved WMS-T settings</li>
88+
<li>Temporal: Horizontal mouse wheel temporal navigation</li>
89+
<li>Map Tools: Nominatim Geocoder Integration</li>
90+
<li>User Interface: Processing history dialog improvements</li>
91+
<li>User Interface: Map layer icons in the expression builder dialog</li>
92+
<li>User Interface: SVG browser filtering</li>
93+
<li>Symbology: Interpolated line symbol layer type for vector layers</li>
94+
<li>Symbology: Trim the simple line symbol</li>
95+
<li>Symbology: New “Embedded styling” renderer with OGR feature styles support</li>
96+
<li>Symbology: New shapes and cap styles for ellipse markers</li>
97+
<li>Symbology: Set cap styles for simple markers</li>
98+
<li>Symbology: Allow pen cap style to be set for ellipse marker symbol layers</li>
99+
<li>Symbology: Polygon rings <span class="citation" data-cites="geometry_ring_num">@geometry_ring_num</span> variable</li>
100+
<li>Labelling: Fill symbols for label background shields</li>
101+
<li>Labelling: Blending mode settings for label callouts</li>
102+
<li>Labelling: Anchor line labels by entire line</li>
103+
<li>Labelling: Balloon callout corner radius</li>
104+
<li>Labelling: Balloon (speech bubble) callouts</li>
105+
<li>Labelling: Curved line callout style</li>
106+
<li>Labelling: Highlight pinned callout start or end points</li>
107+
<li>Labelling: Auto-creation of callout auxiliary fields</li>
108+
<li>Labelling: Callout snapping</li>
109+
<li>Labelling: Toggle label layers shortcut</li>
110+
<li>Labelling: Data defined callout start and end points</li>
111+
<li>Labelling: Allow callouts to be interactively moved using the Move Label tool</li>
112+
<li>Point Clouds: Support for remote datasets (EPT)</li>
113+
<li>Print Layouts: “Convert to Static Text” option</li>
114+
<li>Print Layouts: Improvement to XYZ layers previewed in map items</li>
115+
<li>Expressions: length3D Function</li>
116+
<li>Expressions: Extended array expression functions</li>
117+
<li>Expressions: MIME Type expression function</li>
118+
<li>Digitising: Select attributes from the largest geometry when merging</li>
119+
<li>Digitising: Streaming digitizing mode</li>
120+
<li>Digitising: New “Line Endpoints” snapping option</li>
121+
<li>Digitising: Select vertices by polygon</li>
122+
<li>Data Management: Layer tree warning icon for layers with CRS inaccuracies</li>
123+
<li>Data Management: Basic support for dynamic CRS coordinate epoch</li>
124+
<li>Data Management: Projection information improvements</li>
125+
<li>Data Management: Datum ensemble CRS warnings</li>
126+
<li>Data Management: Persist layer metadata in vector file exports</li>
127+
<li>Data Management: Layer notes</li>
128+
<li>Data Management: Automatically load .shp.xml metadata</li>
129+
<li>Data Management: Automatically translate layer data from ESRI Filegeodatabases to QGIS layer metadata</li>
130+
<li>Data Management: Read field domains from datasets</li>
131+
<li>Data Management: Allow loading GPKG layers with GEOMETRY type</li>
132+
<li>Data Management: Offline editing support for string list and number list field types</li>
133+
<li>Forms and Widgets: Per-field usage of last values for newly created features</li>
134+
<li>Forms and Widgets: JSON View widget</li>
135+
<li>Layer Legend: Vector “label” legend entries</li>
136+
<li>Processing: Add option to save layer metadata to Package Layers algorithm</li>
137+
<li>Processing: Raster Layer Properties Algorithm</li>
138+
<li>Processing: Improved rasterize operation with 3D support</li>
139+
<li>Processing: Save selected option for Package Layers Algorithm</li>
140+
<li>Processing: Log levels for processing context</li>
141+
<li>Processing: Geometry snapper rework offers major speed boost</li>
142+
<li>Processing: Add a last_value function to the aggregate algorithm</li>
143+
<li>Application and Project Options: Add global option to disable monitoring of directories</li>
144+
<li>Application and Project Options: APIs for export and import of XML authentication configurations</li>
145+
<li>Browser: Custom icon colors for folders in browser</li>
146+
<li>Browser: OWS Group removed from the QGIS Browser</li>
147+
<li>Data Providers: Add support for integer, real and integer64 list data types in OGR</li>
148+
<li>Data Providers: Extend vector layer read capabilities to other layer types</li>
149+
<li>QGIS Server: External layer opacity</li>
150+
<li>QGIS Server: Configurable Service URL</li>
151+
<li>Notable Fixes: Bug fixes by Even Rouault</li>
152+
<li>Notable Fixes: Bug fixes by Alessandro Pasotti</li>
153+
<li>Notable Fixes: Bug fixes by Paul Blottiere</li>
154+
<li>Notable Fixes: Bug fixes by Denis Rouzaud</li>
155+
<li>Notable Fixes: Bug fixes by Loïc Bartoletti</li>
156+
<li>Notable Fixes: Bug fixes by Julien Cabieces</li>
157+
<li>Notable Fixes: Bug fixes by Peter Petrik</li>
158+
<li></li>
159+
</ul>
79160
<h1 id="whats-new-in-version-3.18-zürich">What’s new in Version 3.18 ‘Zürich’?</h1>
80161
<p>This release has following new features:</p>
81162
<ul>

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

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

1919
<project_group>QGIS</project_group>
2020
<releases>
21+
<release version="3.20.0" date="2021-06-18" />
2122
<release version="3.18.0" date="2021-02-19" />
2223
<release version="3.16.0" date="2020-10-23" />
2324
<release version="3.14.0" date="2020-06-19" />

0 commit comments

Comments
 (0)
Please sign in to comment.