Alex Shnitman
|
e601ce99f5
|
add file command to the docker image (fixes #870)
2026.01.08
|
2026-01-08 22:08:44 +02:00 |
|
Alex
|
a74b201ed8
|
Merge pull request #862 from AlvinRamoutar/task/repair-persistentqueues
feature/repair-persistent-queues
|
2026-01-08 21:29:23 +02:00 |
|
AlvinRamoutar
|
191f17ee38
|
syntax changes + null logic update for dbm repair
|
2026-01-05 18:13:42 -05:00 |
|
Alex
|
a002af9bf2
|
Merge pull request #864 from alexta69/dependabot/github_actions/github-actions-151e9c363d
Bump the github-actions group with 5 updates
2026.01.02
|
2026-01-02 08:21:27 +02:00 |
|
dependabot[bot]
|
37aaa29efb
|
Bump the github-actions group with 5 updates
Bumps the github-actions group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4` | `6` |
| [docker/build-push-action](https://github.com/docker/build-push-action) | `5` | `6` |
| [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `1` | `2` |
| [actions/setup-python](https://github.com/actions/setup-python) | `4` | `6` |
| [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `6` | `7` |
Updates `actions/checkout` from 4 to 6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)
Updates `docker/build-push-action` from 5 to 6
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)
Updates `softprops/action-gh-release` from 1 to 2
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2)
Updates `actions/setup-python` from 4 to 6
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v6)
Updates `astral-sh/setup-uv` from 6 to 7
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](https://github.com/astral-sh/setup-uv/compare/v6...v7)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: docker/build-push-action
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: softprops/action-gh-release
dependency-version: '2'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/setup-python
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: astral-sh/setup-uv
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-01-02 06:15:39 +00:00 |
|
Alex
|
d10f2a0358
|
Merge pull request #863 from cclauss/patch-1
Keep GitHub Actions up to date with GitHub's Dependabot
|
2026-01-02 08:14:46 +02:00 |
|
Alex
|
c7008763d7
|
Merge pull request #861 from ikatkov/split-chapters-in-ui
Add video/audio chapter splitting with UI controls
2026.01.01
|
2026-01-01 23:22:57 +02:00 |
|
Christian Clauss
|
351058e9f4
|
Keep GitHub Actions up to date with GitHub's Dependabot
* [Keeping your software supply chain secure with Dependabot](https://docs.github.com/en/code-security/dependabot)
* [Keeping your actions up to date with Dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot)
* [Configuration options for the `dependabot.yml` file - package-ecosystem](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem)
To see all GitHub Actions dependencies, run the command:
% `git grep 'uses: ' .github/workflows/`
|
2025-12-31 13:05:26 +01:00 |
|
AlvinRamoutar
|
d799a4a8eb
|
feature/repair-persistent-queues
|
2025-12-31 04:25:51 -05:00 |
|
ikatkov
|
df87a1aa2b
|
Merge branch 'alexta69:master' into split-chapters-in-ui
|
2025-12-31 00:16:52 -08:00 |
|
Igor Katkov
|
02480afddf
|
feat: Use OUTPUT_TEMPLATE_CHAPTER default setting
|
2025-12-31 00:13:55 -08:00 |
|
Igor Katkov
|
d51f2ce628
|
feat: Undo bogus formatting changes
|
2025-12-30 23:33:01 -08:00 |
|
Igor Katkov
|
962929d42d
|
feat: Implement chapter splitting functionality with UI controls, yt-dlp integration, and chapter file tracking.
|
2025-12-30 22:07:49 -08:00 |
|
Alex
|
179452b4f4
|
Merge pull request #858 from ikatkov/master
Improves logging, helpful when debugging yt-dlp options
2025.12.30
|
2025-12-30 22:40:16 +02:00 |
|
ikatkov
|
4fce74d1ed
|
Merge pull request #1 from ikatkov/logging-fix
Logging fix
|
2025-12-30 10:22:31 -08:00 |
|
Igor Katkov
|
09a2e95515
|
fix: Root logger aligns with config.LOGLEVEL
|
2025-12-30 10:19:30 -08:00 |
|
Igor Katkov
|
d947876a71
|
fix: pass DEBUG log level to ytdl
|
2025-12-30 10:01:43 -08:00 |
|
Igor Katkov
|
6ba681a3cd
|
fix: Moved code to respect loggin level in main.py
|
2025-12-30 08:45:54 -08:00 |
|
Alex
|
1f8fa7744e
|
Merge pull request #857 from mercury233/patch-1
fix completed result tooltip
2025.12.27
|
2025-12-27 12:17:40 +02:00 |
|
mercury233
|
092765535f
|
fix completed result tooltip
|
2025-12-27 10:48:57 +08:00 |
|
Alex
|
90299b227e
|
Merge pull request #855 from alemonmk/suppress-dl-progress-logs
Suppress download progress update in logs
2025.12.26
|
2025-12-26 17:43:36 +02:00 |
|
Alex
|
6445517751
|
Merge pull request #848 from alemonmk/fix-crlf
Convert files to LF line ending
|
2025-12-26 14:21:17 +02:00 |
|
Lemon Lam
|
dae710a339
|
Suppress download progress update
...by sending them to debug
|
2025-12-26 19:42:09 +08:00 |
|
Lemon Lam
|
318f4f9f21
|
Convert to LF
|
2025-12-26 19:30:26 +08:00 |
|
Alex
|
ca8e9e7907
|
Merge pull request #844 from pierrenedelec/clean-FE
feat(frontend): modernize Angular App
2025.12.25
|
2025-12-25 21:27:52 +02:00 |
|
Pierre Nédélec
|
183c4ba898
|
feat(frontend): modernize Angular app
|
2025-12-15 01:56:47 +01:00 |
|
Alex
|
c6d487e48a
|
Merge pull request #846 from aloki/master
Switching to a maintained fork of watchtower
2025.12.14
|
2025-12-14 20:17:53 +02:00 |
|
Aleksei
|
77c3c93157
|
Switching to a maintained fork of watchtower
The original repository has not been maintained for a long time
|
2025-12-14 07:42:25 +03:00 |
|
AutoUpdater
|
03f1fa106a
|
upgrade yt-dlp from 2025.11.12 to 2025.12.8
2025.12.09
|
2025-12-09 00:09:28 +00:00 |
|
Alex Shnitman
|
9907e1b885
|
upgrade to angular 20
2025.12.05
|
2025-12-05 11:36:21 +02:00 |
|
Alex Shnitman
|
53944244a7
|
fix github login
2025.11.29
|
2025-11-29 09:51:37 +02:00 |
|
Alex Shnitman
|
5a641bac7f
|
re-create the release if one has already been pushed with the same tag
|
2025-11-29 09:34:38 +02:00 |
|
Alex Shnitman
|
9b805c0def
|
Add release generation on push to master
|
2025-11-29 09:18:33 +02:00 |
|
Alex Shnitman
|
cf318b4d81
|
upgrade dependencies
|
2025-11-28 08:31:35 +02:00 |
|
Alex Shnitman
|
ef5a63e599
|
fix download entry pickle (closes #827)
|
2025-11-16 10:37:38 +02:00 |
|
AutoUpdater
|
420befba75
|
upgrade yt-dlp from 2025.10.22 to 2025.11.12
|
2025-11-13 00:09:00 +00:00 |
|
AutoUpdater
|
3bef839e18
|
upgrade yt-dlp from 2025.10.14 to 2025.10.22
|
2025-10-23 00:08:21 +00:00 |
|
AutoUpdater
|
1b32d49fcf
|
upgrade yt-dlp from 2025.9.26 to 2025.10.14
|
2025-10-15 00:08:15 +00:00 |
|
Alex
|
c4d7dd9948
|
Merge pull request #789 from alexta69/copilot/fix-32a91bc7-90af-4cfd-a3e1-d04a36659489
Fix AttributeError when serializing objects without __dict__ attribute
|
2025-10-01 09:01:17 +03:00 |
|
copilot-swe-agent[bot]
|
ecfc188388
|
Make ObjectSerializer handle all iterables including generators
Co-authored-by: alexta69 <7450369+alexta69@users.noreply.github.com>
|
2025-10-01 05:59:48 +00:00 |
|
copilot-swe-agent[bot]
|
916ed330dd
|
Fix AttributeError in ObjectSerializer by checking for __dict__ attribute
Co-authored-by: alexta69 <7450369+alexta69@users.noreply.github.com>
|
2025-10-01 05:46:23 +00:00 |
|
copilot-swe-agent[bot]
|
136c722636
|
Initial plan
|
2025-10-01 05:39:15 +00:00 |
|
Alex Shnitman
|
588119d9eb
|
README fixes
|
2025-09-28 08:51:27 +03:00 |
|
Alex
|
adf341f857
|
Merge pull request #786 from exterrestris/restore-performance
Improve performance of restoring queued/pending items on restart
|
2025-09-27 16:47:26 +03:00 |
|
Sean Ellingham
|
27aa865c37
|
Improve performance of restoring queues on restart
|
2025-09-27 14:08:19 +01:00 |
|
AutoUpdater
|
d19ca4e87a
|
upgrade yt-dlp from 2025.9.23 to 2025.9.26
|
2025-09-27 00:07:59 +00:00 |
|
Alex
|
db302b339d
|
Merge pull request #782 from exterrestris/restore-pending
Restore pending downloads on start
|
2025-09-26 16:43:01 +03:00 |
|
Sean Ellingham
|
cfd464f7be
|
Include auto_start status in add info log
|
2025-09-26 14:07:08 +01:00 |
|
Sean Ellingham
|
991a0c523a
|
Restore pending downloads on start
|
2025-09-26 13:28:33 +01:00 |
|
Alex Shnitman
|
3524270d45
|
reorganized README
|
2025-09-26 15:15:54 +03:00 |
|