|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [0.12.0] - 2021-07-04 |
| 4 | +### Added |
| 5 | +- Command `server`. Previously was a separate project named CaptainCore Dispatch which has now been merged here. |
| 6 | +- Command `configuration get` and `configuration sync` |
| 7 | +- Integration for [Fathom Analytics](https://usefathom.com/). Starting phase out support of Fathom Lite. |
| 8 | +- Revamped Fathom tracker.js |
| 9 | +- Delete accounts |
| 10 | + |
| 11 | +### Changed |
| 12 | +- Replaced underlying [Bash CLI](https://github.com/SierraSoftworks/bash-cli) framework with [Cobra](https://cobra.dev/). |
| 13 | +- Argument `--captain_id` is now `--captain-id` |
| 14 | +- Moved command `backup` to `backup generate` and organized backup related commands to `backup download`, `backup get`, `backup get-generate`, `backup list` and `backup list-generate`. |
| 15 | +- Moved command `quicksave` to `quicksave generate` and organized quicksave related commands to `quicksave file-diff`, `quicksave generate`, `quicksave rollback`, `quicksave show-changes`, `quicksave sync` and `quicksave usage-update`. |
| 16 | +- Moved command `site environment` commands to `environment` |
| 17 | +- Moved command `snapshot` to `snapshot generate` and organized snapshot related command to `snapshot fetch-link`. |
| 18 | +- Moved commands `copy-production-to-staging` and `copy-staging-to-production` to `site copy-to-production` and `site copy-to-staging`. |
| 19 | +- Command `site copy-to-staging` now uses a snapshot for improved deployments. |
| 20 | + |
3 | 21 | ## [0.11.0] - 2020-11-24 |
4 | 22 | ### Added |
5 | 23 | - Command `bulk` to provide standardized way of parallelizing commands. |
|
13 | 31 |
|
14 | 32 | ### Changed |
15 | 33 | - Remove runner commands `backup-runner`, `ssh-runner` and `sync-data-runner`. Implemented new `bulk` command for running commands in parallel. |
16 | | -- Handles Elementor database upgrades when running`update` script. |
| 34 | +- Handles Elementor database upgrades when running `update` script. |
17 | 35 | - Improved `migrate` script. Better feedback and minor order correction when applying new table prefix. |
18 | 36 | - Improved `launch` script to use the source domain and properly handle escaped URLs. |
19 | 37 | - Improved site monitor notifications. |
|
0 commit comments