Commit graph

21 commits

Author SHA1 Message Date
wukko f13a82e152 4.5 2022-12-07 01:21:07 +06:00
wukko 316e6423f4 4.3: open api + post method for main endpoint 2022-11-12 22:40:11 +06:00
wukko 378fecd849 8k and quality picker revamp 2022-11-04 14:49:58 +06:00
wukko c532062aa2 twitter spaces and a ton of improvements 2022-10-24 19:03:11 +06:00
wukko ad0846ac73 disabled tiktok and made it impossible to run the server unless all requirements are met 2022-09-20 13:54:44 +06:00
wukko c6d1761b11 vk fixes and new changelog system 2022-09-11 21:04:06 +06:00
wukko 378e1d2118 Update cobalt.js 2022-09-04 11:32:06 +06:00
wukko ecf2dac5d8 fixed a silly mistake that broke soundcloud
also added an error handler for this issue if it happens ever again
2022-09-04 10:14:25 +06:00
wukko 9ea832caf5 tiktok images and crowdin 2022-09-03 21:32:39 +06:00
wukko f70128f4fc fix small issues 2022-09-01 19:51:18 +06:00
wukko a8b5555a1b added ability to download full audios from tiktok (3.3.5)
- it's now possible to download full audios from tiktok videos, you just have to turn that on in settings.
- tiktok audios are better in quality when it's possible to get exact audio used in video and not the full version of it.
- cleaned up the way user preference stuff is passed over between modules, should be way more flexible now.
- added audio ignore list to services config json instead of hardcoding it.
2022-08-23 20:43:56 +06:00
wukko a7ea766289 3.1 2022-08-16 16:31:41 +06:00
wukko e11ee6fb62 clean up 2022-08-16 13:14:19 +06:00
wukko a5e081e2bf prevent crash if youtube video is fucked up
ill remake a youtube function to pick a good video instead of broken one later, i just dont want cobalt to hang if one youtube cdn is down

i hate youtube so much
2022-08-14 23:09:06 +06:00
wukko 54c14232d5 3.0
probably the biggest update in history of cobalt
2022-08-12 19:36:19 +06:00
wukko 2212ea7dc8 just a clean up
- moved pattern testers out of match module (thanks you @radkii)
- button borders are now easier to see

the reason this commit exists is because i tried to implement a language picker and failed to do it properly so here we are
2022-08-04 17:22:40 +06:00
wukko c0289b6a8c basically new readme and more languages
- indonesian localization by @LyfeV
- rewrote readme
- added new line at the end for files that were missing it
2022-08-01 21:48:37 +06:00
wukko 22c16b2fc8 implemented esbuild and cleaned up stuff
cobalt should now load even faster
2022-07-30 15:01:54 +06:00
wukko a4a9af6120 remade localization system once again
- new localization system: fast, dynamic, way more organized
- localization strings are WAY more descriptive
- it's now easier to add support for other languages (just one loc file instead of five)
- localization now falls back to english if localized string isnt available
- got rid of all static language selectors (probably)
- slightly updated english and russian strings
- miscellaneous settings items have been bundled together and moved to the bottom, cause they're used the least
- bottom links should no longer touch the popup border on overflow
- rearranged popup order in the rendered page
- bumped version up to 2.2.5

if you see strings that are like this: !!EXAMPLE!! or withoutspace please file an issue on github
2022-07-24 16:54:05 +06:00
wukko 299fe6336b got rid of dash in file names 2022-07-17 17:21:51 +06:00
wukko 67223b3acd internal changes only
- remade config module
- renamed loc to i18n because that's what all developers do
- moved code to src to make repo look cleaner
- fixed some i18n strings
2022-07-17 17:08:49 +06:00
Renamed from cobalt.js (Browse further)