Commit Graph

11 Commits

Author SHA1 Message Date
JSC
f5031253fe Remove redundant 'only: tags' specification from build and release stages in CI configuration
All checks were successful
Create Release / build-and-release (push) Successful in 7s
2025-10-05 17:37:22 +02:00
JSC
171235a067 Add GitLab CI/CD configuration for building and releasing SDB Audio Extractor extension 2025-10-05 17:35:31 +02:00
JSC
4b4dc0d1c6 Update installation instructions in release workflow
All checks were successful
Create Release / build-and-release (push) Successful in 6s
2025-10-05 17:18:58 +02:00
JSC
23eeb06f84 Fix path for extension package creation in release workflow
All checks were successful
Create Release / build-and-release (push) Successful in 7s
2025-10-05 17:04:44 +02:00
JSC
08d9e7dad9 Update Gitea release action to use akkuman/gitea-release-action@v1
Some checks failed
Create Release / build-and-release (push) Failing after 6s
2025-10-05 17:02:09 +02:00
JSC
f452fe691c Add release workflow for SDB Audio Extractor Chrome extension
Some checks failed
Create Release / build-and-release (push) Failing after 3s
2025-10-05 16:58:09 +02:00
JSC
51c10a2a2f Remove README.md file as part of project cleanup 2025-10-05 16:33:12 +02:00
JSC
8497459444 Refactor config button click handler to open options page in a new tab 2025-10-02 14:07:28 +02:00
JSC
fbf398a227 Update API token header and remove deprecated files 2025-09-27 21:16:28 +02:00
JSC
95e874e0bb Add private key for Chrome extension authentication and v1 extension 2025-09-20 21:00:22 +02:00
JSC
cb607760ce Add SDB Audio Extractor extension with options and popup UI
- Implemented manifest.json for extension configuration
- Created options.html and options.js for user settings management
- Developed popup.html and popup.js for audio extraction functionality
- Added icons for the extension (icon16.png, icon48.png)
- Integrated API token and base URL configuration with validation
- Implemented audio extraction from YouTube videos with error handling
2025-09-20 20:54:12 +02:00