Casterr Changelog

What's new in Casterr 2.0.0

Apr 19, 2024
  • 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:
  • Redesign navigation bar by @IRHM in #477
  • 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:
  • Screenshots for README by @IRHM in #479
  • Bump react-router-dom from 6.6.2 to 6.21.0 by @dependabot in #465
  • Bump sass from 1.62.1 to 1.69.5 by @dependabot in #461
  • Bump eslint-config-standard-with-typescript from 34.0.0 to 37.0.0 by @dependabot in #460
  • Bump axios from 1.6.0 to 1.6.2 by @dependabot in #471
  • Bump eslint-config-prettier from 8.5.0 to 9.1.0 by @dependabot in #472
  • Bump eslint-plugin-react from 7.32.2 to 7.33.2 by @dependabot in #481
  • Bump @types/node from 20.2.5 to 20.10.5 by @dependabot in #473
  • Bump follow-redirects from 1.15.2 to 1.15.5 by @dependabot in #493

New in Casterr 1.4.1 (Dec 6, 2023)

  • Fixed:
  • Height fixes by @IRHM in #458
  • Update FFmpeg/probe for linux with a static build by @IRHM in #463
  • Maintenance:
  • Bump @types/node from 18.11.18 to 20.2.5 by @dependabot in #450
  • Bump sass from 1.55.0 to 1.62.1 by @dependabot in #433
  • Bump electron from 22.0.2 to 22.3.25 by @dependabot in #456
  • Bump @babel/traverse from 7.20.13 to 7.23.4 by @dependabot in #455
  • Bump axios from 1.3.2 to 1.6.0 by @dependabot in #453
  • Bump postcss from 8.4.21 to 8.4.31 by @dependabot in #454
  • Bump vite from 4.1.1 to 4.1.5 by @dependabot in #452
  • Bump tailwindcss from 3.2.4 to 3.3.5 by @dependabot in #457

New in Casterr 1.4.0 (Feb 24, 2023)

  • 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

New in Casterr 1.3.1 (Jan 27, 2023)

  • 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

New in Casterr 1.3.0 (Jan 27, 2023)

  • 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

New in Casterr 1.2.0 (Jan 24, 2023)

  • 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

New in Casterr 1.1.0 (Jan 11, 2023)

  • New:
  • Editor keybinds by @IRHM in #355
  • Keybinds by @IRHM in #359
  • Fixed:
  • Add recording timeElapsed incrementer by @IRHM in #360
  • Maintenance:
  • Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #352
  • Bump @types/node from 18.11.14 to 18.11.18 by @dependabot in #346
  • Bump @vitejs/plugin-react from 2.1.0 to 2.2.0 by @dependabot in #340
  • Bump react-router-dom from 6.4.0 to 6.6.2 by @dependabot in #357

New in Casterr 1.0.1 (Jan 6, 2023)

  • 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.