What's Changed
- Refactor: add priority and description fields to conditions by @arabcoders in #534
- Refactor: add enabled field to notifications. by @arabcoders in #535
- Refactor: add priority to presets by @arabcoders in #536
- Refactor: more UX consistency changes by @arabcoders in #537
- Feat: add flag to ignore already archived items from showing in download history. by @arabcoders in #538
- feat: support using output template for metadata generation. by @arabcoders in #540
Full Changelog: v1.0.14...v1.0.15
Commits since v1.0.14
- b03d4ab Refactor: add priority and description fields to conditions
- 750322d Refactor: remove socket connection checks in various UI components.
- a6b68ed Refactor: add enabled field to notifications.
- c272fa9 Feat: Add popover component with the ability to disable it
- 6f717de Refactor: make the UI buttons more consistent
- d7fc66a Refactor: remove underline for file_size in history.
- 459dee7 Refactor: try to keep extra information available in all stages of the request process
- 3c71575 Refactor: add priority to presets
- f74229f Fix: access to uninitialized variable
- 700847f Refactor: more UX consistency changes
- ffc0b45 Fix: use b instead of strong for tag items.
- ff9fd6a refactor: change how global buttons are rendered
- cf8704a feat: add flag to ignore already archived items from being added to download history.
- 4a3f031 fix: update folder reference in socket store and adjust history count logic in state store
- cf2ee30 feat: support using output template for metadata generation. Closes #539
- c8e2fc5 fix: put status downloading to prevent live stream from showing preparing endlessly