Skip to content

v0.12.0

Compare
Choose a tag to compare
@Xieyt Xieyt released this 22 Mar 10:43
· 108 commits to main since this release
eed1be5

Enhancements

  • shell command now opens directly in frappe-bench directory. Fixes #102.
  • remove restart: always from all sites docker-compose.yml. Fixes #136.
  • Add auto-completion for sitenames in commands where required. Fixes #138.
  • code command now supports --work-dir flag which defaults to/workspace/frappe-bench. Fixes #141.
  • Auto detect sitename when in respective sites directory i.e when user is in ~/frappe/sites/test.localhost and user runs fm shell it will directly run shell for that site. Fixes #138.
  • Introduces --force flag to start command to force recreate containers while starting the site.

Bug Fixes

  • Sync vscode settings like python.defaultInterpreter etc.
  • App installation when using -a flag in create command.
  • create comand not working when offline for prebaked apps.
  • Encoding issue in logs command. Fixes #137.

Maintenance

  • Improve exception handling along with refactor, cleanup code and update documentation.
  • Update local image build script.