Skip to content

Releases: utkuufuk/habit-service

v1.0.0

16 May 21:00
Compare
Choose a tag to compare

Changelog

v0.4.1

30 Apr 23:03
Compare
Choose a tag to compare

Changelog

  • b11007a fix bug where card object was accessed before being decoded

v0.4.0

30 Apr 22:42
Compare
Choose a tag to compare

Changelog

  • 4873b9a skip CI for releases
  • b656ddd Automatically update all scores upon marking a habit (#20)

v0.3.0

30 Apr 11:55
c942be8
Compare
Choose a tag to compare

Changelog

  • c942be8 Allow configuring a skip-list for progress reports (#19)
  • 76a06f9 fix minor mistake in .env.example

v0.2.0

26 Apr 22:47
6ab8545
Compare
Choose a tag to compare

Changelog

v0.1.0

19 Apr 19:11
b5ba256
Compare
Choose a tag to compare

Changelog

  • b5ba256 Dockerize (#15)
  • e520114 Reset task upon POST request from entrello (#12)
  • f15d8c9 allow POST requests but don't do anything with them yet
  • 82a71ae fix env config bug
  • 39b0c9c Switch to Heroku (#10)
  • 14eb228 fix mistake in readme & polish
  • 7fe79d9 Generate progress reports in PNG format & send via Telegram (#8)
  • 74f99c9 improve error handling
  • 4328537 fix bugs in glados command parsing & error response handling
  • 467fbef fix response structure of glados command handler
  • 96e83f6 Create endpoint to generate a simple progress report (#6)
  • 14e279d fix bug
  • 6c4c9ff Remove the unused row for durations from the spreadsheet layout (#4)
  • 6084faf update entrello endpoint & disallow invalid HTTP methods
  • d099064 Replace Kafka command handler with HTTP endpoint (#2)
  • 8b0cc9d get rid of console log
  • 9dac4ac fix habit score updating bug
  • 78b38dd Listen to Glados commands to mark habits (#1)
  • 9118b90 do not depend on "label" from request body
  • 23b33cb fix dockerfile & readme
  • ae16fd9 fix config.example.yml
  • f4781e8 fix readme
  • 4b8e59f fix gofmt issues
  • 1bfa118 initial commit