You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -139,4 +139,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
139
139
- deploy cli config.json placed next to tenant.yml will be merged into deploy configuration.
140
140
141
141
### Changed
142
-
- reverted to auth0 v2.42.0
142
+
- reverted to auth0 v2.42.0
143
+
144
+
## [1.4.2] - 2023-04-19
145
+
### Added
146
+
- Support for Codespaces added so that when the registered command `openEndpointByName` is used, it resolves the correct URL for apps launched in the Codespaces environment.
- Support for writing more than one app config to a single `.env` without overwriting values
152
+
- Added runtime-specific replacement values for tenant configuration from yaml: `CODESPACE_NAME` (same as defined [here](https://docs.github.com/en/codespaces/developing-in-codespaces/default-environment-variables-for-your-codespace)) and `AUTH0_DOMAIN` (your tenant domain).
0 commit comments