Skip to content

Releases: rtCamp/Frappe-Manager

v0.16.0

29 Jun 09:52
63e927e
Compare
Choose a tag to compare

What's Changed

Features

Bug Fixes

  • Fix code command not running Frappe server when opened for very first time by @Xieyt in #216
  • Fix correct env flag in e2e script by @Xieyt in #217

Full Changelog: v0.15.0...v0.16.0

v0.15.0

25 Jun 14:08
2f2af4e
Compare
Choose a tag to compare

Features:

  • Make Bench's Nginx Config Fully User Editable #206
  • Add examples for all commands #189
  • Move bench creations operation from docker entrypoint/script to cli #200

Enhancements:

  • Fix bench restart in production env #200
  • Remove duplicate backups of workers supervisor conf #200
  • Check docker images before creation/start of site #200
  • Add current site name in zsh prompt( fm shell ) #200
  • #208

Bug Fixes:

  • Fix backup of workers in bench #209
  • Fix correct tag push for docker images #190
  • Fix http01 challenge functionality and tag Docker images with specific versions #199
  • Fix bench restore not working #198

v0.14.0

29 May 10:09
127af3e
Compare
Choose a tag to compare

What's Changed

New Contributors

v0.13.4

15 May 11:35
0a51c1b
Compare
Choose a tag to compare

Bug Fix:

  • Fixes the issue where fm fails to correctly detect the successful start of supervisord in the Frappe container #175.

v0.13.3

10 May 14:21
901f0e1
Compare
Choose a tag to compare

What's changed:

  • Fix migration executor logic for failed benches during migration #170.
  • Now on every migration db backup is also taken and backup directory is moved from the CLI root directory / backups to the specific bench root directory / backups dir #173.
  • Fix code command --force-start flag #174.
  • Fix create command --template flag #174.

v0.13.2

29 Apr 17:18
a3aeb0a
Compare
Choose a tag to compare

Bug Fix

  • Fixes fm_headers.conf not found #165.

v0.13.1

25 Apr 19:57
c01741a
Compare
Choose a tag to compare

What's Changed

  • Add X-Powered-By header in global-nginx-proxy.
  • Fixes Mailhog default mail server error.
  • Fixes admin tools not properly starting up.
  • Force recreate containers after adding new mounts.

v0.13.0

25 Apr 12:24
b0270a2
Compare
Choose a tag to compare

Features

  • Introduce bench_config.toml for bench stack configuration management. #158
  • Introduce update command for updating configuration of bench env. #15
  • Support flag --environment <prod/dev> in create and update command. #15
  • Support flag --developer-mode <enable/disable> in create and update command. #15
  • Support flag --admin-tools <enable/disable> in create and update command. #15
  • Introduce command fm ssl for managing ssl related operations. #15

Enhancements

  • Fix naming of sites to bench #155

v0.12.0

22 Mar 10:43
eed1be5
Compare
Choose a tag to compare

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.

v0.11.0

29 Feb 11:45
0c39c54
Compare
Choose a tag to compare

Features

  • Creation of website with any Fully Qualified Domain Name (FQDN). #113
  • Gives user ability to sync the vscode debugger configuration files using flag --debugger in fm code <site>. #108
  • Prebaked Frappe bench for faster fm site creation. #114

Enhancements

  • Provide stable branch app mapping for frappe verse apps.
  • Support for public GitHub frappe apps in fm create command in flag --apps/-a.
  • Improved app validation error messages for better clarity.

Bug Fixes

  • Fix bench restart properly not killing child processes.