How can I find the Sync version of a new release? #2623
-
I finally have a server working, but as described in So if I update my client, how do I know if it will break the server connection? Sounds like v0.50.1 might well break the server connection: #2609 Is there some place to see the Sync version for new releases - without installing them? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
If you are really interested, you can pull that info from the history of https://github.com/zadam/trilium/blob/master/src/services/app_info.js It's not documented anywhere. The rule of thumb is that you should use same minor version (so e.g. 0.50.X) on all sync instances. There are exceptions (sync version changed in patch release), but that would be visible in the release notes. In your case 0.50.X can be synced only with other 0.50.X instances. |
Beta Was this translation helpful? Give feedback.
If you are really interested, you can pull that info from the history of https://github.com/zadam/trilium/blob/master/src/services/app_info.js
It's not documented anywhere. The rule of thumb is that you should use same minor version (so e.g. 0.50.X) on all sync instances. There are exceptions (sync version changed in patch release), but that would be visible in the release notes.
In your case 0.50.X can be synced only with other 0.50.X instances.