diff --git a/docs/changelog/release-notes.mdx b/docs/changelog/release-notes.mdx index d1f3114c..30e3734e 100644 --- a/docs/changelog/release-notes.mdx +++ b/docs/changelog/release-notes.mdx @@ -4,6 +4,27 @@ description: "Recent features and improvements to the Factory App, Droid CLI, an rss: true --- + + `v0.162.0` + +## New features + +- **Cloned repos in projects** - Cloned repositories now appear in the new-session projects dropdown (app) + +## Improvements + +- **Lower memory usage** - Reduced memory use during long and idle sessions +- **Word-wise navigation** - Option+Left/Right now jumps between words in secondary text inputs + +## Bug fixes + +- **Resumed hooks** - Hook rows now render correctly after you resume a session +- **File encoding** - Edited files now keep their original encoding instead of always saving as UTF-8 +- **MCP authentication** - Restored basic auth fallback when signing in to MCP servers over OAuth +- **Org switching** - Fixed selecting the active organization when switching organizations, including in the EU (app) + + + `v0.161.0`