Skip to content

Releases: opengisch/QField

3.7.9 - Haida Gwaii

09 Oct 02:02

Choose a tag to compare

What's Changed

  • Fix crash when installing a plugin from an invalid / non-zip URL

3.7.8 - Haida Gwaii

04 Oct 10:21

Choose a tag to compare

What's Changed

  • Fix tracking configuration window not popping up when the layer suppresses the feature form
  • Position focus and canvas lock improvements
  • Delta fixes for undo/redo operations

Full Changelog: v3.7.7...v3.7.8

3.7.7 - Haida Gwaii

13 Sep 08:18

Choose a tag to compare

What's Changed

  • Fix visibility of the orthometric vertical adjustment combo box item when switching between internal to external GNSS devices
  • Fix interference between the value relation completer text field and the search popup
  • Fix shared datasets files not fetched from the right shared datasets project
  • Insure that the feature lists form (auto) zooming respects the fixed scale navigation mode
  • Properly handle the absence of support for multipart geometry editing to avoid misleading users

3.7.6 - Haida Gwaii

30 Aug 03:18

Choose a tag to compare

What's Changed

  • Fix handling of groups within the value relation editor widget
  • Re-allow the addition of children when hard constraints of their parent features are not yet met
  • Insure that repository-installed plugins can be disabled across sessions
  • Fix first discovered Bluetooth device missing its address in the combo box
  • Be slightly more resilient to weird expression-driven values with our date editor widget
  • Fix value relation crash when searching for values and returning no matches

Full Changelog: v3.7.5...v3.7.6

3.7.5 - Haida Gwaii

22 Aug 09:44

Choose a tag to compare

What's Changed

  • Insure that feature history plays well with buffered transaction groups' project transaction mode
  • Fix additional value relation regressions
  • Fix delete holes algorithm gone missing from the processing toolbox

Full Changelog: v3.7.4...v3.7.5

3.7.4 - Haida Gwaii

14 Aug 15:06

Choose a tag to compare

What's Changed

  • Properly restore user-activated plugin on relaunch
  • Fix several value relation editor widget regressions
  • Fix misrepresenting a cloud project as locally available when download was not completed

3.7.3 - Haida Gwaii

10 Aug 02:19
e45e01b

Choose a tag to compare

What's Changed

  • Fix undo/redo buttons not working when adding/deleting features on a layer with join(s)
  • Fix tracking not creating tracks after first track stopped
  • Insure margins are properly set when scene is fully loaded
  • Translation updates

3.7.2 - Haida Gwaii

05 Aug 16:47

Choose a tag to compare

What's Changed

  • Expose map canvas point handler item to plugins
  • Fix feature list extent controller's lack of layer-to-project CRS transformation
  • Provide users more details when delta file wrapper is in error state
  • Avoid caching issues with QFieldCloud leading to outdated package files
  • Fix data-defined feature form properties (such as editable) not initializing properly
  • Improvements on recent changes in the referencing feature list model and value relation feature list model
  • Insure that various actions in QField (such as feature duplication, feature attributes transfers, etc.) do not lead to duplicate source primary key values
  • Fix image stamping when the project property is not null but an empty string

3.7.1 - Haida Gwaii

30 Jul 07:10

Choose a tag to compare

What's Changed

  • Fix cloud project attachments always on-demand
  • Fix cloud project auto push's customized interval not respected
  • Fix NMEA logging on mobile devices
  • Fix default ordering of relationship editor widget's children list

3.7.0 - Haida Gwaii

27 Jul 04:30

Choose a tag to compare

Changes

splash

🚀 Features

  • Photo details stamping is now fully customizable from the font size and color to the possibility of adding an image overlay to brand photos taken within QField
  • The plugin manage now offers a currated list of available plugins to ease discovery and installation
  • The lock geometry functionality has been disaggregated into four distinct permissions: feature addition, attribute editing, geometry editing, and feature deletion can be allowed or denied separately
  • The value relation editor widget now supports multiple column display and has a search bar to filter through long value lists
  • Feature identification on the map canvas now supports vector tile layers

✨ Improvements

  • QField now supports on-demand attachment download of cloud projects from QFieldCloud , preventing unnecessarily large cloud project downloads to begin with
  • A new notification badge attached to the main menu button located on the top-left corner of the screen to let users better keep track of QFieldCloud project changes
  • The download of large cloud project files will now resume instead of restarting when recovering from loss of connectivity
  • The ordering of the child features list within the feature form's relationship editor widget can now be reversed
  • Imported remote WebDAV directories can now have customized folder names
  • Improved scanning of nearby Bluetooth devices
  • Dependency updates including QGIS 3.44.1

🧩 Plugin framework

  • Ability to add a search prefix description for plugins that integrate into the search bar

🏆 New Contributors