Skip to content

Commit 9b70e75

Browse files
committed
πŸš€ RELEASE: Version 0.12.0
1 parent a88453c commit 9b70e75

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

β€Žchangelog.mdβ€Ž

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

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+
321
## [0.11.0] - 2020-11-24
422
### Added
523
- Command `bulk` to provide standardized way of parallelizing commands.
@@ -13,7 +31,7 @@
1331

1432
### Changed
1533
- 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.
1735
- Improved `migrate` script. Better feedback and minor order correction when applying new table prefix.
1836
- Improved `launch` script to use the source domain and properly handle escaped URLs.
1937
- Improved site monitor notifications.

0 commit comments

Comments
Β (0)