Releases: Alsweider/ReadCalc
Releases · Alsweider/ReadCalc
v.0.2.0
v.0.1.0
- 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
- 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
v.0.0.3
- 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
- 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
First release