aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | * Bump yt-dlp from 2023.7.6 to 2023.11.14 in /playlist_generatordependabot[bot]2023-12-02-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2023.7.6 to 2023.11.14. - [Release notes](https://github.com/yt-dlp/yt-dlp/releases) - [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md) - [Commits](https://github.com/yt-dlp/yt-dlp/compare/2023.07.06...2023.11.14) --- updated-dependencies: - dependency-name: yt-dlp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | Update yarn.lockBrendan F2023-12-02-1810/+1946
| |
* | Add Christmas emotesBrendan F2023-12-02-0/+7
|/
* Rig some timely songsBrendan F2023-09-20-4/+30
|
* Remove duplicate All StarBrendan F2023-07-19-1/+0
|
* Remove duplicate songBrendan F2023-07-19-1/+0
|
* Merge pull request #2 from EpicWolverine/dependabot/npm_and_yarn/semver-5.7.2Brendan F2023-07-13-6/+6
|\ | | | | Bump semver from 5.7.1 to 5.7.2
| * Bump semver from 5.7.1 to 5.7.2dependabot[bot]2023-07-13-6/+6
|/ | | | | | | | | | | | | | Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Fix "nth-check" vulnerabilityBrendan F2023-07-13-12/+4
|
* Remove "Lyrics"Brendan F2023-07-12-1/+1
|
* Fix showing songs in playlist orderBrendan F2023-07-12-0/+1
|
* Ignore non-alphanumeric chars in searchBrendan F2023-07-12-3/+6
|
* Remove 5 result limit and add scrollingBrendan F2023-07-12-4/+4
|
* Remove duplicate "Let It Rock"Brendan F2023-07-12-1/+0
|
* Remove various forms of "remaster" from song titlesBrendan F2023-07-12-51/+51
|
* Don't use the share sheet on WindowsBrendan F2023-07-12-1/+4
|
* Only show debug menu while running locallyBrendan F2023-07-12-8/+11
|
* Work around 414 URI Too LongBrendan F2023-07-11-1/+3
|
* Migrate full playlistBrendan F2023-07-11-0/+892
|
* Add confirmation before importing statsBrendan F2023-07-11-5/+14
|
* Add stat importingBrendan F2023-07-11-0/+20
|
* Add debug menu and clearing local storageBrendan F2023-07-08-1/+21
|
* Merge pull request #1 from ↵Brendan F2023-07-08-1/+1
|\ | | | | | | | | EpicWolverine/dependabot/pip/playlist_generator/yt-dlp-2023.7.6 Bump yt-dlp from 2023.3.4 to 2023.7.6 in /playlist_generator
| * Bump yt-dlp from 2023.3.4 to 2023.7.6 in /playlist_generatordependabot[bot]2023-07-08-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2023.3.4 to 2023.7.6. - [Release notes](https://github.com/yt-dlp/yt-dlp/releases) - [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md) - [Commits](https://github.com/yt-dlp/yt-dlp/compare/2023.03.04...2023.07.06) --- updated-dependencies: - dependency-name: yt-dlp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | Clean up build_website.ymlBrendan F2023-07-08-16/+0
|/
* Update deploy_website.ymlBrendan F2023-07-07-2/+1
|
* Create deploy_website.ymlBrendan F2023-07-07-0/+53
|
* Add homepage to package.jsonBrendan F2023-07-07-0/+1
|
* Fix some build warningsBrendan F2023-07-07-2/+119
|
* Update build_website.ymlBrendan F2023-07-07-11/+2
|
* Create build_website.ymlBrendan F2023-07-07-0/+49
|
* Create CNAMEBrendan F2023-07-05-0/+1
|
* Update README.mdBrendan F2023-07-03-5/+2
|
* Fix buildBrendan F2023-06-27-124/+132
|
* Add missing periodBrendan F2023-06-26-1/+1
|
* Disable video autoplay in resultBrendan F2023-06-26-1/+1
|
* Open share menu if availableBrendan F2023-06-26-4/+10
|
* Say Copied! after copying resultsBrendan F2023-06-26-4/+7
|
* Fix failure title being left alignedBrendan F2023-06-25-1/+1
|
* Reduce repeated code in ResultsBrendan F2023-06-25-21/+53
|
* Improve header responsive designBrendan F2023-06-25-1/+1
|
* Remove unused Google analytics hooksBrendan F2023-06-25-43/+0
|
* Move app name to a constantBrendan F2023-06-25-3/+6
|
* Add newline in copy textBrendan F2023-06-25-1/+1
|
* Show 6 boxes to match number of guessesBrendan F2023-06-25-1/+1
|
* Heardle Template -> EpicWolverine's HeardleBrendan F2023-06-25-2/+2
|
* Move startDate to one defined spotBrendan F2023-06-25-3/+4
|
* Fix descriptionBrendan F2023-06-25-1/+1
|
* Add placeholder imagesBrendan F2023-06-25-0/+0
|
* Update footerBrendan F2023-06-25-0/+4
|
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage