Skip to content

Latest commit

 

History

History
156 lines (109 loc) · 2.76 KB

File metadata and controls

156 lines (109 loc) · 2.76 KB

Changelog

[1.3.4]

Added

  • Circle click animation effect for cursor interactions
  • Centralized permission service in the main process (src/main/services/permissions-service.ts)

Fixed

  • macOS FFmpeg screen capture reliability by ensuring the bundled FFmpeg binary is included in mac code-signing targets

Changed

  • Added packaged-app FFmpeg signature verification warning in the notarization step

[1.3.3]

Added

  • Video trimming with draggable trim overlay on the timeline

Changed

  • Upgraded dependencies

[1.3.2]

Added

  • Persistent user settings stored in config.json across app restarts
  • All recording and editing configs (output directory, frame rate, cursor, zoom, click effects) are saved automatically
  • Browse button now opens a folder picker instead of a save-file dialog

[1.3.1]

Fixed

  • Recording bar layout shift when switching between idle and recording modes
  • Timer not stopping immediately when cancelling a recording

[1.3.0]

Added

  • New recording flow
  • Tab system for settings organization
  • React and Tailwind UI overhaul

Fixed

  • Icon display
  • Timeline issues
  • Zoom functionality

Changed

  • Website updates
  • Code cleanup

[1.2.2]

Changed

  • Add pre-push version hook

[1.2.1]

Fixed

  • Microphone permission issue
  • Skip notarize for build test

[1.2.0]

Added

  • Platform compatibility layer
  • Windows support
  • Dockerized repository
  • Windows builder

Fixed

  • DevTools no longer open in studio
  • Actual cursor removed from recording
  • Cursor tracking issues
  • Start recording issues

[1.1.2]

Added

  • Keyboard shortcuts to studio editor

Changed

  • Constants and functions refactor

[1.1.1]

Added

  • Zoom section selection
  • Draggable inputs for fine-grained control

[1.1.0]

Added

  • Native cursor hiding for cleaner recordings
  • Improved zoom functionality

[1.0.4]

Added

  • Cursor stabilizer for smoother cursor movement

Changed

  • Updated demo and readme

[1.0.3]

Added

  • Autoscroll checkbox with permission handling

Changed

  • Code cleanup

[1.0.2]

Fixed

  • Bug fixes

[1.0.1]

Changed

  • Updated application icon

Fixed

  • Various bug fixes

[1.0.0]

Added

  • Auto-suggest zoom level
  • Motion blur effect (enabled by default)
  • Cursor smoothing
  • Metadata management
  • Permission handling
  • UI responsiveness improvements

Fixed

  • Cursor timing and position issues
  • Playhead synchronization
  • Export functionality

Changed

  • Improved motion blur quality
  • General cleanup and optimizations

[0.1.0]

Initial release

Added

  • Screen recording with cursor overlay
  • Native mouse tracking
  • Basic studio interface with timeline
  • Frame offset settings
  • Zoom controls
  • Click animation effects
  • FFmpeg-based video processing