Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions packages/open-collaboration-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
# Change Log of `open-collaboration-tools`

## v0.3.5 (Nov. 2025)

- Display users that have a pending join request in the status view ([#158](https://github.com/eclipse-oct/open-collaboration-tools/pull/158)).
- Add an icon if the session view is used in a new view container ([#161](https://github.com/eclipse-oct/open-collaboration-tools/pull/161)).
- Implement allowlist for join requests ([#166](https://github.com/eclipse-oct/open-collaboration-tools/pull/166)).
- Fix an issue in the authentification related to URL paths ([#173](https://github.com/eclipse-oct/open-collaboration-tools/pull/173)).

## v0.3.4 (Jul. 2025)

- Fixed the extension to work in Code-Server applications
- Fixed the extension to work in Code-Server applications ([#150](https://github.com/eclipse-oct/open-collaboration-tools/pull/150))

## v0.3.3 (Jun. 2025)

- Updated our extension logo again
- Updated our extension logo again ([#146](https://github.com/eclipse-oct/open-collaboration-tools/pull/146)).

## v0.3.2 (Jun. 2025)

- Updated our extension logo to match the new OCT design
- Updated our extension logo to match the new OCT design ([#144](https://github.com/eclipse-oct/open-collaboration-tools/pull/144)).

## v0.3.1 (Apr. 2025)

Expand Down
2 changes: 1 addition & 1 deletion packages/open-collaboration-vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "open-collaboration-tools",
"displayName": "Open Collaboration Tools",
"version": "0.3.4",
"version": "0.3.5",
"license": "MIT",
"description": "Connect with others and live-share your code in real-time collaboration sessions",
"publisher": "typefox",
Expand Down