-
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 #24 from dscpsyl/Version2-dev
Upgrade to Version 2
- Loading branch information
Showing
18 changed files
with
705 additions
and
118 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
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,3 +1,6 @@ | ||
.DS_store | ||
settings.json | ||
__pycache__ | ||
__pycache__ | ||
lib/ | ||
pyvenv.cfg | ||
logs/ |
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,76 +1,105 @@ | ||
# Changelog | ||
|
||
#### Linked versions are to releases. | ||
>`Added` for new features. | ||
>`Changed` for changes in existing functionality. | ||
>`Deprecated` for soon-to-be removed features. | ||
>`Removed` for now removed features. | ||
>`Fixed` for any bug fixes. | ||
>`Security` in case of vulnerabilities. | ||
|
||
> `Added` for new features. | ||
> `Changed` for changes in existing functionality. | ||
> `Deprecated` for soon-to-be removed features. | ||
> `Removed` for now removed features. | ||
> `Fixed` for any bug fixes. | ||
> `Security` in case of vulnerabilities. | ||
## v2.0.0 | ||
|
||
### Added | ||
|
||
- Ability to change the bot's listening channel | ||
- Logging for all commands to files and stdout | ||
|
||
### Changed | ||
|
||
- Bot now listens to a specific channel for quotes instead of commands | ||
|
||
### | ||
|
||
## v1.3.1 | ||
|
||
### Added | ||
### Added | ||
|
||
- Console Logging | ||
|
||
## v1.3.0 | ||
|
||
### Added | ||
|
||
- Ability to change prefix | ||
|
||
## v1.2.1 | ||
|
||
### Changed | ||
|
||
- Backend structures | ||
|
||
## v1.2.0 | ||
|
||
### Added | ||
- Ability to edit past quotes | ||
|
||
- Ability to edit past quotes | ||
|
||
## v1.1.0 | ||
|
||
### Added | ||
|
||
- Ability to edit authors from past quotes | ||
|
||
### Changed | ||
|
||
- Backend structures | ||
|
||
### Fixed | ||
|
||
- jumpURL corrections | ||
|
||
## v1.0.1 | ||
|
||
### Changed | ||
- Cleaned up settings variables | ||
|
||
- Cleaned up settings variables | ||
- Cleaned up comments | ||
|
||
## v1.0.0 | ||
|
||
### Added | ||
- Completed Basic bot function | ||
### Added | ||
|
||
- Completed Basic bot function | ||
- Settings page for some variables | ||
|
||
### Changed | ||
- Main database to be Mongodb | ||
|
||
- Main database to be Mongodb | ||
|
||
## v0.7.3 | ||
|
||
### Added | ||
### Added | ||
|
||
- User Friendly Error Messages | ||
- Spaces between quotes to organize book | ||
|
||
### Fixed | ||
- Quoting bugs that would not read author | ||
|
||
- Quoting bugs that would not read author | ||
|
||
## v0.5.1 | ||
|
||
### Added | ||
- Basic quoting Function | ||
- Discord Authentication | ||
|
||
- Basic quoting Function | ||
- Discord Authentication | ||
- Name and Profile Picture | ||
|
||
## v0.1.0 | ||
|
||
### Added | ||
### Added | ||
|
||
- Basic bot function and connection | ||
- Outlined features | ||
- Outlined features |
Empty file.
Oops, something went wrong.