Svallinn
28f7f3ddac
Update package.json
...
- Move things around
- Remove unnecessary "xml2json" package
- Remove unnecessary "electron-rebuild" package
- Add "clean" script / Add "rimraf" to devDeps
- Modify some scripts
2021-07-02 17:54:39 +01:00
Svallinn
4047f6ea17
Revert "Update package.json"
...
This reverts commit 71ac1d52dd
.
2021-07-02 17:33:27 +01:00
Svallinn
71ac1d52dd
Update package.json
...
- Move things around
- Add "clean" script / Add "rimraf" to devDeps
- Remove unnecessary "xml2json" package
2021-07-02 03:20:12 +01:00
Svallinn
41574a9633
Chore: Bump version number to 0.13.2
2021-06-27 04:06:24 +01:00
Svallinn
1c54954062
Merge branch 'hotfix-v0.13.2' into development
2021-06-26 05:58:57 +01:00
Svallinn
75d1984138
Hotfix: Update `ytdl-core` dependency to 4.8.3
2021-06-26 05:38:38 +01:00
Svallinn
4f96aacbf6
Chore: Replace `youtube-chat` package with `@freetube/youtube-chat`
...
Having control of the package enables us to update its dependencies
and react to vulnerability advisories.
2021-06-19 19:12:42 +01:00
Svallinn
52f35e5be3
Chore: Update `webpack-dev-server` to its `next` version (4.0.0-beta3)
2021-06-19 19:12:42 +01:00
Svallinn
7c78eb75b8
Chore: Fix some package dependencies
...
`npm dedupe` is apparently not all of what's cut out to be...
2021-06-18 15:26:11 +01:00
Svallinn
51d36634fb
Chore: Update `webpack` package
2021-06-17 16:28:49 +01:00
Svallinn
be11e3d8cb
Chore+Refactor: Replace `nedb` package with `nedb-promises`
...
The 'nedb' package is unmaintained (last update was 5 years ago) and
has a couple of high severity vulnerabilities.
In addition, the use of callbacks is somewhat cumbersome for
the project's current workflow.
Therefore, I've decided to replace it with the 'nedb-promises' package,
which, internally, makes use of a maintained fork of 'nedb' and
wraps its API with Promises.
2021-06-17 04:21:58 +01:00
Svallinn
73c198a30c
Chore: Replace `markdown` package with `marked`
...
The 'markdown' package is unmaintained (last update was 8 years ago)
and has a low severity vulnerability, so it makes sense to replace it
with 'marked', which is actively maintained and very small in size.
2021-06-17 04:14:06 +01:00
Svallinn
990417a588
Chore: Update and dedupe various dependencies
2021-06-16 17:39:16 +01:00
Luca Hohmann
2b75e63b19
Bumped comment scraper ( #1410 )
2021-06-13 22:08:12 +02:00
dependabot[bot]
003eeabb78
Bump normalize-url from 4.5.0 to 4.5.1 ( #1400 )
...
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url ) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases )
- [Commits](https://github.com/sindresorhus/normalize-url/commits )
---
updated-dependencies:
- dependency-name: normalize-url
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-13 11:16:28 +00:00
dependabot[bot]
5aade6aeac
Bump ws from 6.2.1 to 6.2.2 ( #1393 )
...
Bumps [ws](https://github.com/websockets/ws ) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/commits )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-05 23:51:28 -04:00
Luca Hohmann
7cca8e3745
Bumped yt-comment-scraper ( #1389 )
2021-06-03 20:09:14 +02:00
Preston
5f54a26e8b
Merge branch 'v0.13.1-hotfix'
2021-05-29 17:52:23 -04:00
Preston
3a9c85cf9d
Update package-lock.json and package.json
2021-05-29 16:55:43 -04:00
Preston
de3ff14954
Update package-lock.json
2021-05-29 16:48:12 -04:00
Luca
e6611d2849
Bumped packages for comment like fix
2021-05-23 18:21:41 +02:00
Luca Hohmann
3c9de5e63a
Added Estonian, Serbian languages, fixed comment likes and bumped packages ( #1311 )
2021-05-22 21:21:48 +02:00
Svallinn
4686d21bd3
Chore: Remove `@electron/remote` dependency
2021-05-22 00:50:32 +01:00
Preston
b1ee41fe1d
Bump version number to v0.13.0
2021-05-17 16:17:30 -04:00
Filip Czaplicki
440b04bbf0
SponsorBlock ( #1130 )
...
* SponsorBlock: enable/url settings
* SponsorBlock: fetch and display skipped fragments
* SponsorBlock: skip sponsor blocks
* npm add node-forge
* SponsorBlock: use hash prefix API
* SponsorBlock: configurable toast on skipped segment
* SponsorBlock: add /api/ to url, remove trailing slash
2021-05-16 16:01:24 -04:00
Preston
1096310c9b
Update Dependencies
2021-05-15 16:18:20 -04:00
Preston
176d81dd6b
Fix quality logic again
2021-05-15 15:08:41 -04:00
Svallinn
b8a88ac6ac
Chore: Bump electron from 12.0.6 to 12.0.7
2021-05-11 15:56:38 +01:00
Svallinn
1279944c9d
Chore: Remove devtron from dev dependencies
...
Devtron is currently broken and entirely unmaintained.
The latest release was on Oct 7, 2016.
2021-05-10 06:17:00 +01:00
Svallinn
de16aa1877
Update package-lock.json
2021-05-09 05:51:04 +01:00
Svallinn
91776441f1
chore: bump electron version to 12.0.6
...
* Bump electron version to 12.0.6
* Move web content clean up logic to window close event
Reference from electron release notes:
> Fixed the window-all-closed event being emitted while the last
BrowserWindow was still in the process of being closed.
2021-05-01 03:50:52 +01:00
Preston
689479eb21
Channel Fixes and finish quality change logic
2021-04-30 17:18:45 -04:00
Svallinn
8f1e1bde67
Bump electron to v12.0.5
2021-04-29 19:41:38 +01:00
Luca Hohmann
06662568bf
Bumped trending module ( #1235 )
2021-04-28 19:53:40 +02:00
Luca Hohmann
22beb1fc6b
Bumped yt-channel-info ( #1196 )
2021-04-13 00:16:10 +02:00
Luca Hohmann
edb6de2e88
Merge pull request #1121 from Svallinn/improved-captions
...
Overhaul of the captions subsystem
2021-04-10 21:20:27 +02:00
Luca Hohmann
7f8b740e51
Fixed package-lock ( #1185 )
2021-04-10 00:09:25 +02:00
Luca Hohmann
9b5f2a4715
Bumped yt-comment-scraper version ( #1179 )
2021-04-08 19:51:45 +02:00
Luca Hohmann
039cd9874d
New languages and yt-channel-info bump ( #1155 )
2021-04-01 16:21:04 +02:00
dependabot[bot]
f6f9ba7a6c
Bump y18n from 4.0.0 to 4.0.1 ( #1150 )
...
Bumps [y18n](https://github.com/yargs/y18n ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-30 14:25:59 -04:00
Svallinn
c49bf6aff5
Remove unnecessary packages and snippets of code
2021-03-17 01:30:35 +00:00
Luca
341ee37258
Bumped Trending and Search Suggestion Modules
2021-03-16 11:48:25 +01:00
Preston
a41fc24006
Bump to version v0.12.0
2021-03-06 17:50:49 -05:00
Preston
e44446bf1b
Use fork of live chat module for temp fix
2021-03-06 15:25:29 -05:00
Preston
ddacdb5649
Update comment module in local API
2021-03-05 14:10:38 -05:00
Preston
d4370f25f9
Update Channel module in Local API
2021-03-04 16:51:56 -05:00
Preston
b2a6202f68
Update package-lock.json and package.json
2021-03-02 23:06:20 -05:00
Preston
a3fe91bef5
Update to Webpack 5 and Electron 12
2021-03-02 22:51:01 -05:00
Preston
203ce3d717
Bump version number to v0.11.3
2021-02-15 15:09:57 -05:00
Preston
8d4ff5150f
Update channel module
2021-02-15 10:39:36 -05:00