What's Changed
- fix: update CORS handling in is_cross_origin by @arabcoders in #667
- feat: improve task definitions, inspection, and extraction by @arabcoders in #669
- feat: bundle docs by @arabcoders in #670
- refactor: remove task_disaptched event in favor of task_finished/error by @arabcoders in #672
Full Changelog: v2.7.0...v2.7.1
Commits since v2.7.0
- e6577f3 fix: mac native build
- 18de4fd refactor: move auth to sqlalchemy/orm
- edb6997 feat: integrate downloads repository into main application flow
- ca53661 fix: update CORS handling in is_cross_origin function and adjust tests
- 982e71c refactor: simplify shutdown_system function and update related tests
- a6c5d93 feat: add static file aliasing and caching behavior for fingerprinted icons
- c2924e0 refactor: move download runtime into feature.downloads namespace
- 80099e2 refactor: isolate logging to namespace
- 999b40e docs: update relevant docs
- 336edb4 refactor: minor code cleanup
- 08af837 fix: preserve captured extractor errors
- 77aef4f refactor: task definition fetch engines
- 53e3657 feat: add task definition inspection
- a893838 feat: improve task definition editor
- 0a8b3e3 refactor: add some persistence to some cache keys.
- db6da19 feat: improve task inspection results
- e013b7c chore: consolidate and validate translations
- 7c4b6b6 fix: apply frontend formatting
- 24c0ab4 refactor: add generate nfo to bulk actions
- 882c9c3 refactor: improve the generic browser extraction performance for generic tasks
- 96bca7d feat: bundle docs
- 48626c2 docs: update minor section
- a54ba02 fix: fix flakey frontend tests
- f2db7d6 docs: typo
- 2825f19 docs: minor docs update
- a7ae66d refactor: remove task_disaptched event in favor of task_finished/error events
- 661291d chore: remove useless docstirngs
- 775a015 refactror: improve tests reliability.
- bb9338d fix: restore missing toasts for task related actions
- 57bcd7c fix(ass.js): patch assjs to fix rendering bug in iOS
- 427d814 docs: add native builds documentation and update configuration
- c09898a refactor(tests): replace monkeypatch environment variable settings with set_test_env helper