Skip to content

Commit

Permalink
Bump version to 24w25a
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Jun 23, 2024
1 parent eace183 commit 14595df
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auto_editor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "24.24.1"
version = "24w24a"
__version__ = "24.25.1"
version = "24w25a"
11 changes: 11 additions & 0 deletions changelogs/2024.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 24w25a

## What's Changed
- Only extract subtitle files when needed
- Analyze subtitles robustly, don't reply on hacky methods
- Assert generated timeline is monotonic (fixes #470)
- Errors are now colored, will be disable if NO_COLOR or AV_LOG_FORCE_NOCOLOR environment variable is set

**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/24w24a...24w25a


# 24w24a

## What's Changed
Expand Down

0 comments on commit 14595df

Please sign in to comment.