What's Changed
* fix dropdown menu detect bug by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/874
* Multipage workflow improvements by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/875
* hardcode a hover style parsing by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/876
* fix custom select bug by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/878
* refetch logic for workflow runs page by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/879
* Refetch workflow run on mount if running by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/880
* fix scrolling makes element invisible by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/881
* handle parsing context exception by LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/877
* Change routing rules in workflow pages by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/882
* update browserslist db by msalihaltun in https://github.com/Skyvern-AI/skyvern/pull/883
* Remove whitespace when blocks are renamed by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/884
* Rounded corners for workflow header by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/885
* Task creation UI updates by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/886
* Task form redesign by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/888
* Fix a bug with opening and closing sections in task form by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/889
* Add error code mapping to task by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/890
* change background color of prompt box by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/891
* workflow run streaming API by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/887
* add workflow streaming by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/892
* Put edit workflow button in run page by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/893
* Move navigation payload to base content by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/894
* Put headings in new task form pages by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/895
* Double Bitwarden call timeout for each retry by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/896
* Make multi section openable in task form by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/897
* SendEmailBlock: Fail silently if file/folder is missing by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/898
* if bitwarden TOTP is not defined, do not pass totp as part of the credential to llm by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/899
* Bitwarden Security Upgrade by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/900
* Use domain while getting totp instead of url by ykeremy in https://github.com/Skyvern-AI/skyvern/pull/901
**Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.1.27...v0.1.28