Releases: tomy0000000/tubee
Releases · tomy0000000/tubee
Release list
0.15.1
0.15.0
🌟 Features
- Global action (Action's scope is now optional)
🪜 Other Notable Changes
- Ajax requests now validate before sending
🐞 Bug fixes
- Tags with CJK characters overflow is fixed
⚙️ Internal
- Update to Python 3.9.15
- Improve logging and sentry integration
- Enable handler in debug mode
- pre-commit update
- dependencies update
0.14.0
🌟 Features
- New tag listing page
- with manual sorting
- and Untagged channel listing
- Account can now be deleted
🐞 Bug fixes
- Line Notify is now working again
- Dropbox revokes hook
⚙️ Internal
- Deployment now automatically pulls
docker-compose.ymlchanges
0.13.1
🧨 Breaking Changes
docker-compose.ymlis changedinstance/logging.cfgis dropped
🐞 Bug fixes
- Fix the broken subscription import page
- Fix the broken admin subscribe API
⚙️ Internal
- Use Loguru as the default logger now
- Callback endpoint is separated for rewrote
buttonAPIjQuery method is wrapped with flask macro in backend- Drop some unused stylesheets
- Bump lots of python modules
- Drop
FLASK_ENVin favor of customCONFIGenv
0.13.0
🌟 New Features
- The tag videos page
🧨 Breaking Changes
- The Mark All as Checked buttons on the video page now only mark visible videos as checked
🪜 Other Notable Changes
- The video table now loads content dynamically
🐞 Bug fixes
- Confirm modal malfunction
PreconditionFailederror in RabbitMQ
⚙️ Internal
- Adopt new flask routing methods
- Drop debug routes
- Rewrite flask components with macro
- Move unit tests out of the source code
- Tag-related routes are moved to the new blueprint
- Lock Python version to
3.9.6 - pre-commit update:
mirrors-prettierfromv2.7.1tov3.0.0-alpha.3 - pre-commit update:
blackfrom22.6.0to22.10.0
0.12.0
🌟 Features
- Video page now render with datatable include Channel column
- Improved admin channel page
- Unified error handler
- Basic user setting features
- Change password
- Set/unset Pushover Key
🧨 Breaking Changes
- Drop debug admin pages
🐞 Bug fixes
- Action page path conflict
⚙️ Internal
- Bump frontend dependencies
- Bootstrap: 5.2.0
- datatables: 1.12.1
- Drop
Flask-Moment,pyRFC3339 - Add preload meta tags
- pre-commit: github.com/pycqa/flake8: 4.0.1 → 5.0.4