-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Ryan Prior <[email protected]>
- Loading branch information
Showing
3 changed files
with
33 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Changelog | ||
|
||
## [1.1.0] - 2020-05-29 | ||
|
||
### Added | ||
- flag: `--use` to use a different base url | ||
- flag: `--init` to interactively create settings file, with specified base url | ||
- file: read settings from `~/.config/meet/settings.yml` | ||
- environment variable: allows specifying settings directory with `XDG_CONFIG_HOME` | ||
|
||
### Changed | ||
- setting: uses `base_url` from settings.yml if available | ||
|
||
## 1.0.0 - 2020-05-22 | ||
- first tagged version | ||
|
||
[1.1.0]: https://github.com/ryanprior/meet/compare/1.0.0...1.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: meet | ||
version: 1.0.0 | ||
version: 1.1.0 | ||
dependencies: | ||
readline: | ||
github: crystal-lang/crystal-readline |