Release Notes

Tatin release notes contain information regarding actions that need to be executed before a new version can be used, or outstandingly important pieces of information.

This document does not come with a complete list of fixes, added features etc. Consult Tatin on GitHub for that.

Version 0.115.2 from 2024-11-16

Version 0.115.1 from 2024-11-15

Version 0.115.0 from 2024-10-14

Version 0.114.0 from 2024-09-30

In case you are on Windows and you are using OneDrive then you might need to pay attention.

Older versions of Tatin did not cooperate with OneDrive; this can potentially cause problems. A new document, “Tatin and OneDrive,” discusses this issue. If you use OneDrive, read it!

Otherwise no action is required, but be aware of changes made to ]ListVersions: if no argument is provided it checks on open Cider projects now. In other words, it became more powerful.

Version 0.113.1 from 2024-09-08

Version 0.113.0 from 2024-09-05

Version 0.112.1 from 2024-08-16

Version 0.112.0 from 2024-07-14

Version 0.111.0 from 2024-07-12

Version 0.110.0 from 2024-07-09

It allows to add the new “exclude” property (introduced with version 0.109.0) to be introduced into all saved packages as an empty text vector.

You don't have to run this maintenance function on all your packages (Tatin deals with both a defined “exclude” as well as an absent “exclude”) but it is better for future use when this is part of all packages.

Version 0.109.0 from 2024-06-27

Version 0.108.1 from 2024-05-04

Version 0.108.0 from 2024-05-02

Version 0.107.0 from 2024-04-04

Version 0.106.2 from 2024-03-27

Version 0.106.1 from 2024-03-18

Version 0.106.0 from 2024-03-12

Version 0.105.0 from 2024-03-02

Potentially breaking changes:

Version 0.104.1 from 2024-01-28

Version 0.104.0 from 2024-01-22

Version 0.103.2 from 2024-01-16

Version 0.103.1 from 2023-12-14

Version 0.103.0 from 2023-11-04

Version 0.102.3 from 2023-10-13

Version 0.102.2 from 2023-10-09

Version 0.102.1 from 2023-10-07

Version 0.102.0 from 2023-10-04

Version 0.101.2 from 2023-09-30

Version 0.101.1 from 2023-09-26

Two massive changes:

Version 0.100.2 from 2023-09-23

No breaking changes, no user actions required.

Version 0.100.1 from 2023-08-28

No breaking changes, no user actions required.

Version 0.100.0 from 2023-08-27

No breaking changes, no user actions required.

Version 0.99.1 from 2023-08-05

No breaking changes, no user actions required.

Version 0.99.0 from 2023-08-02

No breaking changes, no user actions required.

Version 0.98.2 from 2023-07-14

This release addresses a bug in the server; the client has not been changed.

Update only required if you run a server.

Version 0.98.1 from 2023-07-13

No breaking changes, no user actions required.

Version 0.98.0 from 2023-07-05

Before version 0.98.0 credentials got stored in a file Credentials.txt. The format was:

<group>=<api-key>

The API-keys were stored as clear text. We don't want that anymore.

With version 0.98.0 credentials will be stored in a file Credentials.csv. The format is different:

<group>,<api-key-hash>,<Salt>

The server will convert Credentials.txt automatically into Credentials.csv. Afterwards there is a new file Credentials.csv while the old file Credentials.txt will be deleted.

Note that you might create at a later stage a new file Credentials.txt with entries like

<group-name>=<api-key>

or

<group-name>,<api-key>

That allows you to add new groups, or overwrite existing ones, for example when somebody lost the API-key.

The server will perform the following actions:

Version 0.97.1 from 2023-06-30

No breaking changes, no user actions required.

Version 0.97.0 from 2023-06-14

This version comes with several breaking changes:

Version 0.96.2 from 2023-06-08

No breaking changes, no user actions required.

Version 0.96.1 from 2023-05-21

No breaking changes, no user actions required.

Version 0.96.0 from 2023-05-18

No breaking changes, no user actions required.