Unity Version Control 11.0.16.7504
33 documented changes.
- Version
- 11.0.16.7504
- Released
- Oct 13, 2022
- Product
- Unity Version Control
Unity Version Control 11.0.16.7504
New
- Change
All platforms - PlasticX: Edit accounts
- Feature
All platforms - PlasticX: We added a new option in the home panel that lets you modify on-prem servers accounts. When using it, you will be able to authenticate again to the server, updating the stored credentials
- Change
All platforms - Command line client: Now you can list group members from cm!
- Change
All platforms - Command line client: Doing so is easy: just specify the group name in the `--group` option of the `cm listusers` command.
- Change
All platforms - Command line client: If a group is a member of a group, the command will solve its users recursively too.
- Change
All platforms - Command line client: So take this scenario as an example: Users 'sergio' and 'brenda' are part of the Developers group. User 'paula' is part of the QA group, and so is the Developers group. So QA users are 'paula' and 'Developers', and 'Developers' users are 'sergio' and 'brenda'. By solving groups recursively, the command output will look as follows:
- Change
All platforms - PlasticX: License notifications
- Change
All platforms - PlasticX: Plastic will display user notifications about the license status. An information message will be shown when the current license is going to expire indicating the remaining days and how to renew it. On the other hand, when the license has been expired then an error message will be shown.
- Change
All platforms - PlasticX: For extended trial licenses the notification panel will allow users to start the license registration process, so users could extend their licenses for 30 days.
- Change
All platforms - Command-line client: Better cm status with tables!
- Change
All platforms - Command-line client: Modern times arrive for our command line, with a much better way to display workspace changes: `cm status --pretty`
- Change
All platforms - Command-line client: Check how it looks like now:
- Change
All platforms - Command-line client: And compare with how it looked like before:
- Change
All platforms - Command-line client: Now also check how it looks like in Windows Terminal:
- Windows
- Change
All platforms - Command-line client: And the good old cmd.exe:
- Change
All platforms - Command-line client: Enjoy!
- Change
Command-line client: Apply only the desired changes from a shelve
- Change
Command-line client: From now on, the cm allows you to choose which changes do you want to apply from a shelve. You no longer need to apply all the changes done on the shelve.
- Change
Command-line client: You can see which changes are going to apply by the shelve without applying them using:
- Change
Command-line client: You can apply only the desired changes indicating the changes paths to apply:
Bug
- Fix
All platforms - PlasticX: Fixed issue obtaining changesets from old server
- Change
All platforms - PlasticX: Some time ago we modified a method in the Plastic server that was called from the client. This change made the client throw an exception when trying to execute the method on an old server:
- Change
All platforms - PlasticX: "The method GetChangesetsInfoByNumber is not supported"
- Fix
All platforms - PlasticX: We fixed this issue, and now the client will work with modern and old versions of the server.
- Fix
All platforms - PlasticX: Fixed issue with code review comment selection
- Fix
All platforms - PlasticX: Opening a code review comment for a file which had additional changes made to it after the code review comment was created was not working correctly. We fixed this.
- Fix
All platforms - PlasticX: We also corrected an issue where items in the file list were not being marked as viewed when they should have been.
- Change
All platforms - PlasticX: Non-editable username when authenticating in Name working mode
- Change
All platforms - PlasticX: When signing in to a server using the Name working mode, you were able to modify the username used to authenticate. This was wrong - on Name working mode the username must always be taken from the system
- Change
All platforms - PlasticX: Diffs multiple selection issue
- Change
All platforms - PlasticX: When an item is marked as viewed it changes the text style from bold to normal. The diffs list must mark items as viewed just when a single selection is done, items won't be marked as viewed on a multiselection.
- Change
All platforms - PlasticX: Annotate View splitter
- Fix
All platforms - PlasticX: We fixed the splitter in the Annotate View: the metadata column will expand correctly and won't show blank space. We also set minimum and maximum width properties to the metadata column.