Skip to content
This repository was archived by the owner on Aug 24, 2019. It is now read-only.

Latest commit

 

History

History
191 lines (87 loc) · 7.93 KB

CHANGELOG.md

File metadata and controls

191 lines (87 loc) · 7.93 KB

1.31.3 (2019-07-29)

Bug Fixes

  • voting: Fixed fetching vote channel on init (f078f6f)

1.31.2 (2019-06-24)

Bug Fixes

  • discussion: Fixed invite link in embed (bbbc43b)

1.31.1 (2019-06-22)

Bug Fixes

  • vote: Skip vote message if application denied (c52c714)

1.31.0 (2019-06-22)

Features

1.30.1 (2019-05-12)

Bug Fixes

  • approving: Wrap the fetching of invite in a trycatch in case the requestee didn't give a permanent one (ef6fa42)

1.30.0 (2019-05-12)

Bug Fixes

  • approving: Moved welcome message outside embed so the mentions resolve (c44cc97)

Features

  • approving: Added guild icon & name to welcome message (e48f3f0)

1.29.0 (2019-05-09)

Features

  • approving: Automatically add requestee as representative and member once their application passes (ab6a9c4)
  • approving: Welcome server representative/owner once their vote has passed (da0e7d6)

1.28.3 (2019-03-08)

Bug Fixes

  • claim: Support all the available invite formats (#5) (940650d)

1.28.2 (2019-02-27)

Bug Fixes

  • commands: Adding alias for role colour (acc06d3)
  • Merge: github.com:DiscordHotline/application-plugin (d54c466)

1.28.1 (2019-02-25)

Bug Fixes

  • color: Removing hex shorthand (74ad574)
  • roleName: Fixing error message for bad name (d6aa715)

1.28.0 (2019-02-25)

Bug Fixes

  • tests: Fixing peer dependencies (8d2134d)
  • tests: Fixing peer dependencies (4cbbbae)
  • tests: Fixing peer dependencies (c50f2c9)
  • tests: Fixing peer dependencies (0d074f9)

Features

  • commands: New Role Management commands (0b0dc3d)

1.27.1 (2019-02-24)

Bug Fixes

  • approveOrDeny: Add member role if missing (504f7ea)

1.27.0 (2019-02-20)

Features

  • leaveBadGuilds: Add server owner to notification (df687ee)

1.26.0 (2019-02-14)

Bug Fixes

  • Errors: Potential fix for incorrect stacktrace (597bcab)

Features

  • updateGuildListCommand: Added simple ok reaction (45c5dc8)

1.25.2 (2019-02-14)

Bug Fixes

  • updateServerList: Sort existing messages by date (f091b0f)

1.25.1 (2019-02-14)

Bug Fixes

  • approve/deny: Moved app msg update to approveOrDeny function (fee06fe)

1.25.0 (2019-02-11)

Features

  • UpdateCommand: Command to update application message (17d5c8d)

1.24.2 (2019-02-11)

Bug Fixes

  • checkApplication: Update application message after finishing vote (b12c59a)

1.24.1 (2019-02-11)

Bug Fixes

  • approve: Fix for role id not being saved (0ea5a55)

1.24.0 (2019-02-11)

Features

  • applicationEmbed: Added color to the embed that changes depending on the vote status (d37262d)

1.23.0 (2019-02-09)

Features

  • listUpdateCommand: Added command to manually trigger a server list update with (ab5b184)
  • pluginConfig: Added dividerRole & serverListChannel (d70106b)
  • updateServerList: Automatically update server list (9d03f21)

1.22.0 (2019-02-09)

Features

  • leaveBadGuilds: Disabled automatic leaving for now and just send a notification instead (1f4b522)
  • leaveBadGuilds: Removed importing roles as it's not needed anymore (b373556)

1.21.0 (2019-02-09)

Features

  • approval: Automatically add/remove the appropriate roles if applicant is already a member (338c550)

1.20.1 (2019-02-09)

Bug Fixes

  • release: Fixing semantic-release (e655fd4)