18 Commits

Author SHA1 Message Date
JSC
b6d154587b Update host permissions to use 'http://goyave' in manifest.json
All checks were successful
Create Release / build-and-release (push) Successful in 7s
v1.0.2
2025-10-07 14:29:22 +02:00
JSC
b06655ff11 Update API base URL to 'http://goyave' in background, options, and popup scripts
All checks were successful
Create Release / build-and-release (push) Successful in 6s
v1.0.1
2025-10-07 13:49:47 +02:00
JSC
f12913024b Refactor release description for clarity and consistency in SDB Audio Extractor
All checks were successful
Create Release / build-and-release (push) Successful in 7s
v1.0.0
2025-10-05 17:59:05 +02:00
JSC
29c31645be Fix formatting in installation instructions for SDB Audio Extractor release
All checks were successful
Create Release / build-and-release (push) Successful in 7s
2025-10-05 17:57:13 +02:00
JSC
2281c7e2e8 Fix quoting style and formatting in release configuration for SDB Audio Extractor
All checks were successful
Create Release / build-and-release (push) Successful in 7s
2025-10-05 17:53:42 +02:00
JSC
b9e9446c27 Enhance release description with installation instructions for SDB Audio Extractor
All checks were successful
Create Release / build-and-release (push) Successful in 8s
2025-10-05 17:50:09 +02:00
JSC
a7ef584658 Fix release configuration by quoting tag name and simplifying description
All checks were successful
Create Release / build-and-release (push) Successful in 7s
2025-10-05 17:41:49 +02:00
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