Skip to content

Releases: fivexl/magic-button

v0.2.0

01 Dec 12:01
4a18c26
Compare
Choose a tag to compare

What's Changed

  • write report.json with approval info by @cageyv in #2

Full Changelog: v0.1.1...v0.2.0

v0.1.1

07 Jan 11:00
Compare
Choose a tag to compare
  • Minor correction - missing format string resulting in not expanded variable

Full Changelog: v0.1.0...v0.1.1

v0.1.0

06 Jan 15:59
71191d8
Compare
Choose a tag to compare

What's Changed

  • Confirm cancel action since some users reported clicking wrong cancel by mistake
  • Post diff for every branch as a separate block and control blocks length to avoid issues due to slack block text length limit
  • Updated test scripts and added linters
  • moved to 0.1.0 since project seems to be stable enough

Full Changelog: v0.0.8...v0.1.0

v0.0.8

30 Nov 13:00
a9d1562
Compare
Choose a tag to compare

What's Changed

  • truncate diff_info to prevert slack api error by @cageyv in #1

New Contributors

  • @cageyv made their first contribution in #1

Full Changelog: v0.0.7...v0.0.8

v0.0.7

01 Oct 09:34
33fc7d7
Compare
Choose a tag to compare
  • fix Slack API error msg_too_long
  • Truncate messages longer than 2900 characters
  • UDP: Please use v0.0.8 for solving Slack API error msg_too_long

v0.0.6

15 Sep 13:43
746fcf4
Compare
Choose a tag to compare
  • PRODUCTION_BRANCH -> PRODUCTION_BRANCHES to handle situations when there are more than one production branch
  • use emoji to attract attention to the email suggestion
  • exit with code 100 when a user cancels the request and with code 200 for timeout
  • suggest setting matching emails
  • do not wrap emails in <@...> since it only works for slack ids

v0.0.5

14 Sep 11:28
de42a68
Compare
Choose a tag to compare
  • post message after message is deleted by timeout + fixes
  • post ephemeral message for a user after user cancels a request
  • split the message into multiple blocks and only save details when approved

v0.0.3

13 Sep 04:58
574b448
Compare
Choose a tag to compare
delete message on cancel

Signed-off-by: Andrey Devyatkin <[email protected]>

v0.0.2

10 Sep 17:50
cd5f210
Compare
Choose a tag to compare
generate_time_based_message: timezone fix

v0.0.1

10 Sep 16:15
e1f6a04
Compare
Choose a tag to compare
ci: init 0x0