Releases: DasAmpharos/EonTimer
3.0.0-rc.6
What's Changed
- Fixing bug where set_radix was called instead of using the radix property by @DasAmpharos in #169
Full Changelog: 3.0.0-rc.5...3.0.0-rc.6
3.0.0-rc.5
What's Changed
- Bump requests from 2.31.0 to 2.32.2 by @dependabot in #147
- Bump platformdirs from 4.2.1 to 4.2.2 by @dependabot in #143
- Bump the pyside group with 4 updates by @dependabot in #145
- Bump pyinstaller from 6.6.0 to 6.7.0 in the pyinstaller group by @dependabot in #146
- Entralink calibration fix by @DasAmpharos in #166
- Bump setuptools from 69.5.1 to 72.1.0 by @dependabot in #165
- Bump certifi from 2024.2.2 to 2024.7.4 by @dependabot in #158
- Bump urllib3 from 2.2.1 to 2.2.2 by @dependabot in #154
- Bump pipdeptree from 2.20.0 to 2.23.1 by @dependabot in #161
- Bump requests from 2.32.2 to 2.32.3 by @dependabot in #152
- Disable resetButton when timer is running by @DasAmpharos in #167
- Adding numeric input fields inplace of QSpinBox to allow empty text by @DasAmpharos in #168
Full Changelog: 3.0.0-rc.4...3.0.0-rc.5
Special thanks to @NickPlayeZ for reporting and testing #166
3.0.0-rc.4
What's Changed
- universal2 binary for macOS by @DasAmpharos in #142
Full Changelog: 3.0.0-rc.3...3.0.0-rc.4
3.0.0-rc.3
What's Changed
- Adding some starter unit tests by @DasAmpharos in #136
- Fixing issues with read/writing bool properties by @DasAmpharos in #138
- Adding app logs by @DasAmpharos in #137
Full Changelog: 3.0.0-rc.2...3.0.0-rc.3
3.0.0-rc.2
What's Changed
- Create dependabot.yml by @DasAmpharos in #125
- Fix bug with EnumProperty reading from QSettings by @DasAmpharos in #132
- Updating dependabot with dependency groups for PySide and pyinstaller by @DasAmpharos in #133
- Bump the pyside group with 4 updates by @dependabot in #134
- Bump setuptools from 69.1.0 to 69.5.1 by @dependabot in #126
- Bump pyinstaller-hooks-contrib from 2024.4 to 2024.6 in the pyinstaller group by @dependabot in #135
New Contributors
- @dependabot made their first contribution in #134
Full Changelog: 3.0.0-rc.1...3.0.0-rc.2
3.0.0-rc.1
What's Changed
- Re-implement variable frame timer by @DasAmpharos in #118
- Read/Write last selected tab index to/from QSettings by @DasAmpharos in #119
- Adding button to reset the current timer by @DasAmpharos in #120
- Fix bug where custom timer widget doesn't update phases when reset by @DasAmpharos in #121
- Check for update by @DasAmpharos in #123
Full Changelog: 3.0.0-alpha.3...3.0.0-rc.1
3.0.0-alpha.3
What's Changed
- Implement custom theme support by @DasAmpharos in #112
- Fixing bug with theme selection when theme is deleted by @DasAmpharos in #113
- Theme fix for ubuntu with dark system theme by @DasAmpharos in #114
- Adding object names to each element by @DasAmpharos in #115
- Adding element name tooltips by @DasAmpharos in #116
- Timer now starts when the "Start"/"Stop" button is pressed down and not when released by @DasAmpharos in #116
- Timer clock starts as soon as the button is pressed down, instead of when the PhaseRunner starts by @DasAmpharos in #116
- Fixing issues with deserializing enums from QSettings by @DasAmpharos in #117
Full Changelog: 3.0.0-alpha.2...3.0.0-alpha.3
3.0.0-alpha.2
What's Changed
- Fixing windows icon for pyinstaller by @DasAmpharos in #109
- Fixing Gen5 timer only creating stages for Entralink+ mode by @DasAmpharos in #110
- Add custom console with custom framerate by @DasAmpharos in #111
Full Changelog: 3.0.0-alpha.1...3.0.0-alpha.2
3.0.0-alpha.1
What's Changed
- Rewrite application with python + PySide6
- Adding "System" theme by @DasAmpharos in #99
- Add new icon by @DasAmpharos in #100
- Fixing styling issues by @DasAmpharos in #101
- Implement custom sound support by @DasAmpharos in #102
- Prevent calibrating when 'actual' fields have a value of 0 by @DasAmpharos in #103
- Adding support to reset all settings by @DasAmpharos in #104
- Add action package to hidden imports to fix actions not triggering by @DasAmpharos in #105
- Re-implement custom timer by @DasAmpharos in #107
- Inject version with github actions by @DasAmpharos in #108
Full Changelog: https://github.com/DasAmpharos/EonTimer/commits/3.0.0-alpha.1
2.0.1 RELEASE
EonTimer 2.0.1
Changelog
- fixed #8 Settings Dialog reopens at collapsed size
- Thanks u/qwirkzx over on reddit
- fixed #9 Add logback configuration with file appender
- This will allow users to upload their log file with the issue they encountered when reporting a bug or asking a question
Known Bugs
Some users have reported:
- Sound not working (#6)
- EonTimer not starting
I suspect these issues are caused by mismatched Java Runtime versions. I'm still investigating these issues and plan on adding documentation for how to best setup an environment for EonTimer.
Roadmap
Still working on documentation and unit testing. Soon there will be an issue template requesting the application log which will make issue triaging a lot easier for everyone involved.