Skip to content

Releases: gbv/cocoda

Cocoda 0.9.0

03 Jun 05:46
Compare
Choose a tag to compare
  • Completely rewritten Mapping Browser. Now includes a list of Concordances, Mapping Search, and the Mapping Navigator (which is basically what Mapping Browser was before). (#231, #368, #116, #373, #381, #380, #378, #382)
  • Local mappings now have URIs (in the form of urn:uuid:...). (#356)
  • Some changes that improve the subjective performance of the tool.
  • Some behind-the-scenes changes. (#352, #344, #348)
  • Lots of small other fixes and adjustments. (#303, #379, #374, #375, #383, #384)

Cocoda 0.8.6

08 May 07:12
c41ddf8
Compare
Choose a tag to compare
  • Note: npm install is currently broken on Linux (see #344). Workaround: Use npm install -f instead.
  • Fix issues in Mapping Browser regarding saving/editing a mapping.
  • Fix issue introduced with config adjustments in last release.
  • Compatibility adjustments. (#321)

Cocoda 0.8.5

06 May 07:52
bde4b35
Compare
Choose a tag to compare

A bunch of small adjustments:

  • Adjustments in config handling. (#49)
    • Keep config file out of build bundle.
    • Allow loading a custom config file via URL parameter (config=<url>).
  • Visual adjustments in Mapping Editor. (#339)
  • Add drag icons to ResizingSlider. (#335)
  • Only show minimize button when component is hovered. (#340)

Cocoda 0.8.4

24 Apr 08:14
5394183
Compare
Choose a tag to compare
  • Fixed critical issue that creator was not saved in same cases when saving a mapping. (#333)

Cocoda 0.8.3

11 Apr 10:06
92271b2
Compare
Choose a tag to compare
  • Combined concepts are now marked with a puzzle piece. (#329, example)
  • Updated development environment to vue-cli 3, improving performance for builds and dev server. (#275)
  • Added a button to swap from/to for the current mapping. (#158)
  • Support for RVK in coli-conc recommendations. (example)
  • Local mappings and mappings from Concordance Registry now reload periodically.
  • Several performance improvements. (#315, #107, #317).
  • Several further adjustments and fixes. (#316, #330, #304, #326)

Cocoda 0.8.2

19 Mar 14:09
ef36e77
Compare
Choose a tag to compare

Cocoda 0.8.1

15 Mar 13:36
425b1fa
Compare
Choose a tag to compare
  • Add "coli-conc Recommendations" mapping provider. (#289)
  • Add ccmapper recommendations (read more about this).
  • Show list of annotations in MappingDetail. (#263)
  • Existing keyboard shortcuts are now display in settings. (#291)
  • Further adjustments and fixes.

Cocoda 0.8.0

13 Mar 06:59
ada6808
Compare
Choose a tag to compare
  • User management! (#15, #273) - Cocoda is now integrated with login-server to provide authentication via GitHub, ORCID, and LDAP.
  • Saving/editing/deleting mappings on a remote mapping provider (#149) - After authentication, it is now possible to save new mappings into our Concordance Registry. It is only possible to edit/delete one's own mappings.
    • It is possible to choose the active mapping provider on the "Accounts" page in the settings.
  • Adding annotations scores (upvote/downvote) to mappings. (#215)
  • Support for Nomisma. (#200)
  • Several usability improvements.
  • Several bug fixes.

Cocoda 0.7.0

17 Jan 13:11
fb5938e
Compare
Choose a tag to compare
  • Implement new concept scheme selection component: (#155)
    • New design.
    • Search for schemes.
    • Add schemes to favorites, remove schemes from favorites.
    • Filter schemes by available language. (#246)
  • Favorite concepts are now accessible from the navigation bar. (#242)
  • Settings screen redesign: (#173)
    • Split up into tabs.
    • New settings. (e.g. #187)
    • List of data sources (option to turn individual sources on or off will be added later).
  • Concept Detail: Add search links. (#220)
  • Concept Tree: Reduce height when there is no hierarchy. (#221)
  • Mapping Editor: A comment or note can be added with the button in the bottom left corner. (#229)
  • Mapping Browser: Info icon to show details about a mapping. (#201)
  • Mapping Browser: The currently edited mapping will now be highlighted depending on the save status. (#157)
  • In Item Detail, Mapping Editor, and Mapping Detail is now a small JSKOS export button in the bottom right corner. It will open an export modal with the JSKOS object and export options. (#230)
  • New keyboard shortcuts: (#13)
    • ctrl/cmd + k: add comment to the current mapping
    • ctrl/cmd + shift + c: clear current mapping
    • ctrl/cmd + shift + f: switch scheme on left side
    • ctrl/cmd + f: search for concept on left side
    • ctrl/cmd + shift + g: switch scheme on right side
    • ctrl/cmd + g: search for concept on right side
    • Note that these keyboard shortcuts might not be final, but before changing anything we will add an option to configure custom shortcuts for each of these actions.
  • Fix a lot of bugs.
  • Refactoring of core parts of the application.
  • More very small changes.

Cocoda 0.6.0

20 Dec 14:22
326668c
Compare
Choose a tag to compare
  • Complete visual overhaul.
  • A lot of improvements in Mapping Browser (#121, #226, #227, and more).
  • Show information from Wikipedia about a concept's prefLabel (#108).
  • Include concept labels in download from local storage (#163).
  • Add reconciliation API as a provider for mapping suggestions (currently for GND and Wikidata) (#84).
  • Add hotkeys for Mapping Editor:
    • ctrl/cmd + a = add concept on left side
    • ctrl/cmd + d = add concept on right side
    • ctrl/cmd + s = save mapping
    • Note: Proper keyboard navigation will be implemented in the future, see #13.
  • Insert label in search field in both directions and add option to disable auto label insertion (#100).
  • A lot of bug fixes and small improvements.