Skip to content

Releases: JoeyStrandnes/Arduino-Toggl-API

ESP32 HTTPS conection fix

Choose a tag to compare

@JoeyStrandnes JoeyStrandnes released this 15 Mar 19:54

Changes

  • Fixed HTTPS compatibility issue with Arduino ESP32 v1.0.5

Special thanks to @kcranky for his contribution!

Updated fingerprint and easier access to the default API address

Choose a tag to compare

@JoeyStrandnes JoeyStrandnes released this 09 Mar 10:52

Changes

  • Fingerprint updated valid until 22/04-2021
  • Added a global variable for the default API address. (BaseUrl)

Special thanks to @kcranky for his contribution!

Minor changes and cleaned up some code.

Choose a tag to compare

@JoeyStrandnes JoeyStrandnes released this 22 Oct 12:37

Minor release

Added a basic example for creating a time entry

Choose a tag to compare

@JoeyStrandnes JoeyStrandnes released this 20 Oct 17:23

Changes

  • Added a basic example for creating a time entry.

  • Cleaned up the other examples.

Added "advanced button" example, minor code changes and updated docs

Choose a tag to compare

@JoeyStrandnes JoeyStrandnes released this 11 Oct 14:04

Changes

  • Added function "getTimerID" gets the timer ID of running timer
  • Added example for a more advanced timer button.
  • Updated docs and cleaned them up.

Code improvements and additional functionality.

Choose a tag to compare

@JoeyStrandnes JoeyStrandnes released this 03 Oct 12:28
2abee20

Added features and optimized code.

New

  • getWorkSpace
  • getProject
  • getTimerDuration
  • isTimerActive
  • code optimization

Minor changes to initiation and library manager syntax

Choose a tag to compare

@JoeyStrandnes JoeyStrandnes released this 31 Aug 18:23

Changelog

  • Fixed library manager dependency issue
  • Added missing "KEYWORD2" highlighting for getTimezone() function
  • Changes initiation of WIFI to a more uniformed initiation between ESP8266 and ESP32
  • Updated README.md according to the changes

Works on ESP32 and ESP8266

Choose a tag to compare

@JoeyStrandnes JoeyStrandnes released this 26 Aug 11:27

ESP32 & ESP8266 support

Added

  • GET user data
  • Start & Stop time entries
  • Create time entries
  • Support for ESP32 & ESP8266
  • Compatible with the Arduino library formatting