WINDOWS: You must manually install the 2010 C++ redistibutable. Hopefully most of you already have this from installing other apps/games. In the future this will install itself alongside Casterr.
New
- Create ContextMenu component (currently just for removing clips). #194
- Create area to view your clips, in the Recordings page (now renamed to the Videos page). #200
- Rename
PastRecordings.json
file to justRecordings.json
. #200 - Back button on VideoEditor view. #202
- Ability to modify the names of clips. #207
Changed
- Videos are now loaded sooner (for a smoother infinite scroll experience). #204
- Videos are now stored minfied in
Recordings.json
&Clips.json
. #207 - Settings are now only updated if values (mainly in TextBoxes) have been changed. #209
- Tooltips are now also closed on
mousedown
. #202 / Commit