Skip to content

Releases: onset/lameta

3.0.13-alpha

21 Jan 23:19

Choose a tag to compare

3.0.13-alpha Pre-release
Pre-release
  • Fix IMDI export using ISO6393-3 instead of ISO693-1
  • For ELAR, remove North-America, Middle-America and South-America from the continent list. Americas only.

3.0.12-alpha

15 Jan 00:35

Choose a tag to compare

3.0.12-alpha Pre-release
Pre-release
  • Translatable Access description in consent documents
  • Set IMDI type of "srt" files to "subtitles"
  • Include translations for "actor" role in project document pseudo sessions
  • Export "Other" gender to IMDI

3.0.11-alpha

19 Dec 00:53

Choose a tag to compare

3.0.11-alpha Pre-release
Pre-release

Fixes

  • Fixed a problem with getting the insertion cursor into an empty Notes tab

Improvements

  • Enable translation of stock title and description strings used in IMDI export of project documents and consent documents.
  • Add collection description as a translatable genre.
  • For project documents create an element using the collection steward's name and the "research" role. Make that role translatable.
  • Make the string "consent documents" translatable. This is used for description on the access of consent documents).
image
  • Made it easier to preview what IMDI is going to be for consent documents and project documents:
image

3.0.10-alpha

18 Dec 00:51

Choose a tag to compare

3.0.10-alpha Pre-release
Pre-release

Fixes

  • Fixed contribution comments editing
  • Fixed multilingual project title and description in IMDI exports

Improvements

  • Made access description on project document multilingual for ELAR
  • Made IMDI-introduced genres translatable
  • Updated IMDI schema

Testing/Developer

  • Added contributor comments tests
  • Improved e2e test performance with fast launch bypass for intro screens
  • currently at 1064 logic tests, 119 UI tests

3.0.9-alpha

17 Dec 18:07

Choose a tag to compare

3.0.9-alpha Pre-release
Pre-release

Fixes:

  • Fixed IMDI export of language ids and names
  • IMDI export now only uses 3 letter codes
  • Fixed adding previously unknown languages
  • Made it easier to notice the "Change" button in the Archive chooser.
  • Fixed display of languages to list the name; it was sometimes showing the code instead.
  • Previously if you selected a language and then removed it, you could not choose it again until after reload
  • Fixed IMDI output of Access description when multilingual

Improved:

  • Searching in IMDI/Rocrate views

2.3.18

05 Feb 02:13

Choose a tag to compare

2.3.18 Pre-release
Pre-release
  • Update AILLA protocols
  • Update UI translations from Crowdin
  • Another go at making the date picker ignore the user's time zone

3.0.8-alpha

17 Dec 00:36

Choose a tag to compare

3.0.8-alpha Pre-release
Pre-release

⚠️ This is still an experimental 3.0 alpha release. If you use the new multilingual migration, it will modify your project data—make a backup first.

Multilingual fields

Archives can now specify which fields to make multilingual, and which IMDI schema to validate against (ELAR now uses a draft IMDI 3.0 schema that supports the multilingual fields).

Multilingual Free-form fields

Multilingual “slots” for free-form fields are now fully functional:

image

Placeholders show you where to type:

image

If lameta doesn't know the language of some text, it will show like this

image

Multilingual Closed Vocabulary fields

Hover over a field to see all the translations that will be exported:

image image

If a translation is missing for a value, the field shows a warning icon, and the tooltip gives you a link to where to fix it:

image

Project:Languages:Metadata Languages

We have introduced a field called Metadata Languages that does two things:

  1. Controls the order in which lameta shows each language slot:
image
  1. Some projects will be migrating from "slash notation". For these projects, until we finish the migration (see below), we need to know the order of these languages. This field does that for us.

Metadata Languages are numbered and re-orderable:
image
The order is used for two things:

Migration

A number of projects using lameta 2.x are already writing multiple languages in lameta fields. They are doing this by separating different slots with spaces and slashes, e.g.

image

This release includes a number of features designed to help you to safely migrate this data to a form in which lameta knows exactly what language each bit of text is in. This migration requires that every fields includes the same slots, in the same order. In order to help you verify that the conversion will work correctly, lameta postpones the actual migration until after the user has had a chance to look over all the fields.

When lameta detects taht a multilingual migration is pending, upon opening the project it will always take you to the Project:Languages screen. There, lameta will show a new "Migration Panel":

image

There must be at least two Metadata Languages defined before migration is possible. Until then you will see:

image

If lameta can tell that you may have left out a metadata language, it will warn you:

image

Once migration is successful, you will see:

image

lameta prevents IMDI export until you finalize the migration.

image

Language labels are mandatory until migration is complete, then optional:

image

For genres and roles, you can add translations here:
image

Other UI improvements

  • Added limited spell checking ability (English, Indonesian, French, German, Portuguese, & Spanish).

  • Added standard Cut/Copy/Paste (and related) context menu items.

    image

Performance

  • Large projects now load 12x faster.

Fixes

  • Fixed a problem with OPEX schema validation.
  • Fixed an issue that could import folders with detected problems during CSV import.
  • Fixed a possible problem when adding contributions if some contributions did not have People entries yet.
  • Fixed a possible problem if two people's IDs differed only by case.
  • Fixed selection jumping to the wrong item after filtering with no prior selection.
  • Fixed encoding for values containing quotes in CSV Export.

3.0.7-alpha

10 Dec 22:15

Choose a tag to compare

3.0.7-alpha Pre-release
Pre-release

You can now specify the Access level of Project-level documents:
image

Removed the "Field Changes" section in the Project:Archive tab.

3.0.6-alpha

09 Dec 00:29

Choose a tag to compare

3.0.6-alpha Pre-release
Pre-release

Improved RO-Crate Export

  • many changes to the graph in response to review

Improved IMDI Export

  • now much faster
  • shows a progress bar
  • you can now cancel it
  • warnings and errors are now displayed in a scrollable, copy-able box with each kind of warning given its own color
  • converts "~1960" to an IMDI-valid "1959/1961"
  • converts "?" in Birth Date to Unspecified
image

Multilingual Fields

  • should still be considered experimental
    • we could improve language selection
    • we need to think about where this should appear
    • currently tied to the archive—it's not clear when/if that is the correct approach
    • currently, only ELAR has this turned on for the Session Description field
image

Other Improvements

  • Show PDF directly in lameta
  • Show TIFFs directly in lameta
  • Make information about archive-specific settings less prominent
  • Spell checking in English, French, German, Portuguese, Spanish (it's not smart enough to know which language).
  • For projects with a large number of sessions, show loading progress
image

Fixes

  • Fixed a problem where the developer build could export IMDI but installed versions could not
  • Fixed a problem where access levels were saved with their ID and label instead of just the ID, causing problems when upgrading from lameta 2.3 files

3.0.5-alpha

06 Sep 16:06

Choose a tag to compare

3.0.5-alpha Pre-release
Pre-release
  • A bit more polish on the RO-Crate Html Preview