From 72f90667008ab906efa698c053026c399eaef759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaros=C5=82aw=20Zywert?= Date: Sat, 23 Mar 2024 17:11:21 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b739f02..c8d8bec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,9 +14,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - `grey` is for weekends by default - calendar also shows currently log time against estimated work hours for whole month - error modal for nicer error display in `gojira worklogs` +- loader modal for handling http requests in `gojira worklogs` ### Changed - refactor pass which cleans up a bit ui functions +- app time is based on the UTC instead of local time - it's a tentative fix for near midnight scenarios +- extracted Jira & Tempo API calls to separate packages + +### Fixed +- Mostly `gojira worklogs` fixes: + - UI is now based on grid instead of flex - should be more responsive + - Rearrange UI elements for better readability ## [0.3.1] - 2022-03-09 ### Changed