Release Notes
10.0.16.6064: Oct 04 2021
All platforms - Plastic: Use relative date in the default changesets query
When using a custom query in the changesets view to filter the results, by default we were using a query like the following:
find changesets where date > '8/21/2021'
This is a fixed date, that will not automatically change on future queries.
We changed this to a relative query, that will produce different results depending on when it's executed:
find changesets where date > '1 months ago'
To see the updated default query you may need to delete your queries.conf file in your Plastic config folder
All platforms - Plastic, Gluon: fixed New Version Notification in Japanese
When a new version of the client is available, the "Help Owl" will pop up a help panel to let you know and provide you with a link to download the latest version.
Sadly, the Japanese Help Owl had gotten a little confused and his/her panel was incorrectly formatted. We re-educated the owl, and now the panel looks good:
