Commit graph

53 commits

Author SHA1 Message Date
wukko 450d01753d update the way environment variables are checked
no longer checking for .env file, just the variables
2023-04-09 09:40:13 +06:00
wukko 8512a47181 add docker info to readme 2023-04-09 08:49:51 +06:00
wukko 324d58991f cleaned up readme 2023-03-24 23:41:58 +06:00
wukko 6465ac8d6f 5.1
closes #62, #66, #75
2023-02-26 22:49:25 +06:00
wukko c7a9723847 second attempt of updating the wide banner 2023-01-30 00:55:20 +06:00
wukko fb67e2b495 updated readme 2023-01-30 00:39:53 +06:00
wukko 9a27e46721
updated readme 2023-01-14 00:54:00 +06:00
wukko 13c2884a41 updated readme and fixed some things 2022-12-17 17:22:39 +06:00
wukko 378fecd849 8k and quality picker revamp 2022-11-04 14:49:58 +06:00
wukko 8ace7728c3
updated services table in readme 2022-11-02 09:59:59 +06:00
wukko dd5019eeee updated readme a bit 2022-10-09 23:46:56 +06:00
wukko 0e1761ba69
Update README.md 2022-09-15 22:34:46 +06:00
wukko c6d1761b11 vk fixes and new changelog system 2022-09-11 21:04:06 +06:00
wukko 1e955de1e9 updated readme and fixed a tiny issue in changelog 2022-09-08 22:35:02 +06:00
wukko 54eaa2621b
updated crowdin url 2022-09-04 16:31:00 +06:00
wukko 143ba8b0f7
Update README.md 2022-09-04 11:37:09 +06:00
wukko 7871c6a883 added badges 2022-09-04 11:36:45 +06:00
wukko bf8571565c
forgot to mention tiktok image downloads 2022-09-03 22:14:24 +06:00
wukko 7c580daf85
oops 2022-09-03 21:34:43 +06:00
wukko cd20ef49e0
updated support table in readme 2022-09-03 21:34:23 +06:00
wukko 9ea832caf5 tiktok images and crowdin 2022-09-03 21:32:39 +06:00
wukko 083e61e111
updated readme to include always up to date languages under translations category 2022-08-24 16:41:54 +06:00
wukko 2ef2f7ddff
removed to-do from readme 2022-08-24 12:15:27 +06:00
wukko 3b3845ef4c
fuck 2022-08-23 22:20:36 +06:00
wukko 953c8d787b
forgot to add soundcloud to readme 2022-08-23 22:19:58 +06:00
wukko 189ecf8fe7 soundcloud and tooltip and some other stuff (3.3) 2022-08-22 20:10:54 +06:00
wukko 869dab9d1f ukrainian localization and new error popup 2022-08-19 23:54:20 +06:00
wukko 94d3b1d117
Update README.md 2022-08-16 17:20:22 +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 7ff5f56538 added support for vimeo and wav audio conversion 2022-08-13 17:14:09 +06:00
wukko 519c9eb782 updated readme once again 2022-08-12 20:10:39 +06:00
wukko 47dc60ff3b updated readme 2022-08-12 20:10:00 +06:00
wukko 54c14232d5 3.0
probably the biggest update in history of cobalt
2022-08-12 19:36:19 +06:00
wukko 2fae43d890 fixes
- fixed neighbor quality picking for youtube videos
- webm is now default for youtube downloads for all platforms except for ios
- even more readme changes
- a tiny bit of clean up
- preparing stuff for next major update
2022-08-06 21:21:48 +06:00
wukko 74edaba2b8 added polish translator to readme 2022-08-05 00:17:51 +06:00
wukko 20798685c2 added support for tumblr
- support for tumblr is back! (i tried all types of links in clear sight and everything seems to work, lmk if something doesn't)
- increased stream lifespan up to 1 hour
- made youtube audios download without additional conversion, speed should be a bit better but not by much cause youtube limits the audio download speed :(
2022-08-01 23:53:44 +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 6705bd6606
added esbuild to list of npm modules 2022-07-30 18:01:51 +06:00
wukko 600952aa51 fixed readme to include douyin 2022-07-30 17:21:01 +06:00
wukko 77bf8cdef2 fixed readme logo 2022-07-30 15:12:32 +06:00
wukko c8f4b8e902 faster and more accessible
- spanish localization by @adrigoomy
- cobalt should load even faster cause all loaded files are now way smaller (esbuild implementation)
2022-07-30 15:11:25 +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 1b4872c1de tiktok is back!
- added support for tiktok (images won't work, they're only accessible through the app)
- hopefully main input bar is now not rounded on ios, i fucking hate apple
- if service is not supported, a correlating error will appear, not generic one
- removed duplicates from config that are present in package json already
- tiny bit of clean up
2022-07-28 22:03:17 +06:00
wukko d08af58b11 it's all about you and your native language!
- finally cleaned up localisation (now i18n)
- made localisation strings easier to read and understand
- removed static selected language in service modules
- added support for russian language (привет-привет)
- it's now extremely easy to add support for more languages. just copy en folder in i18n and start translating strings. pull requests for adding languages are more than welcome.
2022-07-17 18:58: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
wukko 137184d469 beginning of 2.2
- added download popup to solve the issue with downloads on ios
- merged big and small popups into one
- made buttons in donation menu act like buttons
- began to clean up localisation
- added ability to embed repo url into localisation strings
- moved ffmpeg args to config for more flexibility (and hopefully future changes)
- removed error response in stream that could result in a crash
- removed notice for ios users from about cause it's no longer relevant
- made error popup look and act like the rest
- a tiny bit of clean up
- ill do better changelog tomorrow i think
2022-07-14 02:32:00 +06:00
wukko 1ee024dbe5
how 2022-07-09 00:21:00 +06:00
wukko 130a57bbcd
Update README.md 2022-07-09 00:19:44 +06:00
wukko f8c39bfaa5
Update README.md 2022-07-09 00:19:25 +06:00