This repository has been archived by the owner on May 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add more invisible characters to ass_shaper_skip_characters - Ignore metrics of trimmable whitespace on nonblank lines - Use bool and true/false assignments for GlyphInfo::skip - Don't halve non-empty line height even if wholly invisible - Revert exposing of freetype-provided family for fontselect.c - ass_parse: avoid UB and match vsfilter on negative-accel color animation - ass_fontconfig: use FcWeightToOpenTypeDouble - Skip fully parsing \t if there is no backslash
- Loading branch information
1 parent
2079f43
commit 7ed5f9c
Showing
9 changed files
with
470 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#define BUILD_GIT_VERSION_NUMBER 9206 | ||
#define BUILD_GIT_VERSION_STRING "9206" | ||
#define BUILD_GIT_VERSION_NUMBER 9207 | ||
#define BUILD_GIT_VERSION_STRING "9207" | ||
#define TAGGED_RELEASE 0 | ||
#define INSTALLER_VERSION '2.0.0' | ||
#define RESOURCE_BASE_VERSION 2, 0, 0 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.