From 2a7bfe9d9bfc8edc082fbb7541100309bf1c632c Mon Sep 17 00:00:00 2001 From: Michael Marchetti Date: Tue, 23 Jan 2024 10:44:36 -0500 Subject: [PATCH] changelog for 1.0.alpha2 --- CHANGELOG.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11bddf32c..4b0a20ab3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,4 +5,33 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.0.alpha2] + +### Added +- VSCode extension package includes the publisher binary (#737) +- `publisher init` recognizes Quarto projects (jupyter and markdown engines only) (#814) +- `publisher init` recognizes Bottle and Pycnic apps as WSGI/Flask variants (#794) +- `publisher init` creates a .positignore file (#764) +- UI automatically sets light/dark mode based on the selected VSCode theme (#796) +- Deployment details page shows configuration changes since last deployment (#783) +- Deployment history includes the URLs where the deployed content can be accessed (#742), error information if the deployment failed (#747), and the date/time the deployment was created (#639, #836, #839) + +### Changed +- Require the user to choose an account, if they have more than one (#636) +- Use CONNECT_SERVER and CONNECT_API_KEY environment variables if they are defined and no account is selected (#722) +- Deployment names in the UI are now case-insensitive (#808) +- Record new deployments immediately, instead of waiting until Deploy is clicked (#773, #775, #776, #777) + +### Fixed +- Improve UI navigation, especially when going back or viewing progress/logs (#788, #824) +- Enable copy/paste in the VSCode publisher window (#612) +- Enable command palette in the VSCode publisher window (#633) +- Enable clickable links in the VSCode publisher window (#589, #609, #759) +- Improve messages for TOML parsing/validation errors (#631) + +### Removed +- Light/dark mode selection menu when running in VSCode (#804) + +## [1.0.alpha1] + +Initial release.