Skip to content

Latest commit

 

History

History
58 lines (52 loc) · 3.15 KB

CHANGELOG.md

File metadata and controls

58 lines (52 loc) · 3.15 KB

2018-11-18, Version 1.0.1

Commits

Stats

 CHANGELOG.md  | 38 ++++++++++++++++++++++++++++++++++++++
 Cargo.toml    |  2 +-
 src/app.rs    |  2 +-
 src/lib.rs    |  6 ++++++
 src/player.rs |  6 +++---
 tests/test.rs |  2 +-
 6 files changed, 50 insertions(+), 6 deletions(-)

2018-11-17, Version 1.0.0

Commits

Stats

 .github/CODE_OF_CONDUCT.md                |  75 ++++++++-
 .github/CONTRIBUTING.md                   |  63 ++++++-
 .github/ISSUE_TEMPLATE.md                 |   9 +-
 .github/ISSUE_TEMPLATE/bug_report.md      |  23 ++-
 .github/ISSUE_TEMPLATE/feature_request.md |  43 ++++-
 .github/ISSUE_TEMPLATE/question.md        |  18 ++-
 .github/PULL_REQUEST_TEMPLATE.md          |  21 ++-
 .github/stale.yml                         |  17 ++-
 .gitignore                                |   7 +-
 .travis.yml                               |  13 +-
 CERTIFICATE                               |  37 ++++-
 Cargo.toml                                |  16 ++-
 LICENSE-APACHE                            | 190 ++++++++++++++++++++-
 LICENSE-MIT                               |  21 ++-
 README.md                                 |  68 +++++++-
 examples/example.rs                       |  14 +-
 rustfmt.toml                              |   2 +-
 src/app.rs                                | 121 ++++++++++++-
 src/error.rs                              |  73 ++++++++-
 src/lib.rs                                | 301 +++++++++++++++++++++++++++++++-
 src/player.rs                             | 118 ++++++++++++-
 src/summary.rs                            |  85 +++++++++-
 src/summary_large_image.rs                |  92 +++++++++-
 tests/test.rs                             |   9 +-
 24 files changed, 1436 insertions(+)