Skip to content

Releases: dainst/idai-field

iDAI.field 2.14

04 Nov 17:08
Compare
Choose a tag to compare

Features

  • Management of staff members and campaigns in project metadata
  • Resources list navigation via keyboard (arrow keys + enter/backspace for switching hierarchy levels)
  • New import option "Permit deletion" allows deleting fields and resources when updating existing resources (this replaces the now obsolete option "Overwrite relations", as relations can now be updated/deleted like any other fields)
  • Automatic trimming of leading and trailing whitespace in editor and import

Changes

  • Improved type picker allows selecting supertypes without their respective subtypes
  • Updating and exporting image resources via CSV import/export is now possible
  • New search criteria "Geometry" and "Linked resources"; the "Linked resources" filter in image management is now available via the search constraints menu
  • Field specific search for field "period"
  • Moved field "vertical extent" to "position" group
  • Deleting a resource now includes all of its child resources
  • Markers of selected resource are now always shown in foreground
  • When changing the filter type, existing search constraints are only removed if incompatible with the new filter type
  • The number of search results is now always displayed in extended search mode

Bugfixes

  • Fixed a bug where map geometries were not faded out correctly while editing a geometry
  • Fixed a bug where multiple error messages were shown at once if images could not be loaded from the imagestore
  • Fixed a bug where geometries could be created for resources of type "Inscription"
  • Fixed a bug where the navigation path was not updated correctly
  • Fixed a bug where the application would not switch to the test project on next startup after a configuration bug had occurred
  • Fixed a bug where no import result message was displayed after importing an empty CSV file
  • Fixed a bug where changing the coordinate reference system was not immediately reflected on map
  • Fixed a bug where decimal values would be rounded on import

Notes

  • The values defined in the fields "staff" and "campaigns" are available for usage in the fields "processor", "supervisor" and "campaign" of various resources
  • Please note that for child resources, only the selected values of the parent resource are available for the field "campaign"

iDAI.field 2.13 patch 2

07 Oct 14:33
Compare
Choose a tag to compare

Changes

  • Added Floor, Ceiling and Wall to Building as subparts of Room
  • Inscription can now only be created within Find resources

Bugfixes

  • Fixed a bug where hierarchy navigation buttons were not displayed

iDAI.field 2.13 patch 1

11 Sep 14:14
Compare
Choose a tag to compare

Bugfixes

  • Fixed updating image resources via JSONL import
  • Fixed a bug where geometries could be created for image & project resources
  • Fixed a bug where numbers were not incremented correctly while duplicating resources

iDAI.field 2.13

22 Aug 13:24
Compare
Choose a tag to compare

Features

  • New button allows expanding all field groups at once (this setting is saved for each tab and restored after restarting the application)

Changes

  • Improved validation of relations in import files
  • New relation "Equivalent to"
  • The chosen field separator for CSV imports is now retained until application restart
  • Subtypes of all top level types except operations and places can now be defined in custom configurations

Bugfixes

  • Fixed a bug where operations and places could not be moved to the highest hierarchy level (project level)
  • Fixed a bug where the old project name was shown in the project metadata editor after restoring a backup file into a new project

iDAI.field 2.12

24 Jul 14:05
Compare
Choose a tag to compare

Features

  • CSV import
  • CSV export
  • Paging in image overview

Changes

  • Subtypes of stratigraphical units can now be defined in custom configurations

iDAI.field 2.11 patch 1

13 Jun 11:14
Compare
Choose a tag to compare

Bugfixes

  • Fixed an issue with scrolling behavior in conflicts section
  • Fixed a bug where resources were incorrectly shown as child resources of a new resource during geometry creation

iDAI.field 2.11

22 May 17:33
Compare
Choose a tag to compare

Features

  • New tab based user interface: Each operation is now shown in its own dedicated tab
  • Improved resources view, including preview of child resources
  • New context menu allowing quick access to various document related functions
  • New move tool which allows moving resources to different contexts easily
  • New coordinates editor
  • New image view allowing easy scrolling through multiple images

Changes

  • Fields are now arranged in different field groups (in editor as well as in resource view)
  • Parts of navigation moved to system menu bar, fully embracing the desktop paradigm
  • Improved overall performance

Bugfixes

  • Fixed a bug where conflicts could occur after editing image relations

Notes

  • Via custom configuration users can now define subtypes of finds, in addition to adding and redefining fields
  • The new context menu is accessible via right click on list items

iDAI.field 2.10

29 Jan 12:22
Compare
Choose a tag to compare

Features

  • Duplicating resources is now possible via the three dots button at the top right corner in the resource edit form

Changes

  • Improved import performance on large imports
  • Simplified hierarchies in native JSONL import: The new "isChildOf" relation replaces both "isRecordedIn" and "liesWithin" relations (See section "Notes" for details)
  • Keyboard shortcuts in edit form: Save with Ctrl/Cmd+S, duplicate with Crtl/Cmd+D
  • Improved keyboard navigation

Bugfixes

  • Fixed a bug where import erroneously would not accept certain documents

Notes

When importing resources, "isChildOf" is used to denote the including relation, be it a regular or an operation type resource.
It denotes simply a hierarchical relationship.

{ ..., "relations": { "isChildOf": "ParentIdentifier" }}

Note that the value of isChildOf is a string, not an array.

iDAI.field 2.9 patch 1

17 Dec 18:08
Compare
Choose a tag to compare

Bugfixes

  • Fixed an auto update issue

iDAI.field 2.9

17 Dec 12:07
Compare
Choose a tag to compare

Features

  • GeoJSON export
  • Shapefile import and export
  • Support for multipoint geometries
  • Field specific search in image overview
  • New search options "Any value" and "No value" in field specific search
  • Relations can now also get updated on update mode of iDAI.field JSONL import

Changes

  • Improved import validation
  • Early feedback on import validation errors
  • New types "Area" and "Excavation" in Survey
  • Sorting of linked images in resource detail sidebar
  • Improved search performance
  • Better handling of longer navigation paths
  • Better handling of long values for fields "identifier" and "shortDescription"

Notes

  • In import, relations are now handled uniformly by setting target identifiers instead of (technical) ids. Related to that, manual setting of technical ids is now prohibited.