Skip to content

Changelog

JohnLines edited this page Jun 19, 2024 · 9 revisions

ChangeLog

Significant changes for each release, most recent at the top.

v0.2.17 - 2024-06-19

Internal restructuring, adding a Measurement class for consistency in how measurements are handled. The time stamp for a saved record is now when it was saved, rather than when the app was opened of the screen last displayed.

v0.2.14 - 2022-09-30

Pulse Oximeter support, enabled by a checkbox in Preferences. Uses the Data Format 1.1

v0.2.13 - 2022-07-27

The Delete command now has a Truncate option which deletes all but the last 31 entries. If your data is important to you, then you should Save it before using this, and check that the Save worked.

In the History display blank comment lines can be suppressed and the time a reading was taken need not be displayed

v0.2.12 - 2022-01-03

Fix build error, and tidy main layout

v0.2.11 - 2021-12-19

Fix a bug where sometimes the Send and Delete buttons were hidden

v0.2.10 - 2021-12-14

Spanish translation, thanks to Fabiola Maurice and the LikeButter project

v0.2.9 - 2021-10-27

Tweak the layout to make the fields more compact. Simple German translation (improved version from a real German speaker would be welcome)

v0.2.2 - 2018-03-30

History menu item now only displayed on Debug builds until the feature is ready. Closes #16

The main window now scrolls, allowing it to be used in landscape mode. Closes #13

The Delete and Send buttons are now only displayed when there is a file to Send or Delete. Closes #15

There is an additional Preferences item, Display Privacy Policy on each startup, which allows users to keep being reminded of the privacy policy. Closes #14

V0.2.1 - 2018-03-22

When a + or - button is clicked next to a cleared field, the field is set to a default value before the increment or decrement happens. Closes #8

The filename used in the internal storage, which was hard-wired to mediclog.txt is now a preferences item, currently defaulting to mediclog.txt for compatibility. This is likely to migrate to mediclog.csv as a default in a future release as Gmail can then be used to send the file. Closes #7