Skip to content

Releases: gcaufield/TogglIQ

v0.13.0

14 May 16:50
v0.13.0
1013858
Compare
Choose a tag to compare

Enhancements:

  • [enhancement] Implement Continuous Delivery #43

New Features:

  • [feature] Show project in recent timer list #27

Bug Fixes:

  • [bug] Start Recent Timer with the same timer description #45

Full Changelog: v0.12.4...v0.13.0

v0.12.5-rc.134

16 Apr 03:03
0a0c96d
Compare
Choose a tag to compare
v0.12.5-rc.134 Pre-release
Pre-release

Enhancements:

  • [enhancement] Implement Continuous Delivery #43

Full Changelog: v0.12.4...v0.12.5-rc.134

v0.12.4

15 Apr 20:53
v0.12.4
abb4749
Compare
Choose a tag to compare

2022-04-15 Release

What's Changed

  • Adding support for Venu 2S by @staceb in #42
  • Added support for Venu 2 and Venu 2 Plus in 7a73d4c

New Contributors

Full Changelog: v0.12.3...v0.12.4

v0.12.3

05 Mar 01:39
v0.12.3
24905b7
Compare
Choose a tag to compare

2022-03-04 Release

Added Support for fenix 7, epix gen2. and FR945 LTE. (#40)

Full Changelog: v0.12.2...v0.12.3

v0.12.2

24 Oct 12:50
v0.12.2
96e183b
Compare
Choose a tag to compare

2020-10-24 Release

Enhancements:

  • [enhancement] Add package management using github cli #33
  • [enhancement] Support new devices #38

v0.12.1

07 Oct 03:42
v0.12.1
7ceb80d
Compare
Choose a tag to compare

2020-10-06 Release

No functional changes. Mostly just updates for automated delivery, unit tests, and improved CI for commits.

V0.12.0

23 Sep 13:05
v0.12.0
1cddc19
Compare
Choose a tag to compare

2020-09-23 Release

New Features

  • Added support for FR745
  • Added support for displaying the current active project (#26)

v0.11.1

09 Sep 17:01
v0.11.1
cd41926
Compare
Choose a tag to compare

2020-09-09 Bug Fix Release

Bug Fixes

  • Fix to handle getting rate limited by the API when performing a recent timer fetch

v0.11.0

09 Sep 11:54
v0.11.0
dccf305
Compare
Choose a tag to compare

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

05 Sep 23:13
v0.10.0
708995c
Compare
Choose a tag to compare

2020-09-05 Release

New Features

  • Added support for round touch screen devices (#17)
  • Added background update support (#19)

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