282 Commits

Author SHA1 Message Date
ihmily
e1e8dbf165 revert locales files 2026-08-08 16:52:03 +08:00
dependabot[bot]
8f830972fe ⬆ update cachetools requirement from >=7.1.4 to >=7.1.6 (#476)
Updates the requirements on [cachetools](https://github.com/tkem/cachetools) to permit the latest version.
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/tkem/cachetools/compare/v7.1.4...v7.1.6)

---
updated-dependencies:
- dependency-name: cachetools
  dependency-version: 7.1.6
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-08 16:38:04 +08:00
dependabot[bot]
d58cb2dfd3 ⬆ update ruff requirement from ~0.15.20 to ~0.16.0 (#479)
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.15.20...0.16.0)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.16.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-08 16:37:36 +08:00
ihmily
2de671cb81 Add custom video bitrate support 2026-08-08 16:33:04 +08:00
lsr-05
be8c281ddf feat: 增加 Windows 定时关机功能 (#482) 2026-08-05 14:48:13 +08:00
ihmily
6841442c08 fix: support CHZZK fMP4 HLS streams in FFmpeg 8 2026-07-24 18:43:44 +08:00
dependabot[bot]
db436d4237 ⬆ update ruff requirement from ~0.15.15 to ~0.15.20 (#460)
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.15.15...0.15.20)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.15.20
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-24 17:24:08 +08:00
ihmily
7767ed8cf9 fix: avoid blocking event loop during email delivery 2026-07-12 18:51:33 +08:00
ihmily
1ca8f83fbc fix: prevent language observer memory leaks 2026-07-12 18:31:23 +08:00
ihmily
766224eb54 fix: prevent ffmpeg stderr pipe deadlocks 2026-07-12 18:21:10 +08:00
ihmily
8d198e1bdf Merge branch 'main' of https://github.com/ihmily/StreamCap 2026-07-12 17:53:55 +08:00
ihmily
3b3f4c9ac4 fix: secure video paths and stream range responses 2026-07-12 17:52:59 +08:00
Hmily
2bee85eaff refactor: adjusting window setup scaling and minimum dimensions 2026-07-12 17:32:16 +08:00
ihmily
c9ef45d169 feat: enhance sidebar branding and move theme color settings 2026-07-12 15:54:18 +08:00
Hmily
589248f2c4 Fix async call for launching URL in browser 2026-07-12 14:34:38 +08:00
Hmily
aceccd14fa Update DMG window position in create_macos_dmg.sh
Adjusted the position of the DMG window by changing the left and top coordinates.
2026-07-06 05:56:55 +08:00
Hmily
3e8bbe23a9 Update DMG window position parameters
Adjusted the positioning of the DMG window.
2026-07-06 05:38:02 +08:00
Hmily
be7f4d4ad0 update window bounds in DMG creation script 2026-07-06 05:27:40 +08:00
Hmily
7492afc80e adjust DMG window positioning in create_macos_dmg.sh
Updated the script to dynamically position the DMG window based on desktop dimensions.
2026-07-06 05:13:50 +08:00
Hmily
0421d5efad Fix lint issues 2026-07-06 04:58:00 +08:00
ihmily
d709c07a59 Fix Windows artifact packaging and recording path 2026-07-06 04:50:07 +08:00
ihmily
3799329863 use _internal layout for Windows builds 2026-07-06 04:14:34 +08:00
Hmily
f136b97e49 fix: adjust DMG window height and path bar visibility
Increased the height of the DMG window from 480 to 540 pixels and updated the visibility of the path bar.
2026-07-06 03:51:18 +08:00
Hmily
c993830abf Use variable for Finder background image
Updated the Finder window layout configuration to use a variable for the background image.
2026-07-06 03:42:39 +08:00
Hmily
add553e028 Refactor DMG creation script for mount directory handling
Removed MOUNT_DIR initialization and adjusted hdiutil attach command to not specify mountpoint. Updated MOUNT_DIR assignment to derive from attach output.
2026-07-06 03:39:01 +08:00
Hmily
0b52dd4a93 Refactor DMG creation script for layout customization 2026-07-06 03:35:26 +08:00
ihmily
97cf224d81 ci: fix macOS DMG image creation 2026-07-06 03:06:45 +08:00
ihmily
c8fc43c891 ci: harden macOS DMG packaging 2026-07-06 02:57:03 +08:00
ihmily
584c47abea ci: fix macOS DMG script line endings 2026-07-06 02:40:01 +08:00
ihmily
4122b4b52f ci: fix Windows desktop build arguments 2026-07-06 02:25:35 +08:00
ihmily
b51159644d ci: add macOS DMG installer layout 2026-07-06 02:21:19 +08:00
ihmily
6ab5a644eb ci: add desktop app build workflow 2026-07-06 01:57:39 +08:00
ihmily
eb3a313f9e fix: add macOS file picker entitlement 2026-07-06 00:53:58 +08:00
ihmily
06ba3d861a feat: add desktop packaging scripts 2026-07-06 00:28:09 +08:00
ihmily
f529820c76 fix: optimize responsive layout of cards 2026-06-17 14:36:00 +08:00
ihmily
53515aa8f1 fix: window display center on startup 2026-06-17 13:41:23 +08:00
ihmily
8d25ce22c9 feat: support save paths with spaces for macOS and Windows 2026-06-17 12:27:36 +08:00
ihmily
ac3d32db63 style: fix lint issues 2026-06-17 11:32:53 +08:00
ihmily
56c61f23ba feat: preserve Windows paths with spaces 2026-06-17 11:23:25 +08:00
ihmily
5f14041cd8 fix: add no cdn for web mode 2026-06-17 10:19:38 +08:00
ihmily
9a302987a0 fix: hide window on startup 2026-06-16 17:51:38 +08:00
ihmily
0201cd2fd7 update requirements 2026-06-16 17:26:57 +08:00
dependabot[bot]
61a248452f ⬆ update cachetools requirement from >=7.1.1 to >=7.1.4 (#434)
Updates the requirements on [cachetools](https://github.com/tkem/cachetools) to permit the latest version.
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/tkem/cachetools/compare/v7.1.1...v7.1.4)

---
updated-dependencies:
- dependency-name: cachetools
  dependency-version: 7.1.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-16 16:51:34 +08:00
dependabot[bot]
ebaa0a7d71 ⬆ update ruff requirement from ~0.15.12 to ~0.15.15 (#431)
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.15.12...0.15.15)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.15.15
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-16 16:50:45 +08:00
ihmily
22fc04a883 refactor: separate UI logic from business layer in recording management 2026-05-25 22:18:45 +08:00
Hmily
c95e03c853 fix: change response status code check logic 2026-05-25 16:59:31 +08:00
ihmily
d1fb60015a style: fix lint issues 2026-05-25 16:48:56 +08:00
ihmily
56075ccbc3 fix: handle HTTP redirect (302) in direct stream downloader 2026-05-25 16:45:13 +08:00
DealsBeam
241ed18dfb Bolt: optimize direct download I/O and regex compilation (#415) 2026-05-25 16:29:18 +08:00
ihmily
95b59426fc fix(recording): replace page.run_task with run_task_safe to handle closed web session gracefully 2026-05-20 16:12:05 +08:00