Skip to content

Releases: blake-mealey/mantle

v0.11.7

22 Feb 16:11
Compare
Choose a tag to compare

Replaces the deprecated create, update, and list developer product endpoints with their replacements. Please update Mantle to 0.11.7 to fix failures when managing developer products.

Full Changelog: v0.11.6...v0.11.7

v0.11.6

30 Dec 22:43
Compare
Choose a tag to compare

What's Changed

Features

  • support dotenv files and prefixed AWS creds (closes #169)
  • improve error messages for place file too large (closes #172)
  • use replacement API for subset list developer products endpoint (closes #144)
  • use new upload developer product icon endpoint (closes #165)
  • use new endpoint to create game passes

Fixes

  • fix asset permissions only being granted for initial creation and not re-creation (closes #171)

Full Changelog: v0.11.5...v0.11.6

v0.11.5

23 Nov 21:15
Compare
Choose a tag to compare
  • Automatically grant new audio assets permission to the target experience (closes #166)

Full Changelog: v0.11.4...v0.11.5

v0.11.4

14 Nov 04:03
Compare
Choose a tag to compare

What's Changed

  • Added support for enabling/disabling spatial voice (see docs)
  • Updated to use sunset replacement API for retrieving game passes
  • Updated to use sunset replacement API for creating experiences
  • Improved some error messages

Full Changelog: v0.11.3...v0.11.4

v0.11.3

19 Aug 03:20
Compare
Choose a tag to compare

What's Changed

  • Finds ROBLOSECURITY cookies from Roblox Studio installations after recent change to where Roblox Studio saves the cookies

Full Changelog: v0.11.2...v0.11.3

v0.11.2

17 Jun 23:03
Compare
Choose a tag to compare

What's Changed

  • Fixes #148 (Updating game pass icons does not work)

Full Changelog: v0.11.1...v0.11.2

v0.11.1

13 Mar 19:54
Compare
Choose a tag to compare
v0.11.1 Pre-release
Pre-release

What's Changed

This version adds two main features:

  • New mantle state commands for downloading and uploading state files and the option to change the key used for local state files
  • Support for the recent badge and audio pricing and quotas changes

PRs:

Full Changelog: v0.11.0...v0.11.1

v0.11.0

01 Feb 03:04
Compare
Choose a tag to compare
v0.11.0 Pre-release
Pre-release

⚠️ Breaking changes ⚠️

What's Changed

Full Changelog: v0.10.8...v0.11.0

Migrating from 0.10.x

  1. Rename environments.*.name to environments.*.label
  2. Rename environments.*.overrides to environments.*.targetOverrides
  3. Move target.experience.configuration.icon to target.experience.icon
  4. Move target.experience.configuration.thumbnails to target.experience.thumbnails
  5. Replace target.experience.configuration.paidAccessPrice with new format:
# disabled
target:
  experience:
    configuration:
      paidAccess: disabled
# enabled with price
target:
  experience:
    configuration:
      paidAccess:
        price: 50
  1. Replace target.experience.configuration.privateServerPrice with new format:
# disabled
target:
  experience:
    configuration:
      privateServers: disabled
# enabled with price
target:
  experience:
    configuration:
      privateServers:
        price: 50
# free
target:
  experience:
    configuration:
      privateServers: free

v0.10.8

16 Jan 23:22
Compare
Choose a tag to compare
v0.10.8 Pre-release
Pre-release

What's Changed

Full Changelog: v0.10.7...v0.10.8

v0.10.7

16 Jan 00:09
Compare
Choose a tag to compare
v0.10.7 Pre-release
Pre-release

What's Changed

Full Changelog: v0.10.6...v0.10.7