Skip to content

Commit

Permalink
chore: release 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mutschler committed Jul 10, 2022
1 parent 0b6a1f2 commit 16e4dcd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.0.12 (10 June 2022)

### New
- added `--vtt` to create a .vtt file without touching any other options provided

### Changes
- `--webvtt` now disables timestamps as well (`--disable-timestamps`) (basically this is now a shorthand for running `--vtt --disable-timesamps --padding 0 --header=false --header-meta=false`)

## 1.0.11 (18 May 2021)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion mt.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var blankPixels int
var allPixels int
var mpath string
var fontBytes []byte
var version string = "1.0.11"
var version string = "1.0.12"
var timestamps []string
var numcaps int

Expand Down

0 comments on commit 16e4dcd

Please sign in to comment.