Releases: lilnouns/lilnouns-bots
Releases · lilnouns/lilnouns-bots
v1.1.0-alpha.0
Refactor
- Add
warpcast_url
toFarcasterHandler
in all modules - Extract proposal logic in meta gov farcaster
Miscellaneous Tasks
- Update warpcast channel for meta gov to nouns
v1.0.4-alpha.0
Refactor
- Change proposal and idea ids to string in caches
- Replace unwrap with error handling in farcaster handlers
- Remove unnecessary condition check before HTTP request
- Replace
unwrap_or
withok_or
in retrieving hash
Miscellaneous Tasks
- Update crons schedule in
wrangler.toml
v1.0.3
Bug Fixes
- Solve some minor issues and update dependencies
Refactor
- Update discord webhook bot names and avatars
v1.0.2
Bug Fixes
- Solve some minor issues and update dependencies
v1.0.2-alpha.3
Bug Fixes
- Add avatar URL to webhook execution for discord
v1.0.2-alpha.2
Refactor
- Simplify bot usernames in webhook executions
v1.0.2-alpha.1
Miscellaneous Tasks
- Update deploy command in workflow
v1.0.2-alpha.0
Bug Fixes
- Add username to webhook JSON in discord handlers
v1.0.1
Miscellaneous Tasks
- Simplify environment conditional in
deploy.yml
v1.0.0
Documentation
- Update README with better project information
- Create
CONTRIBUTING.md
for project guidelines
Miscellaneous Tasks
- Add configurations for multiple environments in
wrangler.toml
- Improve dev vars example for better readability
- Add wrangler vars files to
.gitignore