Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-rt committed Feb 12, 2022
1 parent 0d87abc commit cdff761
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asciiframe"
version = "0.1.4"
version = "1.2.0"
keywords = ["cli", "ascii", "opencv"]
categories = ["command-line-utilities"]
description = "Watch any video in the terminal with ASCII"
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
<p align="center">A CLI tool that converts videos to ASCII and displays them to the terminal on the fly<p>
<p align="center">
<img href="https://crates.io/crates/asciiframe" src="https://img.shields.io/crates/v/asciiframe?style=for-the-badge" alt="crates.io version">
<img href="https://github.com/seggfault/asciiframe/actions/workflows/CICD.yml" src="https://img.shields.io/github/workflow/status/seggfault/asciiframe/CICD?style=for-the-badge" alt="CICD">
<img href="https://github.com/seggfault/asciiframe/commits/main" src="https://img.shields.io/github/last-commit/seggfault/asciiframe?style=for-the-badge" alt="Last Commit">
<img href="https://github.com/seggfault/asciiframe/blob/main/LICENSE" src="https://img.shields.io/github/license/seggfault/asciiframe?style=for-the-badge" alt="MIT license">
<img href="https://github.com/luketio/asciiframe/actions/workflows/CICD.yml" src="https://img.shields.io/github/workflow/status/luketio/asciiframe/CICD?style=for-the-badge" alt="CICD">
<img href="https://github.com/luketio/asciiframe/blob/main/LICENSE" src="https://img.shields.io/github/license/luketio/asciiframe?style=for-the-badge" alt="MIT license">
</p>
<p align="center">
<img href="https://github.com/seggfault/asciiframe/blob/main/docs/demo.gif" src="https://github.com/seggfault/asciiframe/blob/main/docs/demo.gif" alt="Demo">
<img href="https://github.com/luketio/asciiframe/blob/main/docs/demo.gif" src="https://github.com/luketio/asciiframe/blob/main/docs/demo.gif" alt="Demo">
</p>

>Note: I am relatively new to rust so any sort of suggestions, questions, and contributions are completely welcome!
Expand Down

0 comments on commit cdff761

Please sign in to comment.