Skip to content

Commit

Permalink
🎉 1.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
robindemourat committed Sep 20, 2018
1 parent 9aa2503 commit 8284dd1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Dicto changelog

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

## [1.0.0-alpha](https://github.com/dictoapp/dicto/tree/1.0.0-alpha) - 2019-09-20

### Changed

* change various expressions/labels/translations in UI
* improve "export composition to plain HTML code" feature -> do not display iframes/medias information several times for consecutive excerpts of the same media

### Fixed

* add various missing terms in translations
* fix several major Firefox CSS compatibility issues
* fix minor UI/CSS issues in main application and output templates
* fix facebook metadata image by adding width and height
* fix a major time-tracking issue with media player component
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dicto",
"version": "0.1.0-alpha",
"version": "1.0.0-alpha",
"description": "transcribe > annotate > remix > publish media contents",
"author": "Robin de Mourat",
"repository": "https://github.com/dictoapp/dicto",
Expand Down

0 comments on commit 8284dd1

Please sign in to comment.