Skip to content

Releases: Edirom/Edirom-Online

Development Build

16 Jan 23:01
2ac07d5
Compare
Choose a tag to compare
Development Build Pre-release
Pre-release
fix some annotations-in-text issues (#532)

## Description, Context and related Issue

There surfaced two issues when testing with the Open-Faust data which
might be connected to #460.
1. JSONification of the `local:getAnnotations` function was not
complete. The function returned a map object `plist` as string, causing
some Javascript function to fail.
2. `teitext:getLabel#2` would return a sequence of strings (under some
circumstances) which was not allowed by the return value of the function
signature.

<!--- This project only accepts pull requests related to open issues.
Please link to the issue here: -->
Refs #460


## Types of changes
- Bug fix (non-breaking change which fixes an issue)
- Improvement
- Refactoring

## Overview
- I have performed a self-review of my code, according to the [style
guide](https://github.com/Edirom/Edirom-Online/blob/develop/STYLE-GUIDE.md)
- I have read the
[CONTRIBUTING](https://github.com/Edirom/Edirom-Online/blob/develop/CONTRIBUTING.md)
document.
- All new and existing tests passed.

Release v1.0.0-beta.6

20 Nov 09:00
v1.0.0-beta.6
f1fd8ce
Compare
Choose a tag to compare
Release v1.0.0-beta.6 Pre-release
Pre-release

What's Changed

New Contributors

Read more

Release v1.0.0-beta.5 (Xmas22)

22 Dec 10:41
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: v1.0.0-beta.4...v1.0.0-beta.5

Release v1.0.0-beta.4 (Emeritus)

25 Jun 18:10
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v1.0.0-beta.3...v1.0.0-beta.4

Release v1.0.0-beta.3

23 Jun 13:51
Compare
Choose a tag to compare
Release v1.0.0-beta.3 Pre-release
Pre-release

What's Changed

  • rewrite queries to improve performance and output proper JSON by @peterstadler in #267
  • Fix rendering of measure nos for multiRests by @riedde in #270
  • Update getAnnotationOpenAllUris.xql by @bwbohl in #272

New Contributors

Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3

Release v1.0.0-beta.2

22 Jun 13:13
Compare
Choose a tag to compare
Release v1.0.0-beta.2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2

Release v1.0.0-beta.1

14 Jun 12:04
Compare
Choose a tag to compare
Release v1.0.0-beta.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.0.0-beta...v1.0.0-beta.1

Release v1.0.0-beta

16 May 15:44
Compare
Choose a tag to compare
Release v1.0.0-beta Pre-release
Pre-release

tbc.

Edirom Online v1.0.0-alpha

16 May 10:04
Compare
Choose a tag to compare
Pre-release

This release introduces many changes from many projects and adds some sugar ;-)

Sugar:

  • CSS injection from edition directory
  • Landing page if multiple editions are installed in your eXist-db

Projects that contributed:

We tried to activate many functionalities the Edirom Online used to have or got in the respective projects. This of course led to conflicts and bugs due to parallel or conflicting implementations that we fixed as far as they have surfaced yet. The documentation of those features is not yet part of the release, though.

Please be aware that this is an alpha release so please test it with your data before deploying in productive environments! We will happily receive your bug-reports for our upcoming beta release

The required XAR-package for installing Edirom Online v1.0.0-alpha in eXist-db can be found in the assets section of this release.

Spring-2021-Release v0.11.0

10 Mar 20:43
44e299c
Compare
Choose a tag to compare
Pre-release
Merge pull request #132 from Edirom/develop

Merge develop to master