Skip to content

Releases: sbondCo/Casterr

v2.0.0

14 Jan 18:00
Compare
Choose a tag to compare

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.

Breaking: Resolution setting replaced with new Resolution Scale setting.

New

  • Record a region by @IRHM in #466
  • Video Bookmarks by @IRHM in #469
  • Experimental: Linux hardware encoding (NVENC) by @IRHM in #474
  • film/camera icon on videos to identify clips/recordings by @IRHM in #475
  • Delete video quick action by @IRHM in #476
  • Resolution scaling by @IRHM in #488
  • Saved Region To Record setting by @IRHM in #490

Changed

Fixed

  • Fix recording timeElapsed and add loading state by @IRHM in #478
  • createThumbnail: exit if output file already exists by @IRHM in #470
  • Fix clipping nvenc videos and use path.join for making path strings by @IRHM in #494
  • startStopRecordingRegion: Stop if already recording by @IRHM in #495
  • Fix AudioDevicesToRecord on Linux by @IRHM in #489

Maintenance

Full Changelog: v1.4.1...v2.0.0

1.4.1

05 Dec 23:31
Compare
Choose a tag to compare

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.

Fixed

  • Height fixes by @IRHM in #458
  • Update FFmpeg/probe for linux with a static build by @IRHM in #463

Maintenance

Full Changelog: v1.4.0...v1.4.1

1.4.0

23 Feb 22:35
Compare
Choose a tag to compare

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.

Added

  • YouTube Uploading, Settings Nav Redesign & Open video folder by @IRHM in #407

Maintenance

  • Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #398
  • Bump @typescript-eslint/eslint-plugin from 5.45.0 to 5.53.0 by @dependabot in #404
  • Bump eslint-plugin-react from 7.31.11 to 7.32.2 by @dependabot in #392
  • Bump eslint-config-standard-with-typescript by @IRHM in #408

Full Changelog: v1.3.1...v1.4.0

1.3.1

27 Jan 02:50
Compare
Choose a tag to compare

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.

Fixed

  • Fix desktop notification path on windows in #388
  • Fix audio devices to record useEffect running infinitely in #388
  • Fix showing default (speaker) label on all audio devices on windows in #388

Full Changelog: v1.3.0...v1.3.1

1.3.0

27 Jan 02:41
Compare
Choose a tag to compare

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

  • Auto add videos to videos grid after recording/importing by @IRHM in #383
  • Persistent video volume by @IRHM in #385

Fixed

  • Restore settings correctly from config by @IRHM in #381
  • Fix desktop notification not showing in built app by @IRHM in #384
  • Make sure all settings work by @IRHM in #387

Maintenance

Full Changelog: v1.2.0...v1.3.0

1.2.0

23 Jan 23:23
Compare
Choose a tag to compare

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

  • Auto updating (auto checks once on startup) by @IRHM in #371
  • About tab in settings with version info, manual update check button and links to the repo and website by @IRHM in #371
  • Logging to files by @IRHM in #378

Fixed

  • Fix AppImage builds opening very slowly by @IRHM in #376

Maintenance

Full Changelog: v1.1.0...v1.2.0

1.1.0

11 Jan 21:02
Compare
Choose a tag to compare

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

Fixed

  • Add recording timeElapsed incrementer by @IRHM in #360

Maintenance

Full Changelog: v1.0.1...v1.1.0

1.0.1

06 Jan 01:05
Compare
Choose a tag to compare

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.

This release doesn't bring much to the end user (YOU!!!!!!!!), except a search bar and filters for your videos. It may seem a little more responsive too with some small added changes (loading screens).

The app has completely changed behind the scenes though. We are now on React instead of Vue 2, have app wide state and a much cleaner code base to work with. This will make it easier for more updates, hopefully we can roll them out quicker now.

Huge thanks to GitHub (+ bill) for wasting their server resources building my code!

0.1.8-alpha

26 Jul 21:35
Compare
Choose a tag to compare
0.1.8-alpha Pre-release
Pre-release

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 just Recordings.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

Fixed

  • Fix going to default page, was going to non-existent page. #202 / Commit

0.1.7-alpha

24 May 23:27
Compare
Choose a tag to compare
0.1.7-alpha Pre-release
Pre-release

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

  • Tooltips (currently only applied to button on VideoEditor that need more context) #190
  • Show loader whilst clip is being processed (with cancel button) #191

Changed

  • Move play all clips button #187