dependabot[bot]
4a57cce9bb
Bump aiohttp from 3.12.14 to 3.12.15
...
---
updated-dependencies:
- dependency-name: aiohttp
dependency-version: 3.12.15
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-30 17:59:01 +00:00
David
6524361d5d
Merge pull request #348 from dmunozv04/update-ci-2
...
Only login to dockerhub if username is provided via secret
2025-08-30 13:57:47 -04:00
dmunozv04
27ecc54d93
Only login to dockerhub if username is provided via secret
2025-08-30 13:57:38 -04:00
David
3b7617ef14
Merge pull request #345 from gaiar/add-legacy-architecture-support
...
Add support for legacy architectures (i386 and armv6)
2025-08-30 13:48:44 -04:00
Gaiar Baimuratov
aa35610c67
Add support for legacy architectures (i386 and armv6)
...
Extends Docker build to include:
- linux/386: 32-bit x86 systems (legacy servers, older PCs)
- linux/arm/v6: ARMv6 devices (Raspberry Pi Zero, Pi 1, older ARM systems)
Motivation: Many users have legacy but capable hardware that can effectively
run containerized applications. These older systems often have sufficient
resources for iSponsorBlockTV but lack support in most modern Docker images.
Technical impact:
- Zero breaking changes for existing users
- Leverages existing QEMU cross-compilation infrastructure
- Minimal build time increase (~10-15%)
- Broader device compatibility without maintenance overhead
2025-08-30 13:48:06 -04:00
David
d581f7ee07
Merge pull request #347 from dmunozv04/update-ci
...
Update ci
2025-08-30 13:47:50 -04:00
dmunozv04
8e01755550
Only build on main/release/tag
2025-08-30 19:39:28 +02:00
dmunozv04
56b42e26ff
Update release
...
- update pyapp
- ignore attestation errors
2025-08-21 13:57:24 +02:00
dmunozv04
c88861822c
Fix markdownlint
2025-08-10 19:33:41 +02:00
dmunozv04
315ac2c726
Update README.md
2025-08-10 19:28:12 +02:00
dmunozv04
390eb68310
Bump version
v2
v2.6.0
v2.6
2025-08-10 19:05:59 +02:00
pre-commit-ci[bot]
7652c9f260
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.11.9 → v0.12.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.9...v0.12.7 )
- [github.com/igorshubovych/markdownlint-cli: v0.44.0 → v0.45.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.44.0...v0.45.0 )
2025-08-10 18:51:03 +02:00
dmunozv04
acf074e860
Various fixes to work with newer textual versions
2025-08-10 18:50:32 +02:00
dependabot[bot]
123f3d4000
Bump textual from 2.1.2 to 5.0.1
...
Bumps [textual](https://github.com/Textualize/textual ) from 2.1.2 to 5.0.1.
- [Release notes](https://github.com/Textualize/textual/releases )
- [Changelog](https://github.com/Textualize/textual/blob/main/CHANGELOG.md )
- [Commits](https://github.com/Textualize/textual/compare/v2.1.2...v5.0.1 )
---
updated-dependencies:
- dependency-name: textual
dependency-version: 5.0.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-10 18:50:32 +02:00
dependabot[bot]
303d805e5d
Bump rich from 14.0.0 to 14.1.0
...
Bumps [rich](https://github.com/Textualize/rich ) from 14.0.0 to 14.1.0.
- [Release notes](https://github.com/Textualize/rich/releases )
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Textualize/rich/compare/v14.0.0...v14.1.0 )
---
updated-dependencies:
- dependency-name: rich
dependency-version: 14.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-10 17:54:50 +02:00
dependabot[bot]
c779e83d96
Bump rich-click from 1.8.8 to 1.8.9
...
Bumps [rich-click](https://github.com/ewels/rich-click ) from 1.8.8 to 1.8.9.
- [Release notes](https://github.com/ewels/rich-click/releases )
- [Changelog](https://github.com/ewels/rich-click/blob/v1.8.9/CHANGELOG.md )
- [Commits](https://github.com/ewels/rich-click/compare/v1.8.8...v1.8.9 )
---
updated-dependencies:
- dependency-name: rich-click
dependency-version: 1.8.9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-10 17:52:30 +02:00
dependabot[bot]
aac4b333c2
Bump aiohttp from 3.11.18 to 3.12.14
...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp ) from 3.11.18 to 3.12.14.
- [Release notes](https://github.com/aio-libs/aiohttp/releases )
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.11.18...v3.12.14 )
---
updated-dependencies:
- dependency-name: aiohttp
dependency-version: 3.12.14
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-10 17:51:24 +02:00
David
fa83124002
Merge pull request #334 from desofity/trust-system-proxy-by-default
...
Added proxy support
2025-07-28 22:19:04 +02:00
pre-commit-ci[bot]
76b82e8848
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2025-07-28 17:23:53 +00:00
desofity
26fec272a3
fixed prompts
2025-07-28 20:22:50 +03:00
desofity
3fdcee71fd
Merge branch 'trust-system-proxy-by-default' of https://github.com/desofity/iSponsorBlockTV into trust-system-proxy-by-default
2025-07-18 14:25:58 +03:00
desofity
1a58ce6a57
split label text to pass deepSource python check
2025-07-18 14:23:08 +03:00
pre-commit-ci[bot]
90d313049b
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2025-07-18 11:19:13 +00:00
desofity
cd7e5c83c7
added param to Config constructor
2025-07-18 14:12:15 +03:00
desofity
bf1fe68089
messing with gui 3
2025-07-18 00:06:21 +03:00
desofity
d179fe2b79
messing with gui 2
2025-07-17 23:52:25 +03:00
desofity
4724ee1a39
messing with gui
2025-07-17 23:40:25 +03:00
desofity
bb7fdbfb06
option added to GUI setup
2025-07-17 23:19:47 +03:00
desofity
930db16f53
added prompt for use_proxy in config_setup
2025-07-17 22:05:03 +03:00
desofity
8ed1cb4b00
added use_proxy setting in configuration file
2025-07-17 22:00:57 +03:00
desofity
65ecbb9193
trying to just fix aiohttp.ClientSession call
2025-07-17 21:17:46 +03:00
dmunozv04
f2155abad3
Bump version
v2.5.3
2025-05-30 21:56:45 +02:00
David
edbea793ed
Merge pull request #312 from dmunozv04/fix-311
...
Fixes constant "new decive connected"
2025-05-30 21:55:46 +02:00
dmunozv04
df629805c2
Fixes constant "new decive connected"
2025-05-30 21:55:00 +02:00
dmunozv04
ad9834b9f0
Bump version
v2.5.2
2025-05-30 09:56:24 +02:00
David
97e7b31d9c
Merge pull request #310 from dmunozv04/fix-error-401-connect
...
Fix error 401 connect
2025-05-28 23:52:45 +02:00
David
b5d275e01e
Merge branch 'main' into fix-error-401-connect
2025-05-28 23:48:35 +02:00
pre-commit-ci[bot]
98c1211b09
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2025-05-28 21:48:24 +00:00
David
57f33ec354
Merge pull request #309 from dmunozv04/http-tracing
...
Add http tracing
2025-05-28 23:47:04 +02:00
pre-commit-ci[bot]
9f6a18a006
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2025-05-28 21:43:15 +00:00
dmunozv04
fd6f0d7283
Attempt to fix the issue
2025-05-28 00:18:32 +02:00
dmunozv04
166e238f41
Mimick YouTube iOS app
2025-05-25 14:02:59 +02:00
dmunozv04
8ecaa7e86f
Add http tracing
2025-05-22 00:33:36 +02:00
dmunozv04
cafdf4f962
Bump version
v2.5.1
2025-05-19 10:24:05 +02:00
David
3a80c76fb6
Merge pull request #292 from dmunozv04/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
v2.5.0
2025-05-19 10:16:30 +02:00
pre-commit-ci[bot]
a4f6462026
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.11.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.4...v0.11.9 )
2025-05-19 10:16:12 +02:00
David
c4571ad90b
Merge pull request #296 from dmunozv04/dependabot/pip/aiohttp-3.11.18
...
Bump aiohttp from 3.11.16 to 3.11.18
2025-05-19 10:15:36 +02:00
dependabot[bot]
c51c47b566
Bump aiohttp from 3.11.16 to 3.11.18
...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp ) from 3.11.16 to 3.11.18.
- [Release notes](https://github.com/aio-libs/aiohttp/releases )
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.11.16...v3.11.18 )
---
updated-dependencies:
- dependency-name: aiohttp
dependency-version: 3.11.18
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-19 08:15:16 +00:00
David
72ada4558e
Merge pull request #300 from dmunozv04/improve-watchdog
...
Improve watchdog/ Fix ad muting/skipping
2025-05-14 23:56:03 +02:00
David
6219cfe0d0
Merge branch 'main' into improve-watchdog
2025-05-14 23:54:57 +02:00