Skip to content

v0.239.002

Choose a tag to compare

@paullizer paullizer released this 03 Mar 19:57
· 7 commits to main since this release
fdaa3f1

View the features with screenshots and descriptions
https://microsoft.github.io/simplechat/latest-release/

Bug Fixes

  • Workspace Scope Lock Unlock Fix

    • Fixed bug where unlocking workspace scope in chat conversations was not working correctly.
    • (Ref: chat-conversations.js, selectConversation(), workspace scope lock state)
  • Public Workspace Documents Loading Fix

    • Fixed JavaScript error preventing public workspace documents from loading. Removed incorrect import statement that caused a module resolution failure.
    • (Ref: public_workspace.js, JS import fix, public workspace document list)