Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

77 lines (42 loc) · 1.18 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.3.0] - 2024-06-17

Added

  • Added GetLinks method to app services

Fixed

  • Fixed caching mechanism

[1.2.1] - 2023-11-02

Changed

  • Rename subtitle to details in events
  • Make details in events required

[1.2.0] - 2023-10-30

Added

  • Added caching mechanism for events, projects and kts

[1.1.1] - 2023-10-19

Changed

  • Make subtitle in events optional
  • Make subtitle in projects optional

[1.1.0] - 2023-10-19

Added

  • Added labels to events
  • Added button with link to event

Changed

  • Rename go package to github.com/fuks-kit/app_services
  • Update dependencies
  • Update cli cmd

[1.0.3] - 2023-10-16

Changed

  • Sort events by date

Fixed

  • Fix date parsing issue

[1.0.2] - 2023-10-16

Fixed

  • Fix locale issue that prevented event parsing

[1.0.1] - 2023-10-15

Fixed

  • Fix Google service account credentials

[1.0.0] - 2023-10-15

Added

  • Initial release