Releases: GregoryGost/transmission-torrentclear
Releases · GregoryGost/transmission-torrentclear
v3.1.0
What's Changed
- dependabot target branch develop by @GregoryGost in #44
- Bump GregoryGost/version-tagger from 1.0.4 to 1.0.5 in the actions-minor group by @dependabot in #42
- Bump the development group with 2 updates by @dependabot in #43
- Bump @types/node from 22.7.5 to 22.7.7 in the development group by @dependabot in #45
- Bump the development group with 2 updates by @dependabot in #46
- Bump @types/node from 22.8.1 to 22.8.7 in the development group by @dependabot in #47
- Bump the development group with 3 updates by @dependabot in #48
- migrate from vercel-ncc to tsup by @GregoryGost in #50
- Bump the development group across 1 directory with 2 updates by @dependabot in #53
- v3.1.0 by @GregoryGost in #54
Full Changelog: v3.0.2...v3.1.0
v3.0.2
What's Changed
- add UV_THREADPOOL_SIZE by @GregoryGost in #38
- Deep tests by @GregoryGost in #39
- v3.0.2 by @GregoryGost in #41
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
- Bump the development group with 3 updates by @dependabot in #7
- markdown, add super-lint, fix workflows branch by @GregoryGost in #10
- Bump the development group across 1 directory with 5 updates by @dependabot in #18
- Bump the development group with 4 updates by @dependabot in #19
- Bump the development group with 5 updates by @dependabot in #21
- Bump the development group with 4 updates by @dependabot in #22
- up libs, super-linter ts standard disable, versioning pull-req close … by @GregoryGost in #27
- Bump the development group with 2 updates by @dependabot in #28
- Bump super-linter/super-linter from 6 to 7 by @dependabot in #29
- Bump @types/node from 22.2.0 to 22.4.0 in the development group by @dependabot in #30
- Bump the development group with 2 updates by @dependabot in #31
- Bump the development group with 2 updates by @dependabot in #32
- Bump the development group with 2 updates by @dependabot in #33
- Bump the development group with 4 updates by @dependabot in #34
- v3.0.1 by @GregoryGost in #37
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Релиз версии 3.0.0
- Изменение архитектуры сборки. Теперь нет необходимости качать зависимости из npm.
- Заменена библиотека логирования на log4js.
- Замена библиотеки форматирования даты с
fecha
наmoment
(у log4js другой форматер date-format) - Детальное покрытие юнит тестами.
- Удален фильтр по расширению файлов, теперь обрабатываются все торрент файлы.
Full Changelog: v2.0.1...v3.0.0
v2.0.1
Релиз основной версии 2.0.1
Изменения по сравнению с 2.0.0-rc2
:
- Исправлена ошибка НЕ удаления торрента, если файл был удален ранее (к примеру из Plex)
Full Changelog: v2.0.0-rc1...v2.0.1
v2.0.0-rc2
- Изменен принцип определения корневой папки приложения. Через функцию
process.cwd()
путь мог не определяться. - Полностью удален пакет Cron т.к. при работе в режиме сервиса постоянно увеличивал потребляемую оперативную память. Приложение переведено на более эффективный
systemd-timer
- Команды
transmission-remote
заменены с сокращенных-l
на полные--list
- Версия приложения теперь вычитывается из
package.json
файла
Full Changelog: v2.0.0-rc1...v2.0.0-rc2
v2.0.0-rc1
Предварительная версия v2.0.0-rc1
- Полностью заменен файл torrentclear на NodeJS проект. Изменена и расширена логика обработки, улучшено логирование (уровни info, debug, etc) и многое другое.
Full Changelog: https://github.com/GregoryGost/transmission-torrentclear/commits/v2.0.0-rc1