Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-alpha.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
devsheva committed Sep 5, 2024
2 parents b06a572 + c179f23 commit e3ace4c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
25 changes: 20 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

All notable changes to this project will be documented in this file.

## [1.0.0-alpha.1] - 2024-08-14
## [1.0.0-alpha.1] - 2024-09-05

### ⚙️ Miscellaneous Tasks

- Remove useless help command
- *(renovate)* Remove deno custom manager as not working
- Add custom manager for deno package in renovate.json
- Add deno package rule to renovate.json
- Update renovate.json to enable daily scheduling
- Update renovate.json to extend best-practices config
- Enable dependency dashboard approval for major updates

## [1.0.0-alpha] - 2024-08-08

### 🚀 Features

Expand Down Expand Up @@ -49,6 +61,8 @@ All notable changes to this project will be documented in this file.

### 🚜 Refactor

- Update baseAdapter to use abstract class instead of interface
- Update test_helpers.ts to use arrow function syntax
- Remove webhook task from deno.jsonc
- *(analysis)* Import bot dynamically
- *(gemini-adapter)* Simplify body object gen
Expand All @@ -58,16 +72,12 @@ All notable changes to this project will be documented in this file.

### 📚 Documentation

- Update changelog
- Update changelog
- Update changelog
- Add instructions to run tests with test schema
- Force env variable setup
- Removed setMyCommands tip since an issue has been opened for it(#13)
- Fix typo on README
- Sort commits by newest for git-cliff
- Prioritize testing over styling in changelog
- Update changelog
- Add deployment section
- Move codefactor badge on top
- Add codefactor badge
Expand Down Expand Up @@ -103,6 +113,11 @@ All notable changes to this project will be documented in this file.

### ⚙️ Miscellaneous Tasks

- Schedule renovate
- Enable dependency dashboard in renovate.json
- Init renovate.json
- Remove update workflow
- Skip changelog commits for git-cliff
- Add webhook listener to Oak app
- Update entrypoint to "src/webhook.ts" for deploying hn-telegram-bot
- Update deno version to 1.45.5
Expand Down
5 changes: 0 additions & 5 deletions src/bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ import dailyAnalysis from '@/preference/daily_analysis.ts'

const bot = new Bot<PreferencesContext>(config.BOT_TOKEN)

bot.command(
'help',
(ctx) =>
ctx.reply('Bot is under construction. Please wait for the next update.'),
)
bot.use(
session({
initial: (): SessionData => ({ preferences: [] }),
Expand Down

0 comments on commit e3ace4c

Please sign in to comment.