Skip to content

Releases: Alsweider/ReadCalc

v.0.2.0

13 Sep 22:04
166fe59
Compare
Choose a tag to compare
  • Save and load the entered data and notes into a local SQLite database in the programme directory. When you close the programme, the current status is automatically saved in the *.sqlite file.

v.0.1.0

11 Sep 15:42
97f1de9
Compare
Choose a tag to compare
  • Added area for adding temporary notes (e.g. book titles) at the bottom.
  • Bugfix: In v.0.0.5 the status text at the bottom left disappeared if you changed the value of "Current page" while the value of "Total pages" is empty. Now when a page number is entered, the status "Reading" is displayed, even if "Total pages" is still empty.
  • The Github link in the About section is now clickable and opens the website in the browser.
  • Added logo in the About section.

v.0.0.5

11 Sep 08:53
97f1de9
Compare
Choose a tag to compare
  • The icon added in v.0.0.4 is now also visible as a desktop icon for the .exe.
  • Bugfix: If the input field "Total pages" in the first tab did not contain any value, the label "Completed" was activated when the calculate button was pressed. This was fixed by the condition that the value of the variable "pagesTotal" is not equal to its initial value "0".

v.0.0.4

09 Sep 22:10
b484a7a
Compare
Choose a tag to compare
  • Added programme icon
  • Text label in the bottom left corner now displays reading status in traffic light colors: Unread / Reading / Completed

v.0.0.3

24 Feb 10:16
515d6fe
Compare
Choose a tag to compare
  • Disable result fields on startup to avoid confusion regarding the input fields
  • Replaced 2nd text input fields with spin boxes that can be controlled by arrow keys & mouse wheel
  • Added label "Completed"
  • Set maximum value of label "Current page" to the value of "Total pages"
  • Set results to right-justified to align with the progress bars

v.0.0.2

23 Feb 07:52
53ca7e8
Compare
Choose a tag to compare
  • Fixed bug where progress bar in tab 2 would display inaccurate number. It was caused by an unnecessary calculation and now it simply copies the % value of the 2nd input field.
  • About section edited
  • Set the cursor on the second input field after pressing the return key in the first field.
  • Changed checkbox text to "Round numbers"
  • Added version number to window title
  • Added tooltips for group boxes Input & Output

ReadCalc v.0.0.1

23 Feb 04:32
75ffd69
Compare
Choose a tag to compare

First release