Skip to content

Latest commit

 

History

History
216 lines (183 loc) · 25.4 KB

CHANGELOG.md

File metadata and controls

216 lines (183 loc) · 25.4 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

9.7.0 (2020-03-31)

Features

  • tracking: Change startup to match cpus (5420487)
  • vanity: Only request vanity url when needed (b5a7dff)

9.6.2 (2020-03-30)

Bug Fixes

  • startup: Revert large sharding (43f5ad9)

9.6.1 (2020-03-30)

Bug Fixes

  • client: Fix pinging roles and users (5475e2b)
  • requests: Group user requests properly (0942390)
  • startup: Respect large bot sharding (07d3418)

9.6.0 (2020-03-30)

Features

  • vanity: Cache urls to reduce requests (55d0560)

Bug Fixes

  • metrics: Fix remove user reaction requets (88b99fa)
  • ranks: Fix fetching roles too often (736b31b)

9.5.0 (2020-03-30)

Features

  • ic: Redirect interactiveConfig to webpanel (7576830)
  • requests: Add custom request handler (eb3adc7)

Bug Fixes

  • lockdown: Fix scheduled action description (6c29944)

9.4.1 (2020-03-26)

Bug Fixes

  • lockdown: Implement timeout (fd226e6)
  • promotion: Fix rank not found error (8beeeaf)

9.4.0 (2020-03-26)

Features

  • activity: Remove db stats (8d17416)
  • canvas: Change module for node v12 support (5c2a86d)
  • commands: Add channel info for errors (5371ffc)
  • console: Use chalk for colors (6a6135a)
  • docs: Insert new translations (00edc32)
  • i18n: Add missing strings (c7c0cae)
  • i18n: Add more missing translations (874255a)
  • i18n: Update translations (2313f42)
  • i18n: Update translations (e0f6dc8)
  • i18n: Update translations (0a7ac31)
  • i18n: Update translations (4806ef3)
  • i18n: Update translations & docs (dbfd144)
  • invites: Use cache for guild vanity URL (5a4f517)
  • join-roles: Add join roles config (1fb4b5f)
  • lockdown: Add lockdown command (8c8d286)
  • lockdown: Update messages (efa89f1)
  • mq: Remove gateway info (71b6faa)
  • premium: Add staff flag (5ca225c)
  • premium: Improve premium handling (23f54d6)
  • rabbitmq: Add more status stats (0c4b5a5)
  • rabbitmq: Add priority to restarts (f78c590)
  • rabbitmq: Add timestamp to gateway update (081d012)
  • reaction-roles: Add reaction roles (be67b2e)
  • scheduler: Add some logging (6e07e71)
  • services: Normalize services (9e07b8c)
  • startup: Add ticket system (cf01bc6)
  • status: Add more stats (ff878e5)
  • status: Add startup status info (63e3990)
  • status: Reduce data sent (a9c360e)
  • status: Track more events (d1ffd5d)
  • tracking: Track updates to channels & roles (68c564b)

Bug Fixes

  • clean: Remove emoji permission requirement (b941b73)
  • client: Remove user update (d26290d)
  • client: Track user update (0dab41e)
  • comands: Fix only loading first command (ea8c682)
  • db: Fix duplicate join (1b6faf3)
  • db: Fix find on all shards (4cd22f6)
  • db: Fix primary key constraint errors (a4e9427)
  • db: Fix saving premium (216c95b)
  • db: Rename db function for clarity (484262c)
  • db: Update scripts (1342d5d)
  • db: Use text columns for user data (d272fa0)
  • graph: Fix current day (76b3746)
  • graph: Fix graph (7437d74)
  • graph: Fix graph and add combined graph (e009c1a)
  • graph: More fixes (51325b0)
  • graph: Use start and end of day (36ecbd0)
  • i18n: Add missing english translations (587fcda)
  • i18n: Add missing string (49ef243)
  • info: Fix missing message (c066ea7)
  • invites: correctly use vanityURL cache (f766bda)
  • lockdown: Fix missing return (5ee3ea6)
  • lockdown: Require bot permissions (931395a)
  • members: Fix editing message (762297e)
  • members: Use cached members for efficiency (e5fe390)
  • messaging: Fix error while handling error (61112da)
  • moderation: Fix punishments (feb0f22)
  • music: Fix build error (17812bb)
  • permissions: Fix changing interactive config (7b33c08)
  • permissions: Fix output for @everyone role (0d1e58c)
  • premium: Check premium in intervals (7faeb03)
  • premium: Fix check url (69eed82)
  • premium: Fix permissions for premium command (d89baa2)
  • premium: Increase timeout (c60d4bb)
  • purge-until: Fix message handling (5649c0c)
  • rabbitmq: Fix status update (249e904)
  • ranks: Use text instead of varchar (2aa0e1c)
  • reaction-roles: Fix animated emojis (55186f8)
  • reaction-roles: Fix reaction on all messages (59cb7b8)
  • reactionRoles: Fix emoji mix-up (be5baa9)
  • scheduler: Fix unlocking channel not working (b09dfda)
  • soundcloud: Update client id (889bc70)
  • startup: Add some more color (34ce803)
  • startup: Fix returning ticket causing restart (1c61f26)
  • startup: Prepare for startup gates (bda4f86)
  • status: Clean up status report (3d6c857)
  • status: Fix startup time. Add state (e3e390a)
  • status: Only send relevant info (8a899c2)

9.3.0 (2020-03-24)

Features

  • activity: Remove db stats (8d17416)
  • commands: Add channel info for errors (5371ffc)
  • i18n: Add missing strings (c7c0cae)
  • i18n: Add more missing translations (874255a)
  • i18n: Update translations (0a7ac31)
  • i18n: Update translations (4806ef3)
  • i18n: Update translations (e0f6dc8)
  • i18n: Update translations & docs (dbfd144)
  • invites: Use cache for guild vanity URL (5a4f517)
  • join-roles: Add join roles config (1fb4b5f)
  • lockdown: Add lockdown command (8c8d286)
  • lockdown: Update messages (efa89f1)
  • mq: Remove gateway info (71b6faa)
  • premium: Add staff flag (5ca225c)
  • premium: Improve premium handling (23f54d6)
  • rabbitmq: Add more status stats (0c4b5a5)
  • rabbitmq: Add timestamp to gateway update (081d012)
  • reaction-roles: Add reaction roles (be67b2e)
  • scheduler: Add some logging (6e07e71)
  • services: Normalize services (9e07b8c)
  • startup: Add ticket system (cf01bc6)
  • status: Add more stats (ff878e5)
  • status: Add startup status info (63e3990)
  • status: Reduce data sent (a9c360e)
  • status: Track more events (d1ffd5d)
  • tracking: Track updates to channels & roles (68c564b)

Bug Fixes

  • clean: Remove emoji permission requirement (b941b73)
  • client: Remove user update (d26290d)
  • client: Track user update (0dab41e)
  • db: Fix duplicate join (1b6faf3)
  • db: Fix find on all shards (4cd22f6)
  • db: Fix primary key constraint errors (a4e9427)
  • db: Fix saving premium (216c95b)
  • db: Rename db function for clarity (484262c)
  • db: Update scripts (1342d5d)
  • db: Use text columns for user data (d272fa0)
  • graph: Fix current day (76b3746)
  • graph: Fix graph (7437d74)
  • graph: Fix graph and add combined graph (e009c1a)
  • graph: More fixes (51325b0)
  • graph: Use start and end of day (36ecbd0)
  • i18n: Add missing english translations (587fcda)
  • i18n: Add missing string (49ef243)
  • info: Fix missing message (c066ea7)
  • invites: correctly use vanityURL cache (f766bda)
  • lockdown: Fix missing return (5ee3ea6)
  • lockdown: Require bot permissions (931395a)
  • members: Fix editing message (762297e)
  • members: Use cached members for efficiency (e5fe390)
  • messaging: Fix error while handling error (61112da)
  • moderation: Fix punishments (feb0f22)
  • music: Fix build error (17812bb)
  • permissions: Fix changing interactive config (7b33c08)
  • permissions: Fix output for @everyone role (0d1e58c)
  • premium: Check premium in intervals (7faeb03)
  • premium: Fix check url (69eed82)
  • premium: Fix permissions for premium command (d89baa2)
  • premium: Increase timeout (c60d4bb)
  • purge-until: Fix message handling (5649c0c)
  • rabbitmq: Fix status update (249e904)
  • ranks: Use text instead of varchar (2aa0e1c)
  • reaction-roles: Fix animated emojis (55186f8)
  • reaction-roles: Fix reaction on all messages (59cb7b8)
  • reactionRoles: Fix emoji mix-up (be5baa9)
  • scheduler: Fix unlocking channel not working (b09dfda)
  • soundcloud: Update client id (889bc70)
  • startup: Add some more color (34ce803)
  • startup: Fix returning ticket causing restart (1c61f26)
  • startup: Prepare for startup gates (bda4f86)