Version 3.1.0
Released: 08 Dec, 2020
Console Sharing
Output and console windows are now shared letting others see directly the output of programs and unit tests, a top requested feature!
Who Codes? You Decide
When hosting new sessions, new choices control who can edit files and drive in the session. You can now share files read-only, or be the only one driving!
Non-Project Files Shared
External files that are not part of the project are dynamically shared when viewed on a host, making it easier to work with class libraries and other alternative sources.
Join Session Authorization
By default CodeTogether now requires you to authorize new participants joining the session, giving you more control over who can access your source code.
Auto-Reconnecting Hosts
Hosting sessions is now more tolerant of network glitches, automatically re-establishing connectivity and maintaining the active session.
Automatic Indentation Fixes
A series of fixes now ensure a more consistent behavior when coding, including indents around brackets and when completing snippets.
Version 3.0.1
Released: 02 Nov, 2020
Miscelaneous Fixes
Thanks for the quick feedback! A few key issues were fixed including support for connecting from behind certain proxies to remote sessions.
Version 3.0.0
Released: 22 Oct, 2020
Join from Your IDE!
You now can directly connect to a remote session from inside your IDE. Use your native IDE editor, key bindings and more, even in teams with heterogeneous IDEs.
Simultaneous Editing
You can now code together in the same file, at the same time. No longer do you need to wait for your turn to start coding.
Visualization of Status
When working in a session, CodeTogether now visualizes if you are working together or editing alone, or even simply browsing while someone else codes.
Better Content Assist
As part of supporting simultaneous editing, numerous fixes have landed to improve the content assist experience, including more consistent inclusion of () and trailing ;.
New Languages Supported
Syntax coloring has been added for Ruby, YAML, LaTeX and ABAP, including support from within IDE Clients joining remote sessions.
What's Next?
Coming in 3.1+: support for sharing terminals and console output, as well as Refactoring across IDE and Browser clients!
Version 2.1.1
Released: 20 Aug, 2020
Unreliable Network Recovery
Network drops? CodeTogether now recovers cleanly including syncing missed edits from the session.
Lost Edits? No More
Certain usage scenarios could cause edits in the browser to not be reflected in the host. The lingering edge cases have been addressed to ensure edits always arrive.
On-Premises and Self-Signed Certs
Organizations using an internal certificate authority can configure CodeTogether to automatically accept the certificate simplifying deployment.
Key Bug Fixes
Small but beneficial fixes land to ensure reliable editing in a wide array of editor types!
Version 2.1.0
Released: 06 Aug, 2020
Syntax Coloring for Cobol, Dart, and Elixir
Language coloring and completion aides have been added for Cobol, Dart, and Elixir.
.codetogether.ignore Allows Hiding Files/Folders
Files or Folders that should not be available in the session can be hidden by creating .codetogether.ignore files in the root of projects using .gitignore like glob patterns.
Preview: File Uploads from Browser
Files can be added to the shared project simply by dragging them into the Explorer in the browser.
IntelliJ Fixes for Code Alone
In certain scenarios, edits made from the browser would not show up in IntelliJ and related IDEs. This has been rectified.
Various General Fixes
Numerous fixes reported including navigation reliability, and exposing Toggle Word Wrap have been addressed.
Version 2.0.1
Released: 16 Jul, 2020
Little Fixes Land
In VS Code, certain folders may not have loaded right in the browser. In IntelliJ, editing in markdown files could fail from the browser side. Both are fixed including a couple other small tweaks.
On-Premises Base Image
The Docker image used for On-Premises has been migrated to a RedHat UBI base.
Version 2.0.0
Released: 06 Jul, 2020
2.0 Has Arrived!
Packed with new features, 2.0 brings an all new experience to remote development!
Simultaneous Editing
Highly requested support for editing in multiple files by different people is now available! Even coding in the same file is smoothed out with seamless control change.
CodeTogether or Alone
Now you can easily split off from the group to explore or code independently. Working together? Selection is now naturally shared across collaborators.
IDE Themes and Key Bindings
Choose to code with your favorite key bindings and IDE looks from IntelliJ, Eclipse and VS Code, regardless of what IDE is being used.
On-Premises Ready
Looking for more security? CodeTogether can be deployed behind the firewall for even greater control over source exposure.
Quick Fix Support
Building on the new 2.0 base, it is now possible to use Quick Fixes right from the browser using full IDE smarts. More IDE aids are coming!
Oodles of Fixes
Dozens of other fixes have landed in this release, from compatibility with more IDEs to coding reliability, and syntax coloring for Twig, Scala and more!
Version 1.2.0
Released: 21 May, 2020
End-to-End Encryption
All sessions now include full end-to-end encryption! Beyond secure SSL connections between endpoints, end-to-end AES encryption ensures that your source is never exposed, even if our secure servers were somehow exploited.
Anonymous Usage
Now you can use CodeTogether sessions without logging in or registering. As CodeTogether is free for all, no need to require logins!
Tab Sizes and Spaces
CodeTogether automatically detects tab sizes and space-usage to ensure that while coding in the browser, you always get a consistent and expected experience.
IntelliJ Robustness
Jetbrains IDEs support picks up numerous fixes from support for multiple windows, to consistent marker relaying, and improvements in content assist. Thanks for all the reports!
Running Behind Proxies
Sessions would sometimes not start correctly when running behind proxies in both Eclipse and IntelliJ. Both hosts have been fixed to work right.
Transparency on GitHub
All CodeTogether issues and resolution are now tracked on GitHub Issues. Check out the milestones to see what else was fixed for this release and more.
Version 1.1.0
Released: 29 Apr, 2020
Now Available for IntelliJ
CodeTogether is now in early access for IntelliJ! In addition, CodeTogether has been taken out of early access for Eclipse and VS Code. Thanks for all the great feedback!
Presence Visualization
Participants and hosts alike can see rich visualization of what others in the session are up to including seeing who is browsing code on their own, recent edit locations and more.
Seamlessly Take Control
Participants can now take control by typing. If enabled, typing can be immediate with no dialog or confirmation allowing rapid control changes when working together.
Editing Reliability
Numerous fixes have been implemented to ensure reliable coding, from oddities with non-foreground browser windows to timing issues when typing fast.
Format Files and Language Smarts
Participants can now choose to remotely format files, using formatting configuration on the host. Language smarts have also been enhanced for multiple Eclipse editors giving better content assist and as-you-type marker validation.
Reliability of Content Assistance
When using code completion, characters could get lost if it took a while to complete the content assist action. In addition, key trigger characters are now relayed to the browser making coding more natural.
Version 1.0.5
Released: 08 Apr, 2020
Improved Control Visualization
Editors now show who is in control both on the host side and in the browser.
Browser-side Light and Dark Themes
Participants can now choose to code in a light or dark theme when working in CodeTogether sessions.
Control and Follow Keybindings in Browser
Key bindings now allow changing Control or Follow: use CMD/CTRL-K then C for control, CMD/CTRL-K then F for follow.
Update Details
When starting a session, if an optional client update is available, details about the update will be provided.
Numerous Fixes
Various other improves have landed including correctly relaying intra-line selection, and more editing consistency.
Version 1.0.4
Released: 27 Mar, 2020
Improved Searching
Searching in the workspace now gives consistent results when retriggering searching.
Create Files from Browser
Correctly allow new files to be created from the browser.
Fixes for Control Changes
Improve consistency when multiple participants take turns controlling.
Version 1.0.3
Released: 18 Mar, 2020
Participant Names
Participants can now specify names from the browser when joining sessions.
Improves Integrity Checks
When relaying and processing changes, additional integrity checks have been added to ensure editing consistency.
Version 1.0.2
Released: 06 Mar, 2020
Fixes Copy/Paste of Session on Linux
Copying the session URL was not working as expected and the library has been changed.
Version 1.0.1
Released: 05 Mar, 2020
CodeTogether is Public!
We are happy to announce CodeTogether being generally available and no longer in private trials!