Skip to content

Commit 8980782

Browse files
committed
v1.3.4
1 parent 66b6560 commit 8980782

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.3.4]
4+
5+
### Added
6+
- Circle click animation effect for cursor interactions
7+
- Centralized permission service in the main process (`src/main/services/permissions-service.ts`)
8+
9+
### Fixed
10+
- macOS FFmpeg screen capture reliability by ensuring the bundled FFmpeg binary is included in mac code-signing targets
11+
12+
### Changed
13+
- Added packaged-app FFmpeg signature verification warning in the notarization step
14+
315
## [1.3.3]
416

517
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cinescreen",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"description": "Screen recording software with cursor overlay",
55
"main": "dist/main/main/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)