Skip to content

Commit

Permalink
1.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robindemourat committed May 6, 2019
1 parent 45e8e4e commit b20452b
Show file tree
Hide file tree
Showing 8 changed files with 77,988 additions and 78,099 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

*Written according to [Keep a changelog](https://keepachangelog.com/en/1.0.0/) guidelines and [semantic versioning](https://semver.org/)*.

# [1.0.0-alpha.3](https://github.com/peritext/ovide/tree/1.0.0-alpha.3) - 2019-05-06

# Added

* allow annotation support with hypothes.is
* feedback messages when generating outputs
* feedback messages when creating or deleting productions
* edition duplication feature

# Changed

* improve edition ui
* improve date and location edition
* improve paged preview performance and resilience
* improve templates and generators

# Fixed

* fix critical saving bugs in electron version
* fix citation style change bug
* fix diverse minor bugs
* fix diverse translation issues

# [1.0.0-alpha.2](https://github.com/peritext/ovide/tree/1.0.0-alpha.2) - 2019-04-01

# Added
Expand Down
2 changes: 1 addition & 1 deletion app/electronIndex.dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</div>
<script>
window.__PUBLIC_URL__ = '';
window.__OVIDE_VERSION__ = '1.0.0-alpha.2';
window.__OVIDE_VERSION__ = '1.0.0-alpha.3';
window.__SOURCE_REPOSITORY__ = '';
window.OVIDE_CONFIG = {
youtubeAPIKey: '${YOUTUBE_API_KEY}',
Expand Down
2 changes: 1 addition & 1 deletion app/electronIndex.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</div>
<script>
window.__PUBLIC_URL__ = '';
window.__OVIDE_VERSION__ = '1.0.0-alpha.2';
window.__OVIDE_VERSION__ = '1.0.0-alpha.3';
window.__SOURCE_REPOSITORY__ = '';
window.OVIDE_CONFIG = {
youtubeAPIKey: '${YOUTUBE_API_KEY}',
Expand Down
36 changes: 18 additions & 18 deletions app/htmlBuilds/single-page-html/deucalion/bundle.js

Large diffs are not rendered by default.

Loading

0 comments on commit b20452b

Please sign in to comment.