Skip to content

v3.15.0

Latest

Choose a tag to compare

@slack-cli-releaser slack-cli-releaser released this 13 Mar 22:24
· 55 commits to main since this release
35e1743

What's Changed

🚀 Enhancements

  • feat: normalize project directory names to kebab-case by @mwbrooks in #374
  • feat: add placeholder to app name prompt in create command by @mwbrooks in #370
  • feat: default manifest source to manifest.json for Bolt Framework projects by @mwbrooks in #395
  • feat: update 'app link' to not change the app manifest source by @mwbrooks in #396
  • feat(experiment): adds 'huh' dynamic forms to create command by @srtaalej in #362
  • feat(experiment): add 'sandbox list' to list developer sandboxes by @vegeris in #379

🐛 Bug Fixes

  • fix(python): output a warning for .venv activation errors by @mwbrooks in #368

📚 Documentation

🤖 Build

  • chore: ignore windows go build of project in version control by @zimeg in #357
  • build(deps): bump promiseofcake/circleci-trigger-action from 2.0.4 to 3.0.1 by @dependabot[bot] in #360
  • build(deps): bump golang.org/x/sys from 0.41.0 to 0.42.0 by @dependabot[bot] in #376
  • build(deps): bump github.com/charmbracelet/huh from 0.8.0 to 1.0.0 by @dependabot[bot] in #377
  • build(deps): bump golang.org/x/text from 0.34.0 to 0.35.0 by @dependabot[bot] in #386
  • build(deps): bump golang.org/x/mod from 0.33.0 to 0.34.0 by @dependabot[bot] in #387
  • build(deps): bump charm.land/lipgloss/v2 from 2.0.1 to 2.0.2 by @dependabot[bot] in #393

🧪 Testing/Code Health

  • build(deps): import indirect charm packages as required by @slack-cli-releaser[bot] in #359
  • refactor: remove logger from activity, manifest, datastore, auth, and app delete/uninstall by @mwbrooks in #364
  • refactor: remove logger from create command by @mwbrooks in #366
  • refactor: remove logger from install command by @mwbrooks in #367
  • refactor: remove internal/logger from platform run by @mwbrooks in #378
  • refactor: remove internal/logger from platform deploy by @mwbrooks in #384
  • chore(experiment): remove defaulted bolt and bolt-install experiments by @zimeg in #363
  • test: add test coverage for untested files by @mwbrooks in #388
  • test: increase test coverage in cmd/ and internal/[api | config | deputil] by @mwbrooks in #392

📦 Other changes

  • feat(charm): add lipgloss styling with Slack brand colors under charm experiment by @srtaalej in #365
  • test(charm): clean up and consolidate charm tests by @srtaalej in #390
  • fix: address lipgloss styling gaps by @srtaalej in #391

Full Changelog: v3.14.0...v3.15.0