Maya
c139eae565
refactor: run prettier
2026-05-25 21:29:28 +03:00
Maya
35949a6d04
fix: few bugs with image sequences
2026-05-25 21:27:01 +03:00
Maya
2d12ab42c0
fix: don't close dropdown on select
...
minor ux thing so that user can press the settings after changing
2026-05-15 17:05:31 +03:00
Maya
2f30c454dc
fix: transparent images issues
2026-05-10 16:37:16 +03:00
Maya
f210bb886e
feat: image sequences
2026-05-09 20:16:27 +03:00
Maya
95ab5092cf
feat: image sequence & fps in dropdown, fixes
2026-05-05 18:39:00 +03:00
Maya
343d5f2d65
feat: ui of image sequence/fps in format dropdown
2026-05-04 15:27:29 +03:00
Maya
eb301387ec
feat: scroll selected option into view for dropdown, highlight selected on regular dropdowns
2026-03-22 23:15:19 +03:00
Maya
34a1a5df64
feat: toast if file is too large for vertd
2026-03-22 23:01:34 +03:00
Maya
75e9745eab
fix: large file fixes
...
mediabunny reads streamed file from OPFS to allow for larger files, larger files write directly to disk instead of cache api
2026-03-21 11:22:06 +03:00
Maya
2c66718552
feat: global settings modal, logging fixes
2026-03-11 17:08:09 +03:00
Maya
95210e84eb
chore: re-organize structure a bit
2026-03-09 19:41:10 +03:00
Maya
9164dc8824
fix: formatdropdown logic rework & bug fixes
2026-03-06 14:29:47 +03:00
Maya
96da202e6c
feat: use & rework findConverters()
...
adds a priority to FormatInfo which ensures that we can have certain formats prioritize certain converters (mp4 supports mediabunny/local so use that, then fallback to next if fails)
2026-03-06 12:03:56 +03:00
Maya
6980d6dc05
feat: send custom settings to vertd
2026-02-23 21:43:59 +03:00
Maya
ff7456b8b9
fix: all categories/formats fallback
...
fall back to showing everything if there is no formats returned for some reason & add more logging. some people are seeing this for some reason and idk why
2026-02-21 19:49:34 +03:00
Maya
f129682474
fix: open native category first
2026-02-18 09:35:30 +03:00
Maya
575f444abc
feat: start how settings is defined
...
god kill me i fought with paraglide for a while
2026-02-14 00:01:02 +03:00
Maya
d54094722f
fix: clean up/use FancyInput everywhere
...
forgor
2026-02-13 09:04:40 +03:00
Maya
30bbb764ae
feat: start settings modal component
2026-02-13 08:52:29 +03:00
Maya
ca8a03470b
feat: webp to video support
...
adds support for animated webp to video by using middleware: webp -> gif -> video (vertd)
2026-02-11 19:07:05 +03:00
Maya
9332c95721
feat: apng & video to webp support
2026-02-11 09:25:25 +03:00
Maya
3e8f86ec35
fix: translate format dropdown results
2025-11-24 09:17:35 +03:00
Maya
e628703714
fix: category detection for individual zip archives
2025-11-23 18:30:38 +03:00
Maya
0a51188982
feat: AIO archive conversion
2025-11-21 21:48:41 +03:00
Maya
3b15fb1d30
chore: clean up $lib folder
...
idk why we had a million folders containing one file lol. scary looking change
2025-11-21 20:09:47 +03:00
Maya
3cd1989ecd
fix: restore format selection on navigation
2025-11-19 21:14:50 +03:00
Maya
0e5f549804
feat: warn of large file sizes due to browser limits
...
browsers / devices will have different arraybuffer sizes. if exceeded, block conversion or disable certain ones (video to audio)
2025-10-27 22:16:41 +03:00
Maya
93faaa4b34
feat: default conversion format
...
also improves formatdropdown and thumbnail generation
2025-09-08 09:00:20 +03:00
Maya
1df50173e2
fix: gif to video & format dropdown fixes
...
fixes #107 now fully
2025-07-31 17:09:55 +03:00
Maya
1cf69a061d
fix: dropdown translations
2025-07-31 16:40:04 +03:00
Maya
6b8967f49a
fix: dropdown & language fixex
2025-07-31 02:30:34 +03:00
Maya
723e4f9a8c
fix: dropdown, language update
2025-07-30 07:37:58 +03:00
Maya
b669e3eede
feat: espanol, minor fixes for translations
...
translation by person who wishes to be anonymous
its a bit difficult to make all translations look good on here, need more experimenting
2025-07-29 22:04:35 +03:00
Maya
8d1d9647f0
fix: large format dropdown
2025-07-28 21:24:42 +03:00
Maya
6f81f93b3b
fix: long file extensions in format dropdown
2025-07-27 00:05:22 +03:00
Maya
d543433007
Merge branch 'merged-video-audio-and-dropdowns' into feat/merge-big-stuff
2025-07-26 21:08:36 +03:00
Maya
ecddeb7249
feat: final translation things
...
enjoy uwu language (temporarily)
2025-07-25 22:50:00 +03:00
Maya
608b7e7e70
feat: highlight current format in dropdown
2025-07-25 14:18:37 +03:00
Maya
14bf8c45ce
fix: current category not highlighted
2025-07-25 13:31:19 +03:00
JovannMC
22e2896750
feat: focus when opening dropdown
2025-07-25 13:29:11 +03:00
JovannMC
332cd24dfc
fix: don't show gifs in video category
2025-06-01 23:57:23 +03:00
JovannMC
c75441fdc9
fix: wrong formats showing
...
i forgot about isNative lmao
why am i programmer again
2025-06-01 22:17:14 +03:00
JovannMC
0ef38fa9db
fix: sort by exact match first
2025-05-28 22:36:35 +03:00
JovannMC
dee3a0bf3b
feat: enter to select first format
2025-05-28 22:16:28 +03:00
JovannMC
35a97920aa
feat: focus when opening dropdown
2025-05-28 22:14:40 +03:00
JovannMC
70862a5abf
fix: many search fixes
...
help
2025-05-28 22:08:16 +03:00
JovannMC
31a3fa08b9
fix: FormatDropdown on mobile
2025-05-28 15:59:32 +03:00
JovannMC
12f2216baf
fix: show formats in current category when searching
...
also removes unused "settingsStyle" code
2025-05-28 14:56:33 +03:00
JovannMC
f18af921ec
feat: searching formats
2025-05-28 14:48:48 +03:00