Commit graph

988 commits

Author SHA1 Message Date
Izuco
c87bd71dd9
Eslint 2022-06-17 21:49:10 +02:00
dependabot[bot]
8ae9cdef64
Bump electron from 16.0.7 to 16.2.6
Bumps [electron](https://github.com/electron/electron) from 16.0.7 to 16.2.6.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v16.0.7...v16.2.6)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-16 23:22:01 +00:00
izu-co
c7056418b2 Add novids and noaudio option to the gui + Documentation 2022-06-01 16:47:12 +00:00
Izuco
5a00353c11
Add novids and noaudio option to the gui 2022-06-01 18:46:13 +02:00
izu-co
48cb7434cc #311 + Documentation 2022-05-29 14:19:00 +00:00
Izuco
11372c041f
#311 2022-05-29 16:18:15 +02:00
Izuco
86728d08b9
Update package-lock.json 2022-05-09 16:26:28 +02:00
Izuco
f2dd58910b
Merge branch 'master' of https://github.com/anidl/multi-downloader-nx 2022-05-09 16:24:01 +02:00
Izuco
b8972a8526
Update dependencies 2022-05-09 16:23:53 +02:00
izu-co
24aae3e8e8 Move langsdata + Documentation 2022-05-09 14:23:32 +00:00
Izuco
8424e12449
Move langsdata 2022-05-09 16:22:31 +02:00
Izuco
32a52a1a1b
Eslint 2022-04-18 11:36:14 +02:00
Izuco
23ae20a3da
Remove debug console logs 2022-04-18 11:35:34 +02:00
Izuco
eaa24985ad
Fix Download Archive 2022-04-17 21:44:58 +02:00
Izuco
4caf8f87d0
Fix #307 2022-04-17 21:26:20 +02:00
izu-co
8902f20b81 Make jpn the default dub lang again + Documentation 2022-04-17 16:53:50 +00:00
Izuco
012db6ca76
Make jpn the default dub lang again 2022-04-17 18:52:40 +02:00
Izuco
c2284b85cc
Update index.ts 2022-04-15 20:58:18 +02:00
Izuco
89bd225391
Fix #298 2022-04-15 20:31:37 +02:00
Izuco
3854cb0d4e
Fixed an issue where no new archive items could be added 2022-04-15 20:09:27 +02:00
Izuco
552e16774b
Fix an issue where the updater would fail and added tsx support 2022-04-09 21:16:32 +02:00
izu-co
fb056aeb16 Update version + Documentation 2022-04-08 05:14:26 +00:00
Izuco
c40eb332ea
Update version 2022-04-08 07:13:23 +02:00
Izuco
ea3337b94a
Merge pull request #294 from anidl/dependabot/npm_and_yarn/gui/react/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6 in /gui/react
2022-03-25 21:04:51 +01:00
Izuco
ad1876c800
Merge pull request #291 from anidl/dependabot/npm_and_yarn/gui/react/node-forge-1.3.0
Bump node-forge from 1.2.1 to 1.3.0 in /gui/react
2022-03-25 21:04:41 +01:00
izu-co
8ad994943d Fixed #293 + Documentation 2022-03-25 20:01:48 +00:00
Izuco
13e0cd7b07
Fixed #293 2022-03-25 21:00:54 +01:00
Izuco
bcd926048f
Fixing Docker erros when pull-requesting 2022-03-25 20:51:47 +01:00
Izuco
272177e176
Docker 2022-03-25 20:46:19 +01:00
dependabot[bot]
6f2096eb71
Bump minimist from 1.2.5 to 1.2.6 in /gui/react
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-25 19:32:29 +00:00
Izuco
78d999f2d4
Fix #292 2022-03-25 19:33:51 +01:00
dependabot[bot]
589d382569
Bump node-forge from 1.2.1 to 1.3.0 in /gui/react
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/digitalbazaar/forge/releases)
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](https://github.com/digitalbazaar/forge/compare/v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: node-forge
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-22 18:21:07 +00:00
izu-co
0218356073 Merge pull request #288 from anidl/ui-overhaul
Started Layout - Working on Queue + Documentation
2022-03-22 18:00:31 +00:00
Izuco
7d013462bd
Merge pull request #288 from anidl/ui-overhaul
Started Layout - Working on Queue
2022-03-22 18:59:42 +01:00
Izuco
2f2333051b
Update Version + Remove Beta announcment 2022-03-22 16:26:12 +01:00
Izuco
169376e9d7
Finished Queue 2022-03-22 16:21:11 +01:00
Izuco
9c5095f7a8
Started Layout - Working on Queue 2022-03-20 13:47:17 +01:00
izu-co
84da65120f Fix #232 + Documentation 2022-03-20 09:43:53 +00:00
Izuco
d4328eda0f
Fix #232 2022-03-20 10:43:02 +01:00
izu-co
a17d61d464 Eslint + Documentation 2022-03-19 09:51:54 +00:00
Izuco
9855faa91a
Eslint 2022-03-19 10:51:09 +01:00
Izuco
5931760449
Added the ability to set the option if the file has created programmaticly 2022-03-19 10:50:30 +01:00
Izuco
3271548987
Fix #282 2022-03-17 20:45:34 +01:00
Izuco
5386800473
UI improvments 2022-03-17 20:30:49 +01:00
Izuco
ef054dafed
Eslint 2022-03-17 17:57:39 +01:00
Izuco
8021dbea5e
Bug Fixes 2022-03-17 17:56:35 +01:00
Izuco
9a805f995a
Added #286 2022-03-17 17:26:43 +01:00
Izuco
431e840913
More debug information 2022-03-17 17:26:23 +01:00
izu-co
f1c2f84f66 Fixed #284 + Documentation 2022-03-16 18:34:58 +00:00
Izuco
d273d8f495
Fixed #284 2022-03-16 19:29:33 +01:00