|
3f8e96c395
|
chore: bump version to 1.0.0
|
2025-05-22 18:57:37 +02:00 |
|
|
56e4431a58
|
fix: lock interface while converting
|
2025-05-22 18:50:17 +02:00 |
|
|
5a85e4f6c3
|
feat: add zipline error type
|
2025-05-22 18:45:59 +02:00 |
|
|
0659698f19
|
feat: add icon on windows too
|
2025-05-22 18:18:58 +02:00 |
|
|
38a7f97cad
|
feat: add app icon and bundle it on linux
|
2025-05-22 12:18:56 +02:00 |
|
|
2f228a7e9c
|
fix: don't show a terminal on windows
|
2025-05-21 22:51:05 +02:00 |
|
|
c39c46d419
|
chore: remove tracing and replace color-eyre with anyhow
|
2025-05-21 22:40:24 +02:00 |
|
|
6f46c768ce
|
feat: check for ffmpeg on startup
|
2025-05-21 22:33:16 +02:00 |
|
|
a19aa8206b
|
feat: add alert dialog for opening failures
|
2025-05-21 22:28:30 +02:00 |
|
|
ef898dfb76
|
feat: shorten video url
|
2025-05-21 18:43:44 +02:00 |
|
|
5aaf02f062
|
chore: make output binary smaller
|
2025-05-20 18:10:21 +02:00 |
|
|
0e92ce86bf
|
feat: add windows build script
depends on gvsbuild
|
2025-05-19 22:20:55 +02:00 |
|
|
6f8070cbcd
|
chore: remove debug print
|
2025-05-19 22:06:32 +02:00 |
|
|
7742bc9361
|
fix: use my own tokio
|
2025-05-19 22:06:13 +02:00 |
|
|
3315b38806
|
fix: show loading spinner during startup
|
2025-05-19 19:26:47 +02:00 |
|
|
dd2616f0e5
|
fix: conditionally disable audio track merging
|
2025-05-19 19:24:11 +02:00 |
|
|
0475c52529
|
fix: abort if ffmpeg process errors
|
2025-05-19 18:58:06 +02:00 |
|
|
c0049cbb8d
|
fix: copy url to clipboard directly
|
2025-05-19 18:55:21 +02:00 |
|
|
a9837b7938
|
feat: support changing file name
|
2025-05-19 18:41:29 +02:00 |
|
|
61c759d25e
|
flake.lock: Update
Flake lock file updates:
• Updated input 'crane':
'github:ipetkov/crane/dfd9a8dfd09db9aad544c4d3b6c47b12562544a5?narHash=sha256-DdWJLA%2BD5tcmrRSg5Y7tp/qWaD05ATI4Z7h22gd1h7Q%3D' (2025-05-03)
→ 'github:ipetkov/crane/76603d32f18e0e378d9f6335c8fc286413493655?narHash=sha256-Zay3WJdSvC2VQmNqWSVLBOg/1iS/0/Q0c9JOBsB%2B3qw%3D' (2025-05-18)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/3730d8a308f94996a9ba7c7138ede69c1b9ac4ae?narHash=sha256-7%2BpG1I9jvxNlmln4YgnlW4o%2Bw0TZX24k688mibiFDUE%3D' (2025-05-05)
→ 'github:NixOS/nixpkgs/292fa7d4f6519c074f0a50394dbbe69859bb6043?narHash=sha256-GaOZntlJ6gPPbbkTLjbd8BMWaDYafhuuYRNrxCGnPJw%3D' (2025-05-18)
|
2025-05-19 18:18:38 +02:00 |
|
|
f7d97f1f2f
|
feat: add ability to merge audio tracks
|
2025-05-18 23:03:52 +02:00 |
|
|
299ad0c9dc
|
feat: add ability to choose video codec
|
2025-05-18 22:55:19 +02:00 |
|
|
8f3c7e4052
|
feat: add initial ffmpeg implementation
|
2025-05-13 14:22:03 +02:00 |
|
|
1d93482209
|
feat: show toast after upload is finished
|
2025-05-13 00:01:05 +02:00 |
|
|
3b75134572
|
feat: add upload progress bar
|
2025-05-12 23:44:48 +02:00 |
|
|
ca96431208
|
fix(nix): add zenity to the path
|
2025-05-12 21:30:53 +02:00 |
|
|
e757a1474c
|
fix: lock upload button when uploading
|
2025-05-12 17:13:10 +02:00 |
|
|
09b4829281
|
fix(nix): don't add git rev to package version
causes a full deps rebuild each commit 🫠
|
2025-05-12 16:42:37 +02:00 |
|
|
89390e4f3f
|
feat: switch to relm4 component macro
|
2025-05-12 16:08:17 +02:00 |
|
|
fb227660bb
|
fix: make request sending asynchronous too
|
2025-05-12 15:14:29 +02:00 |
|
|
2f96459f58
|
fix: open file picker ✨asynchronously✨
|
2025-05-12 12:13:55 +02:00 |
|
|
42a6e50349
|
feat: use rfd for native file dialogs
|
2025-05-12 12:12:52 +02:00 |
|
|
94562b995a
|
feat: better error handling
errors during the upload are now shown in a separate user-friendly alert
dialog, and you can also choose to upload the file to no folder
|
2025-05-11 23:21:28 +02:00 |
|
|
601ee85b5f
|
feat: add graphical interface with relm4 and libadw
|
2025-05-09 22:35:00 +02:00 |
|
|
837ce3ab3e
|
feat: switch to crane
|
2025-05-09 22:32:09 +02:00 |
|
|
ed69a54524
|
feat: add initial zipline uploading system
|
2025-05-09 10:44:16 +02:00 |
|
|
82a09ddf26
|
feat: initial commit
|
2025-05-08 21:22:00 +02:00 |
|