Skip to content

Latest commit

History

History
276 lines (154 loc) 路 6.55 KB

CHANGELOG.md

File metadata and controls

276 lines (154 loc) 路 6.55 KB

v3.6.0

2024.02.18

v3.5.2

2023.08.16

  • 馃悶 fix: return issue-assignees in the correct output field for get-issue. #163 @misund

v3.5.1

2023.07.27

  • 馃拕 perf: inactive-mode support issue-created comment-created.

v3.5.0

2023.07.19

  • 馃殌 feat: support inactive-mode. Optional comment, which will check the last comment update time. #158

v3.4.0

2023.02.06

v3.3.3

2022.11.13

v3.3.2

2022.10.21

  • 馃拕 chore: update @actions/core version. #125 @wjz304

v3.3.1

2022.10.19

  • 馃悶 fix: body null case. #123

v3.3.0

2022.09.02

  • 馃殌 feat: add get-issue. #114

v3.2.1

2022.08.31

  • 馃悶 fix: mark-duplicate labels invalid. #116

v3.2.0

2022.08.26

  • 馃殌 feat: add $exclude-empty for exclude-labels. #112
    • When set to include $exclude-empty, no label issue can be excluded

v3.1.0

2022.08.09

  • 馃殌 feat: add reason for closing issue. #110 @Xhofe

v3.0.1

2022.08.01

  • 馃悶 fix: check will undefined.

v3.0.0

2022.02.15

  • 馃殌 New Feature
    • mark-assignees: Comment quick settings assignees
    • find-issues: Conditional query current warehouse issues
  • 馃悶 Bug Fix
    • Fixed find-comments return result direction not working
    • Fix lock-issues lock and comment order issue
  • 馃洜 Refactor
    • contents renamed to easy-to-understand emoji
    • issue-emojis renamed to issue-emoji
    • deleteComment updateComment no longer supports out-comments, keeping pure functionality
    • Remove title body default
    • month-statistics is removed

v2.5.0

2021.10.19

  • 馃殌 feat: add thanks.

馃悾 This will be the last version of 2.x, 3.x is under development.

v2.4.3

2021.09.13

  • 馃殌 feat: default number support issue-comment. #90

v2.4.2

2021.09.06

  • 馃悶 fix: doRemoveLabels when has no label. #88

v2.4.1

2021.09.05

  • 馃悶 fix: remove labels define error. #86

v2.4.0

2021.08.15

  • 馃殌 feat: support custom repo. #83
  • 馃殌 feat: support default issueNumber get from context. #81
  • 馃悶 fix: action run async. #79

v2.3.1

2021.08.09

  • 鈿★笍 refactor: extract exclude-labels array to outer scope. #75 @meteorlxy

v2.3.0

2021.08.09

  • 馃殌 feat: add exclude-labels for check-inactive close-issues lock-issues. #74

v2.2.1

2021.03.21

  • fix: list comment page lost in find-comments. #66

v2.2.0

2021.03.21

  • feat: Added title-excludes parameter to check-issue. #65

v2.1.2

2021.02.19

  • feat: update/delete comment support find-comments out. #63

v2.1.1

2021.02.03

  • fix: api request limit. #57
  • chore: add catch. #59

v2.1.0

2021.02.02

  • feat: add create-label. #54

v2.0.0

2021.01.26

  • refactor: add require-permission default. #51

v1.12

It will be the last version of 1.x

2021.01.26

  • feat: add require-permission. #46 #48
  • feat: add lock-reason. #49

v1.11

2021.01.14

  • feat: add question mark duplicate. #38
  • perf: expand duplicate action. #40

v1.10

2021.01.12

  • fix: duplicate labels set. #36

v1.9

2021.01.11

  • feat: add random to. #35

v1.8

2021.01.07

  • #31
    • refactor: split content
    • feat: add remove-labels for duplicate
    • docs: optimize website

v1.7

2021.01.02

  • #27
    • feat: add month-statistics
    • fix: query issues less because pages max 100
    • fix: js nested require

v1.6

2020.12.30

  • perf: optimize duplicate. #24

v1.5

2020.12.30

  • feat: add mark-duplicate. #23

v1.4

2020.12.29

  • fix: perfect inactive-day check. #22

v1.3

2020.12.28

  • feat: add welcome. #19

v1.2

2020.12.25

  • feat: add check-issue & remove labels. #12

v1.1

2020.12.24

  • fix: yml not support array. #11

v1

2020.12.23

馃帀 First release.