What's Changed
- feat(console): make terminal window more durable by @arabcoders in #589
- Refactor: Seperate history items from queue by @arabcoders in #590
- Fix pagination UI and refactor presets layout by @arabcoders in #591
Full Changelog: v2.0.6...v2.1.0
Commits since v2.0.6
- 1786db4 fix: native build could fail due to cache restore
- c70d534 feat: implement patch to make Windows Popen support stopping live stream
- dbff4c6 feat(console): make terminal window more durable and support reloading and stopping commands.
- 360d2f3 refactor: minor fixes to overall design.
- 182a2e9 feat: add form guards to prevent accidental data loss
- 9337e81 refactor: remove useless tests
- e7fd600 fix: opacity interaction with the new form guard
- bb246cc wip
- 70648c2 Refactor: standardize the look and feel of the pages after recent nuxt ui migration
- 00404fc refactor: made _static.py dynamic
- 9d1bde7 fix: restore tri-option for theme color
- 3f6149a refactor: use plain text for multi-line messages ni confirm dialog
- 00ce7ef feat: add validation for internal URLs in conditions_test
- fe7c18e feat: add swipe functionality for sidebar in mobile
- e644ea6 refactor: rename sidebarOpen to showSidebar
- fc5cf84 refactor(ui): more consistency changes.
- 210712c refactor: drop pinia stores
- e7dfee6 refactor: seperate history from queue
- 6eaa15b refactor: standardize pagination position
- 03cabe6 refactor: wait on db flush before returning in API history clear response
- 716fce8 fix: newDownload was causing infinite loop when switching to mulit url mode
- 510bc2d fix: tasks was missing pagination UI elements
- c9534bd refactor: remove useless wrappers
- 35f38d7 refactor: update presets UI to follow same rules as other pages.
- c2cb552 fix: broken tests in CI