Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
repurika committed Jan 31, 2021
1 parent 54952dc commit 2b19995
Showing 1 changed file with 80 additions and 0 deletions.
80 changes: 80 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,83 @@
# v0.1.0 (Sun Jan 31 2021)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: Chris Qiang ([@chez14](https://github.com/chez14))

:heart: Cristopher ([@Namchee](https://github.com/Namchee))

#### 🚀 Enhancement

- Add server quick info to help debug container [#4](https://github.com/Namchee/daily-watori/pull/4) ([@chez14](https://github.com/chez14))

#### 🐛 Bug Fix

- Dependencies update [#13](https://github.com/Namchee/daily-watori/pull/13) ([@chez14](https://github.com/chez14))
- feat: Add linter to adhere coding standards [#15](https://github.com/Namchee/daily-watori/pull/15) ([@Namchee](https://github.com/Namchee))
- Add Docker Build Pipeline [#3](https://github.com/Namchee/daily-watori/pull/3) ([@chez14](https://github.com/chez14))

#### ⚠️ Pushed to `master`

- Readd the linter script ([@chez14](https://github.com/chez14))
- feat: Add clear command ([@Namchee](https://github.com/Namchee))
- chore: Add build scripts ([@Namchee](https://github.com/Namchee))
- docs: Add basic documentation ([@Namchee](https://github.com/Namchee))
- chore: Merge dependency patch ([@Namchee](https://github.com/Namchee))
- fix: Fix tweet rejection status indicator ([@Namchee](https://github.com/Namchee))
- feat: Implement better logging service ([@Namchee](https://github.com/Namchee))
- refactor: Move freshness threshold to config ([@Namchee](https://github.com/Namchee))
- fix: Remove :id params from retweet function ([@Namchee](https://github.com/Namchee))
- refactor: Replace message.reply with channel.send as it's less obstructive ([@Namchee](https://github.com/Namchee))
- feat: Add extended help feature ([@Namchee](https://github.com/Namchee))
- fix: Remove additionalProperties options from schema to avoid auto _id generation error ([@Namchee](https://github.com/Namchee))
- feat: Ignore all messages from irrelevant channels ([@Namchee](https://github.com/Namchee))
- refactor: Remove manual filtering and rely on API to filter tweets ([@Namchee](https://github.com/Namchee))
- fix: Flip boolean operator on 'watch' command ([@Namchee](https://github.com/Namchee))
- chore: Bootstraping bot initialization step ([@Namchee](https://github.com/Namchee))
- feat: Add retweet features ([@Namchee](https://github.com/Namchee))
- fix: Add Tweet URL to fresh tweet notifier ([@Namchee](https://github.com/Namchee))
- feat: Connect scheduled fetch service to event hub ([@Namchee](https://github.com/Namchee))
- refactor: Restructure project files ([@Namchee](https://github.com/Namchee))
- fix: Fix docker configuration ([@Namchee](https://github.com/Namchee))
- refactor: Migrate to Mongo as ACIDity is not a requirement ([@Namchee](https://github.com/Namchee))
- feat: Add list command to show the watchlist ([@Namchee](https://github.com/Namchee))
- feat: Add watch and unwatch command ([@Namchee](https://github.com/Namchee))
- feat: Add help command ([@Namchee](https://github.com/Namchee))
- refactor: Restructure interfaces and import for cleaner file structure ([@Namchee](https://github.com/Namchee))
- chore: Remove unnecessary stuff from docker file ([@Namchee](https://github.com/Namchee))
- chore: Add direct migrations script and fix migrations issues ([@Namchee](https://github.com/Namchee))
- feat: Add migrations ([@Namchee](https://github.com/Namchee))
- refactor: Remove image URLs in favor of direct embed ([@Namchee](https://github.com/Namchee))
- refactor: Remodel database entities ([@Namchee](https://github.com/Namchee))
- feat: Reintroduce repository for all entities ([@Namchee](https://github.com/Namchee))
- feat: Add user entity and revert repository as it's simple enough ([@Namchee](https://github.com/Namchee))
- feat: Add skeleton repository ([@Namchee](https://github.com/Namchee))
- refactor: Remove ormconfig.json as it's unused ([@Namchee](https://github.com/Namchee))
- refactor: Change loose entity to typeorm entities ([@Namchee](https://github.com/Namchee))
- feat: Add docker minimal setup ([@Namchee](https://github.com/Namchee))
- chore(deps): Bump dependencies ([@Namchee](https://github.com/Namchee))
- refactor: Remove discord.ts as it doesn't have custom class parameter capability ([@Namchee](https://github.com/Namchee))
- feat: Construct twitter service class from exported functions ([@Namchee](https://github.com/Namchee))
- feat: Add nodemon for dev purposes ([@Namchee](https://github.com/Namchee))
- refactor: Decouple env requirements from dev env setup ([@Namchee](https://github.com/Namchee))
- First commit :tada: ([@Namchee](https://github.com/Namchee))

#### 🔩 Dependency Updates

- chore(deps): Bump actions/cache from v1 to v2.1.3 [#6](https://github.com/Namchee/daily-watori/pull/6) ([@dependabot[bot]](https://github.com/dependabot[bot]))
- chore(deps): Bump actions/setup-node from v1 to v2.1.4 [#5](https://github.com/Namchee/daily-watori/pull/5) ([@dependabot[bot]](https://github.com/dependabot[bot]))
- chore(deps): Bump ini from 1.3.5 to 1.3.7 [#1](https://github.com/Namchee/daily-watori/pull/1) ([@dependabot[bot]](https://github.com/dependabot[bot]))

#### Authors: 3

- [@dependabot[bot]](https://github.com/dependabot[bot])
- Chris Qiang ([@chez14](https://github.com/chez14))
- Cristopher ([@Namchee](https://github.com/Namchee))

---

# v0.0.2 (Sun Jan 31 2021)

:tada: This release contains work from new contributors! :tada:
Expand Down

0 comments on commit 2b19995

Please sign in to comment.