Skip to content

Releases: prasanaworld/puppeteer-screen-recorder

v3.0.6 Release

27 Oct 19:27
Compare
Choose a tag to compare

Release v3.0.6: Enhanced Screen Recording and Bug Fixes πŸŽ‰

We're excited to announce the release of v3.0.6, which includes several improvements and bug fixes to enhance the overall performance and reliability of Puppeteer Screen Recorder πŸ“Ή.

What's New? πŸ€”

  • Improved video encoding πŸ“Ή: Upgrade to FFmpeg 4.4.1 to take advantage of improved encoding efficiency and quality (#123)
  • Enhanced audio recording 🎧: Fixed an issue where audio recording would sometimes fail due to incorrect audio device selection (#145)
  • Support for custom video resolutions πŸ“Š: Added an option to specify custom video resolutions for recordings (#156)
  • Bug fixes 🐜: Resolved issues with video playback, screen capture, and error handling (#134, #141, #148)
  • Fixed broken build deployment 🚨: Addressed an issue where the build script generated a partial build and deployed it to npm without actual files, resulting in a broken v3.0.5 release (#113, #110, #108)

Changes πŸ”„

  • Upgraded dependencies to ensure compatibility and security πŸ”’
  • Improved documentation and examples for easier usage and troubleshooting πŸ“š

Commits πŸ“

  • fix: audio recording issue with incorrect device selection (#145) 🎧
  • feat: add support for custom video resolutions (#156) πŸ“Š
  • fix: video playback issue with incorrect codec (#134) πŸ“Ή
  • fix: screen capture issue with incorrect region (#141) πŸ“Έ
  • fix: error handling issue with FFmpeg (#148) 🚨
  • docs: update documentation and examples (#...) πŸ“š

Upgrade πŸ’»

To upgrade to v3.0.6, simply run npm install puppeteer-screen-recorder@latest or yarn add puppeteer-screen-recorder@latest. πŸ’Έ

Changelog πŸ“„

For a detailed list of changes, please refer to the v3.0.6 changelog. πŸ“„

I like to thank all bug reporter and for their efforts in making this release possible. πŸ™. Happy recording! πŸ“Ή

V3.0.3

18 Feb 20:54
Compare
Choose a tag to compare

Release V3.0.3

Breaking Changes

  • Minimum recommended node version 16
  • Update recommended puppeteer version > 19.0

Improvement

Version 2.0 - New features release and bug fixes

26 Sep 07:38
Compare
Choose a tag to compare
  1. Add support for new file formats like AVI, MP4, MOV and WEBM.
  2. Add support for retrieving output stream using startStream method.
  3. Adding support to limit the duration of the recording.
  4. Updated Documentation
  5. Bug fixes

[New Feature Added] : Video Frame size and aspect ratio

28 Mar 17:54
Compare
Choose a tag to compare

Puppeter-Screen-recorder Madein release

28 Feb 16:31
Compare
Choose a tag to compare
v1.1.5

chore(release): 1.1.5