Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 2.78 KB

CHANGELOG.md

File metadata and controls

55 lines (30 loc) · 2.78 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.

[Unreleased]

⛰️ Features

  • Add credential configuration through TUI - (41d54be)
  • Add nerd stats bar to display the current list of api calls being made - (347e97a)
  • Add openapi spec generation, issue transition using t keycode and couple of bug fixes - (fb515b1)

🐛 Bug Fixes

  • (ui) Change keybindings to better ones and add logo during login screen - (93f1b1)

🐛 Bug Fixes

  • Fix selection of issue - (1a51ebd)

⚙️ Miscellaneous Tasks

  • (gha) Add GH token to checkout step of release job - (3e78086)

[0.1.0]

⛰️ Features

  • Add loading config file from /home/ directory - (715b53b)
  • Add Issue detail page and some interactions - (155e162)
  • Implemented list selection and mesage passing to parent component when ListItem is selected - (9625f4f)
  • Basic ratatui having jira issue listing capability - (6f89653)

🐛 Bug Fixes

  • Proper issue navigation in issue list - (de9bbe3)

⚙️ Miscellaneous Tasks

  • (docs) Add README.md - (b736874)
  • (gha) Split release and pr creator into two parts and add cargo-dist - (e461dbb)
  • (gha) Add release-plz rlease and release-pr github actions - (8abb568)