changelog and news update for 3.44

This commit is contained in:
Juergen E. Fischer 2025-06-20 14:08:50 +02:00
parent 02f0cef821
commit 2b602276b8
4 changed files with 10058 additions and 0 deletions

9930
ChangeLog

File diff suppressed because it is too large Load Diff

51
NEWS.md
View File

@ -1,5 +1,56 @@
Change history for the QGIS Project
# What's new in Version 3.44 'Solothurn'?
This release has following new features:
- Temporal: Allow WMS-T group node to expose time dimension
- Temporal: Add fixed date/time to raster temporal mode
- User Interface: Open a specific tab in the Message Log Panel
- Symbology: Add an option to delete unused categories in the categorized symbol renderer widget
- Labelling: Add settings for controlling margin around labels and preventing duplicate labels
- 3D Features: Clipping planes tool
- Point Clouds: Update pdal_wrench to v1.2
- Print Layouts: Add auto-wrap after setting for layout legends
- Expressions: Add repeat function and reverse variant for strings
- Expressions: Expression functions to create CRS from string definition and to get authid from CRS
- Digitising: Add merge policies
- Data Management: Use HEIGHT_AVERAGE from RPC when available
- Data Management: Allow field customisation when importing db tables
- Data Management: Add optional extent, expression based filter when importing tables to database
- Data Management: Add stored query support to Execute SQL window
- Data Management: Saving/Loading SQL queries from Execute SQL/Update SQL dialogs
- Data Management: Allow for extra OAuth2 token(s) to be added into headers
- Data Management: Convert field name Casing when importing vector layers
- Data Management: Import selected features only to database table
- Forms and Widgets: Switch between field names and field aliases in forms
- Forms and Widgets: Add a search box to Atrributes Form Designer
- Analysis Tools: Add input parameters to the toolbox in the modeler
- Processing: Port SAGA "Fill Sinks Wang & Liu" to native tool
- Processing: Add creation options UI to raster calculator
- Processing: Batch processing temporary output
- Processing: Add basic drag and drop support in the model designer
- Processing: Processing raster rank algorithm
- Application and Project Options: Add project setting for scale calculation, including new "scale at equator" method
- Application and Project Options: Add multiple country codes filter to Nominatim Geocoder Locator
- Profile Plots: Add support for subsections indicator
- Browser: Port SQL Query History to Browser
- Browser: Improved project management for PostgreSQL stored Projects
- Browser: Show dialog when importing tables via browser and give users options to control import
- Browser: Move table to another schema for PostgreSQL Provider
- Browser: Enable field rename for PostgreSQL
- Data Providers: Add a WFS parameter for featureMode
- Data Providers: Add connection setting for restricting PostgreSQL Schema
- Data Providers: Add option to use POST requests for WFS connections
- Data Providers: Allow SQL queries as layer sources from SQL Server
- QGIS Server: Allow configuring the server project cache size
- QGIS Server: Add server properties on layer tree group
- Programmability: Add method to convert shapely geometry to QGIS Geometry
- Programmability: Expose QGIS GPS Tools to Python API and Plugins
- Notable Fixes: Bug fixes by Even Rouault (Spatialys)
-
# What's new in Version 3.42 'Münster'?
This release has following new features:

View File

@ -174,6 +174,9 @@
</header>
<nav id="TOC" role="doc-toc">
<ul>
<li><a href="#whats-new-in-version-3.44-solothurn"
id="toc-whats-new-in-version-3.44-solothurn">Whats new in Version 3.44
Solothurn?</a></li>
<li><a href="#whats-new-in-version-3.42-münster"
id="toc-whats-new-in-version-3.42-münster">Whats new in Version 3.42
Münster?</a></li>
@ -361,6 +364,79 @@ id="toc-version-0.0.3-alpha-august-10-2002">Version 0.0.3-alpha August
</ul>
</nav>
<p>Change history for the QGIS Project</p>
<h1 id="whats-new-in-version-3.44-solothurn">Whats new in Version 3.44
Solothurn?</h1>
<p>This release has following new features:</p>
<ul>
<li>Temporal: Allow WMS-T group node to expose time dimension</li>
<li>Temporal: Add fixed date/time to raster temporal mode</li>
<li>User Interface: Open a specific tab in the Message Log Panel</li>
<li>Symbology: Add an option to delete unused categories in the
categorized symbol renderer widget</li>
<li>Labelling: Add settings for controlling margin around labels and
preventing duplicate labels</li>
<li>3D Features: Clipping planes tool</li>
<li>Point Clouds: Update pdal_wrench to v1.2</li>
<li>Print Layouts: Add auto-wrap after setting for layout legends</li>
<li>Expressions: Add repeat function and reverse variant for
strings</li>
<li>Expressions: Expression functions to create CRS from string
definition and to get authid from CRS</li>
<li>Digitising: Add merge policies</li>
<li>Data Management: Use HEIGHT_AVERAGE from RPC when available</li>
<li>Data Management: Allow field customisation when importing db
tables</li>
<li>Data Management: Add optional extent, expression based filter when
importing tables to database</li>
<li>Data Management: Add stored query support to Execute SQL window</li>
<li>Data Management: Saving/Loading SQL queries from Execute SQL/Update
SQL dialogs</li>
<li>Data Management: Allow for extra OAuth2 token(s) to be added into
headers</li>
<li>Data Management: Convert field name Casing when importing vector
layers</li>
<li>Data Management: Import selected features only to database
table</li>
<li>Forms and Widgets: Switch between field names and field aliases in
forms</li>
<li>Forms and Widgets: Add a search box to Atrributes Form Designer</li>
<li>Analysis Tools: Add input parameters to the toolbox in the
modeler</li>
<li>Processing: Port SAGA “Fill Sinks Wang &amp; Liu” to native
tool</li>
<li>Processing: Add creation options UI to raster calculator</li>
<li>Processing: Batch processing temporary output</li>
<li>Processing: Add basic drag and drop support in the model
designer</li>
<li>Processing: Processing raster rank algorithm</li>
<li>Application and Project Options: Add project setting for scale
calculation, including new “scale at equator” method</li>
<li>Application and Project Options: Add multiple country codes filter
to Nominatim Geocoder Locator</li>
<li>Profile Plots: Add support for subsections indicator</li>
<li>Browser: Port SQL Query History to Browser</li>
<li>Browser: Improved project management for PostgreSQL stored
Projects</li>
<li>Browser: Show dialog when importing tables via browser and give
users options to control import</li>
<li>Browser: Move table to another schema for PostgreSQL Provider</li>
<li>Browser: Enable field rename for PostgreSQL</li>
<li>Data Providers: Add a WFS parameter for featureMode</li>
<li>Data Providers: Add connection setting for restricting PostgreSQL
Schema</li>
<li>Data Providers: Add option to use POST requests for WFS
connections</li>
<li>Data Providers: Allow SQL queries as layer sources from SQL
Server</li>
<li>QGIS Server: Allow configuring the server project cache size</li>
<li>QGIS Server: Add server properties on layer tree group</li>
<li>Programmability: Add method to convert shapely geometry to QGIS
Geometry</li>
<li>Programmability: Expose QGIS GPS Tools to Python API and
Plugins</li>
<li>Notable Fixes: Bug fixes by Even Rouault (Spatialys)</li>
<li></li>
</ul>
<h1 id="whats-new-in-version-3.42-münster">Whats new in Version 3.42
Münster?</h1>
<p>This release has following new features:</p>

View File

@ -25,6 +25,7 @@
<project_group>QGIS</project_group>
<releases>
<release version="3.44.0" date="2025-06-20" />
<release version="3.42.0" date="2025-02-21" />
<release version="3.40.0" date="2024-10-25" />
<release version="3.38.0" date="2024-06-21" />