-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #575 from ewanhowell5195/master
Scene Recorder 2.0
- Loading branch information
Showing
4 changed files
with
330 additions
and
461 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
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
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 |
---|---|---|
@@ -0,0 +1,82 @@ | ||
{ | ||
"1.0.0": { | ||
"title": "1.0.0", | ||
"date": "2022-12-14", | ||
"author": "Ewan Howell", | ||
"categories": [ | ||
{ | ||
"title": "New Features", | ||
"list": [ | ||
"Initial release" | ||
] | ||
} | ||
] | ||
}, | ||
"1.0.1": { | ||
"title": "1.0.1", | ||
"date": "2022-12-18", | ||
"author": "Ewan Howell", | ||
"categories": [ | ||
{ | ||
"title": "Bug Fixes", | ||
"list": [ | ||
"Fixed MP4 pixel encoding" | ||
] | ||
} | ||
] | ||
}, | ||
"1.1.0": { | ||
"title": "1.1.0", | ||
"date": "2023-04-10", | ||
"author": "Ewan Howell", | ||
"categories": [ | ||
{ | ||
"title": "New Features", | ||
"list": [ | ||
"Added the new GIF Recorder features into Scene Recorder" | ||
] | ||
} | ||
] | ||
}, | ||
"1.2.0": { | ||
"title": "1.2.0", | ||
"date": "2023-08-05", | ||
"author": "Ewan Howell", | ||
"categories": [ | ||
{ | ||
"title": "Technical Changes", | ||
"list": [ | ||
"Update to new plugin repository format" | ||
] | ||
} | ||
] | ||
}, | ||
"2.0.0": { | ||
"title": "2.0.0", | ||
"date": "2024-07-11", | ||
"author": "Ewan Howell", | ||
"categories": [ | ||
{ | ||
"title": "New Features", | ||
"list": [ | ||
"Added the MKV Video format", | ||
"Added the MOV Video format", | ||
"Added the Spritesheet format" | ||
] | ||
}, | ||
{ | ||
"title": "Changes", | ||
"list": [ | ||
"Scene Recorder has been merged with the built-in GIF Recorder. It is no longer its own dialog, everything is now in one place." | ||
] | ||
}, | ||
{ | ||
"title": "Removed Features", | ||
"list": [ | ||
"Removed the PNG Image Sequence format - This is now natively supported by the GIF Recorder", | ||
"Removed the Animated PNG format - This is now natively supported by the GIF Recorder" | ||
] | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.