-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from WxBDM/v0.0.3-dev
V0.0.3 dev
- Loading branch information
Showing
21 changed files
with
541 additions
and
536 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 |
---|---|---|
|
@@ -4,6 +4,7 @@ __pycache__/ | |
*$py.class | ||
|
||
deploy/ | ||
useragent.ini | ||
|
||
# C extensions | ||
*.so | ||
|
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,14 @@ | ||
# Required | ||
version: 2 | ||
|
||
# Build documentation in the docs/ directory with Sphinx | ||
sphinx: | ||
configuration: docs/source/conf.py | ||
|
||
formats: | ||
|
||
python: | ||
version: 3.8 | ||
install: | ||
- requirements: requirements.txt |
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,12 +1,20 @@ | ||
Changelog for RichWx | ||
|
||
v0.0.3 (Unknown ETA) | ||
- Refactored code for `auth` command. | ||
- Moved emote files around in the repo. They needed a better home. | ||
- Updated README to better reflect the current CLI with more up-to-date examples. | ||
- Removed a secondary progress bar for populating tables with alerts. | ||
- Added emotes to some of the more common alerts. | ||
- Added periods to the end of changelog sentences. | ||
|
||
v0.0.2 (Sunday March 14) | ||
- Refactored baseline functionality to be more distinct with what kind of alerts the user is fetching | ||
- Added `richwx alerts id` | ||
- Relabeled user-agent stuff to `auth` (i.e. `richwx user-agent` to `richwx auth ...`) | ||
- Under auth, added `set`, `purge`, `check` | ||
- Refactored baseline functionality to be more distinct with what kind of alerts the user is fetching. | ||
- Added `richwx alerts id`. | ||
- Relabeled user-agent stuff to `auth` (i.e. `richwx user-agent` to `richwx auth ...`). | ||
- Under auth, added `set`, `purge`, `check`. | ||
|
||
v0.0.1 (Saturday, March 12) | ||
Initial release of richwx | ||
- Packaged on PyPi | ||
- Functionality: `richwx alerts [state]` | ||
Initial release of richwx! | ||
- Packaged on PyPi. | ||
- Functionality: `richwx alerts [state]`. |
Oops, something went wrong.