Releases: gcaufield/TogglIQ
Releases · gcaufield/TogglIQ
v0.13.0
v0.12.5-rc.134
Enhancements:
- [enhancement] Implement Continuous Delivery #43
Full Changelog: v0.12.4...v0.12.5-rc.134
v0.12.4
v0.12.3
v0.12.2
v0.12.1
V0.12.0
v0.11.1
v0.11.0
2020-09-09 Release
New Features
- Added support for restarting a recent timer on devices that support CIQ 3.0.0 (#13)
Bug Fixes
- Updated Toggl Base URL used for API requests to use new "Toggl Track" URL (#23)
Raw Change Log (v0.10.0..v0.11.0)
* dccf305 Add StorageService to the Glance Application
* bd5a7e6 Update API base URL for rebranded endpoints
* 82f85bd Merge branch f/start-recent into develop
* 18bf616 Clean up some left over prints
* 23ebb66 Fix recent timer menu title
* 0fcd727 Use a sliding window for timer requests
* 13b532d Fix some issues with building recent timer list
* b5fefce Introduce Handling to do recent timer lookup
* fef08fa Initial setup for start recent timer
* 62226a0 Start Putting together a class diagram
v0.10.0
2020-09-05 Release
New Features
Bug Fixes
- Fixed fenix 6 Layout issue (#20)
Raw Change Log (v0.9.0..v0.10.0)
* 708995c Update Readme with new list of supported devices
* 973bd06 Schedule the next background event on startup
* cbe7b7b Fix missed background on About View
* c7eef59 Address Clipping issue on Fenix 6
* 7c0e7cd Change about view to use a black background
* 6b8f8d2 Add support for circular touch screen devices
* 44df7e3 Merge pull request #21 from gcaufield/features/background
* 8448fb9 Clean up some non-functional issues
* 754cdb3 Add a Factory class to the Injection framework
* 11df83e Fix Background Service after Injection Refactor
* 2fbb234 Significant Refactor of injection framework
* 7edb810 Fix issue with passing background data
* ca15102 Refactor Storage Access
* b233cdc Add background scheduler service
* 959c669 Refactor Settings handling
* 1aaf6c0 Add Background Service and Module
* 42cacea Continuing to add more DI handling
* 139ca25 Starting on a Dependency Injection Framework
* ba8ce19 Add initial background setup