Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed Jul 27, 2023
1 parent d1de038 commit 5a63e82
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 21 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
runs-on: ubuntu-latest
env:
RUST_BACKTRACE: 1
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
steps:
- run: rustup update stable
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased (v0.1.3)
# v0.1.3
* Fix `vcs` `-W` ffmpeg vfilter bug.
* Fix label background pixel oob panic.

Expand Down
34 changes: 17 additions & 17 deletions 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 = "vimg"
version = "0.1.2"
version = "0.1.3"
authors = ["Alex Butler <alexheretic@gmail.com>"]
edition = "2021"
description = "CLI for video images. Generates animated video contact sheets fast."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Uses _ffmpeg_.

![](https://raw.githubusercontent.com/alexheretic/vimg/main/bbb.1080p.avif)

_Note: Support for animated avif isn't everywhere yet, try viewing with chrom{e,ium}._
_Note: Support for animated avif isn't everywhere yet, try viewing with firefox/chromium._

### Command: vcs
Create a new contact sheet for a video.
Expand Down

0 comments on commit 5a63e82

Please sign in to comment.