Skip to content

Releases: gbv/cocoda

Cocoda 0.8.2

19 Mar 14:09
ef36e77

Choose a tag to compare

Cocoda 0.8.1

15 Mar 13:36
425b1fa

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

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

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

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.

Cocoda 0.5.4

13 Dec 08:57
bd477fc

Choose a tag to compare

  • Implement new registry/provider system (#209).
  • Mapping Browser:
    • Load each source individually (#168).
    • Group registries.
    • Add tooltips to registries.
  • Refactoring (especially regarding selection of schemes/concepts).
  • Some fixes.

Cocoda 0.5.3

06 Dec 08:05
88d9bfc

Choose a tag to compare

  • Visual overhaul (still a work in progress).
  • Make drag and drop of concepts into MappingEditor much nicer.
  • Add localization (currently English and German available).
  • Some adjustments in MappingBrowser.
  • Some fixes.

Cocoda 0.5.2

22 Nov 14:25
d6d075a

Choose a tag to compare

Even though this is just a "patch" release, there are a lot of changes since the last version.

  • Allow using drag and drop to add concepts to the current mapping. (#174)
  • Noticeable improvements in general performance.
  • Add search filter for concept types (currently only for GND). (#57)
  • A lot of bug fixes and some refactoring.
  • Visual and layout adjustments.
  • Select concept when adding it the the mapping from ConceptTree.
  • Add setting to always show all results in MappingBrowser.
  • Allow overriding colors in a separate file.(#193)
  • Show more information in ConceptDetail.
  • Show concept labels in MappingBrowser. (#180)
  • Adjust config file format in preparation for future changes. (#64)

Cocoda 0.5.1

18 Oct 12:43
1c70de1

Choose a tag to compare

  • Fix some bugs.
  • Small visual adjustments.
  • Automatically paste source concept label into the target scheme search field. This saves one step when you want to search for the same label in the target scheme.

Cocoda 0.5.0

17 Oct 05:40
f93b819

Choose a tag to compare

  • Add Wikidata mappings.
  • Add downloading and uploading of local mappings (in settings).
  • Refactor OccurrencesBrowser into MappingBrowser (#147).
    • There is now only one component that shows mappings and suggestions with the ability to toggle individual sources on and off.
    • Sources at this point are local storage, server (jskos-server), Wikidata, and catalog (co-occurrences).
  • Add an indication whether a mapping is saved or not in MappingEditor (#115).
  • Many visual changes.
  • Fix bugs.
  • Some refactoring.
  • Many more small changes.