Fichiers
ytptube-extension-android/CHANGELOG.md
T
2026-01-25 19:53:01 +03:00

45 lignes
1.7 KiB
Markdown

# CHANGELOG
## 1.1.0 - 2026-01-25
- **Added**: Support for YTPTube API changes where presets are returned in an "items" array.
- **Removed**: Output template and folder setting. You can set them via preset server-side.
## 1.0.4 - 2025-11-01
- **Fixed**: Issue with saving options for firefox.
## 1.0.3 - 2025-11-01
- **Added**: Runtime optional host permission flow so users can authorize their own YTPTube servers without manual manifest edits.
- **Improved**: Options page now normalizes instance URLs, records granted origins, and cleans up old host permissions when the server changes.
- **Fixed**: Background requests to user-managed servers no longer hit CORS/address-space blocks after permissions are granted.
## 1.0.2 - 2025-08-12
- **Fixed**: Selected preset was not being sent to YTPTube API - now properly includes preset in requests
- **Fixed**: Output template and download folder were not being sent - now automatically includes configured template and folder options
- **Added**: Loading indicator with Bulma's built-in spinner for better user feedback during requests
- **Added**: Status messages in popup showing success/error feedback after sending URLs
- **Added**: Button disabling during request processing to prevent multiple submissions
- **Improved**: Enhanced error handling and user feedback throughout the extension
## 1.0.1 - 2025-05-28
- Fix issue prevent adding urls via Chromium browsers.
## 1.0.0 - 2025-05-23
- Switch to bulma and remove pure css.
- Improve the messaging to users.
## 0.0.3 - 2025-03-10
- Automatically load presets from the YTPTube instance.
- Once the preset is selected, update the default preset in the extension options.
## 0.0.1 - 2025-03-08
- Initial release version