Skip to content

Releases: Androz2091/scratch-for-discord

1.7.0

28 Apr 12:56
Compare
Choose a tag to compare

Fixed

  • Use field name instead of field translation for embed block mutator. (d508d6e)

Dependencies

  • Bump bootstrap-vue from 2.12.0 to 2.13.0 (ccafb61)

1.6.0

27 Apr 18:30
Compare
Choose a tag to compare

Added

  • Add google analytics support. (4f8e2b4)

Fixed

  • Update the way to check if the bot is running in the browser. (23f285f)
  • Update check to detect output block type. (866a591)
  • Fix a syntax error when using the block to add a role. (1510450)
  • Fix add role and remove role block by using the cache property to access cached roles. (6f79eae)

Dependencies

  • Bump vuex from 3.2.0 to 3.3.0 (#21)
  • Bump vue-i18n from 8.17.3 to 8.17.4 (#22)

1.5.0

26 Apr 13:18
Compare
Choose a tag to compare

⚠️ Breaking changes

  • Remove number of boosts of server block. (c7862fa)

Added

  • Add block to check if a member is a bot. (#19)
  • Add block to get the boost level of a server. (#10)
  • License added. (8a09e12)
  • Add shadow blocks for starts with block. (f37dbf5)
  • Add command parsing example. (a9563be)
  • Add database blocks. (51f3ac5, 5d04641)
  • Add leaves blocks. (50f4a7f)
  • Add leveling system example. (4b4a89c)
  • Add a block to wait before executing the next action. (046be98)
  • Add meta description. (1367415)
  • Add website theme color. (2895190)
  • Add documentation link. (4f8e2b4)

Fixed

  • Check if output connection block has a type defined. (ed1f30a)
  • Update project name in package.json file. (7ddcb67).
  • Update check for output connection. (825b31e)
  • Fix block to change bot's activity. (955f598)

Changed

  • Move member has permission block in the "Members" category. (b86ac7a)

1.4.0

21 Apr 09:56
Compare
Choose a tag to compare

Added

  • Add shadow block for reaction block. (43b8f4a)

Hotfix

1.3.0

20 Apr 18:10
Compare
Choose a tag to compare

Added

  • New blocks to detect added/removed reactions. (0cd3e47)
  • New block to get the ping of the bot. (d2a576f)
  • New block to set the game for the bot. (1307d03)
  • New block to get the bot server count. (a327a87)
  • New block to get the owner of a server. (123cbc7)
  • New blocks to get informations about a member. (#12)
  • New block to add a reaction to a message. (#17)

Fixed

1.2.0

18 Apr 08:52
Compare
Choose a tag to compare

Added

  • New block to get server boost count (b815348)
  • New block to await messages (96f1efa)
  • New hasparent type for restrictions (2e94959)
  • Add some shadow blocks (35587ca)

Fixed

  • Accepts only .s4d files for input from the "Open file" button (9daf37e)

Dependencies

  • discord.js bumped from 12.1.1 to 12.2.2 (0ed5748)

1.1.1

17 Apr 09:00
Compare
Choose a tag to compare

Fixed

  • Embed block now accepts variables. (41a2305)

Dependencies

  • vue-i18n bumped from 8.17.0 to 8.17.1 (cdd4c86)

1.1.0

16 Apr 08:03
Compare
Choose a tag to compare

Added

Fixed

  • Fix bug with type checks (3ae0c5d)
  • Fix get channel block and use cache (c3a16a7)

Changed

  • Block colors are now more consistent (40bc6a0)

1.0.0

14 Apr 09:38
Compare
Choose a tag to compare
  • Add basic blocks
  • Add navigation bar
  • Add run modal
  • Add code modal
  • Add export/import support for .s4d files
  • Add project export to a .zip file
  • Add restrictions
  • Add multi-language support
  • Add examples
  • Add editable project name button