Skip to content

Releases: miracum/Miracum-Mapper

1.13.2

03 Jul 12:53
Compare
Choose a tag to compare
  • Revised creation of new mappings: If you click on “Create new mapping”, a “No mapping” mapping is no longer created initially as before, but a “New mapping”, which you still have to edit before the buttons for saving are displayed. If you want to create “No mapping”, you can also click on the new “No mapping” button at the top right.
  • When saving, the source terminology list on the left is no longer automatically reloaded; instead, the user is offered a “Refresh” button with which they can do this manually. This prevents saved mappings from being hidden immediately if the generated mapping does not match the filter criteria at the bottom left.

1.12.0

27 May 10:41
Compare
Choose a tag to compare
  • Extended/improved search function: If something is entered in the “Filter” field, checkboxes appear in the interface that can be used to control which content is searched. The checkboxes can be hidden by clicking anywhere on the window. They are shown again when the “Filter” field is clicked.
  • Deleted mappings can now be commented on without having to restore the mapping first.

1.11.0

22 May 09:15
Compare
Choose a tag to compare

Saves the connection settings in the Windows registry and reduces the number of database connections that are opened during use.

1.10.0

20 May 13:09
Compare
Choose a tag to compare
  • Updates Npgsql to the current version.
  • The configuration is now also saved in the database and retrieved by the program at startup.
  • Various UI improvements.
  • Uses prepared SQL statements and input sanitization.
  • Makes the Visualizer URL configurable.

1.8.2

02 Sep 13:47
Compare
Choose a tag to compare
  • Support for local passwords via column “local_password_md5” in table “userids”.
  • Update to .NET 4.8.
  • Removes incorrect translation of states into English.
  • Introduces the “schemaversion” table. This is used to inform program versions starting with version 1.8.2 which features (e.g. local passwords) are supported in the DB schema.