Siddharth
05f4e74de6
google fonts
2026-02-06 21:58:07 -08:00
Siddharth
a89198ccdc
anti aliasing on
2026-02-06 21:28:42 -08:00
Sid
170dd2efd2
Merge pull request #120 from IdrisGit/feat-add-support-for-16-10-aspect-ratio
...
feat: add support for 16:10 aspect ratio
2026-02-06 20:24:21 -08:00
Sid
d4704d554d
Merge pull request #134 from JustinBenito/patch-1
...
Update README with Full Disk Access instructions
2026-02-06 20:23:00 -08:00
Justin Benito B
485d2fd098
Update README with Full Disk Access instructions
...
Added note about granting Full Disk Access for terminal.
2026-02-04 17:48:45 +05:30
Sid
d5dbcb3a7a
Merge pull request #119 from IdrisGit/docs-move-issue-templates-from-markdown-to-yaml-forms
...
docs: move issue templates to YAML forms
2026-01-31 20:55:21 -08:00
Sid
e1760020ac
Merge pull request #121 from IdrisGit/docs-readme-cleanup
...
docs: add the beta warning at top and move assests to public
2026-01-31 20:53:32 -08:00
Siddharth
c8a4becaf0
version fix
2026-01-31 20:15:52 -08:00
Siddharth
e6db74f183
stale closure bug
2026-01-31 20:05:19 -08:00
Idris Gadi
271a3ee443
chore: remove unused svgs
2026-01-27 20:53:36 +05:30
Idris Gadi
cef987cd33
docs: add the beta warning at top and move assests to public
...
moving the assests to public prevents root from getting populated with
alot of files
2026-01-27 20:53:36 +05:30
Idris Gadi
95b4df0ae4
fix: types
2026-01-27 16:23:45 +05:30
Idris Gadi
0d27f4fc36
feat: add support for 16:10 aspect ratio
2026-01-27 15:59:01 +05:30
Idris Gadi
23aced6007
docs: move issue templates to YAML forms
...
Github has official support for forms
(https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms )
forms are much easire and intuitive for people to fill out compared to
markdown, this makes creating new issues easy and more structured.
should also help with preventing random issues.
I am intentionally not adding a blank template for now, if required it
can be added later.
2026-01-27 14:43:29 +05:30
Idris Gadi
db9cf960f8
feat: remove eslint and add biome for formatter and linter
2026-01-27 12:53:33 +05:30
Sid
afbd0740a3
Merge pull request #117 from IdrisGit/fix-turn-off-motion-blur-by-default
...
fix: set motion blur to disabled by default
2026-01-26 22:17:55 -08:00
Idris Gadi
f30e2d654e
fix: remove extra semi colon
2026-01-27 11:46:46 +05:30
Idris Gadi
f2c6d8ff0f
fix: set motion blur to disabled by default
2026-01-27 11:10:12 +05:30
Siddharth
9821e926d9
fix version
2026-01-24 22:45:07 -08:00
Siddharth
a2ca0799d4
accordion & settings cleanup
2026-01-20 21:10:22 -08:00
Siddharth
6d2e1edb5b
fix build errors
2026-01-20 20:05:14 -08:00
Sid
08f58b3539
Merge pull request #101 from Al-Farhan/bug/source-selector-tabs-content-height
...
fix(ui): increase height for source selector tabs content
2026-01-16 19:20:45 -08:00
Farhan Shaikh
1586dbe65e
fix(ui): increase height for source selector tabs content
2026-01-13 16:42:19 +05:30
Sid
3a63617c55
Merge pull request #84 from solnikhil/export
...
feat(export): add GIF exporting, Frame Rate & Output Size selection, and loop animation
2026-01-11 10:27:18 -08:00
Nikhil Solanki
e8d2c19b7d
Merge branch 'main' into export
2026-01-11 21:52:29 +05:30
Nikhil Solanki
23ede0fcfa
Update GIF export options to remove 10 FPS and small size
...
Removed 10 FPS from valid GIF frame rates and the 'small' size preset from GIF export options. Updated UI grid layouts and tests to reflect these changes for consistency.
2026-01-11 21:50:42 +05:30
Sid
78cfb64f98
Merge pull request #97 from twinkalp10/bug/fix-bg-image-selection-height
...
fix(ui): set minimum height for image selection tab in settings panel
2026-01-10 12:05:56 -08:00
Twinkal P
3124342309
fix(ui): set minimum height for image selection tab in settings panel
2026-01-10 17:33:11 +00:00
Sid
a9bd2ac820
Merge pull request #90 from gerrywastaken/claude/openscreen-linux-boot-performance-8Xq9v
...
fix(linux): Greatly AppImage boot time from ~20s to ~2s
2026-01-01 12:05:13 -08:00
Claude
e190915c48
fix(linux): reduce AppImage boot time from ~50s to near-instant
...
Change compression from "maximum" to "normal" for electron-builder.
The "maximum" compression setting causes gzip/xz compression in the
squashfs filesystem, which has extremely poor random access performance
(~35 MB/s). This results in 50+ second boot times on Linux AppImage
releases due to FUSE overhead during Electron's many small file reads
at startup.
With "normal" compression, the AppImage uses faster decompression
algorithms, dramatically improving startup time while only marginally
increasing package size.
Refs: electron-userland/electron-builder#6317
Refs: electron-userland/electron-builder#7483
2026-01-01 01:52:44 +00:00
Sid
171a02aef4
Merge pull request #72 from ateendra24/fix-issue-34
...
feat: add tutorial help component for video trimming guidance
2025-12-28 19:03:35 -08:00
Nikhil Solanki
085ebad38f
Add custom hidden scrollbar styles and clean up code
...
Introduced CSS classes to hide scrollbars while maintaining scrollability across browsers. Also removed unnecessary blank lines in frameRenderer.ts for code cleanliness.
2025-12-25 16:12:34 +05:30
Nikhil Solanki
f3e12629c2
Adjust layout and sizing of SettingsPanel tabs
...
Updated the Tabs and TabsList components in SettingsPanel to use fixed min and max heights and improved flex properties for better layout consistency and scrolling behavior.
2025-12-25 15:09:26 +05:30
Nikhil Solanki
f00d381f94
fixed swloppy gitignore
2025-12-25 14:48:24 +05:30
Nikhil Solanki
fb92b0b6d9
/
2025-12-25 02:05:38 +05:30
Nikhil Solanki
8ca2b8362a
Update .gitignore
2025-12-25 02:02:08 +05:30
Nikhil Solanki
134f392553
Update .gitignore
2025-12-25 02:01:20 +05:30
Nikhil Solanki
c7e81c6b7f
Update .gitignore
2025-12-25 02:00:27 +05:30
Nikhil Solanki
f58b8b2897
Mega gitignore
2025-12-25 02:00:06 +05:30
Nikhil Solanki
6e6ecba172
Add GIF export feature to video editor
...
Implements GIF export alongside MP4, including new export types, a GIF exporter module, UI components for format selection and GIF options, and integration into the export dialog and video editor. Adds property-based and unit tests for GIF export correctness, updates dependencies to include gif.js and related types, and refines Electron save dialog to support GIF files.
2025-12-25 01:50:02 +05:30
AP Solanki
175bb36eda
feat: add tutorial help component for video trimming guidance
2025-12-18 10:38:07 +05:30
Sid
2ca99136ba
Update README.md
2025-12-17 00:41:24 -07:00
Siddharth
b7485865f3
fix:Border radius appears smaller in export compared to preview
2025-12-16 13:52:53 -07:00
Sid
7db2fa4e01
Merge pull request #65 from LauZzL/feature/system-tray-icon
...
feat(electron): implement dynamic tray icon and menu updates
2025-12-16 12:28:25 -08:00
LauZzL
81b59cad7c
feat(electron): implement dynamic tray icon and menu updates
...
- Show "Stop Recording" menu & recording icon when recording
- Show "Open/Quit" menu & default icon when not recording
2025-12-16 21:28:18 +08:00
Sid
7e0ce53df0
Update package.json
2025-12-14 10:47:47 -07:00
Sid
d57140b031
Merge pull request #59 from kamikazebr/feat/linux-support
...
feat: add Linux support
2025-12-14 09:33:11 -08:00
Felipe Novaes F Rocha
5dd85abaee
chore: remove pnpm lock files from tracking
2025-12-14 14:29:23 -03:00
Felipe Novaes F Rocha
78fbd30b15
ci: add Linux build to workflow
2025-12-13 20:25:15 -03:00
Felipe Novaes F Rocha
ebb1d29375
feat: add Linux support
2025-12-13 20:07:41 -03:00