Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
Beeper
standupbot
Commits
ee02fca5
Verified
Commit
ee02fca5
authored
Oct 08, 2021
by
Sumner Evans
💬
Browse files
changelog: update for v0.4.0
parent
b2c1c35d
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
ee02fca5
# v0.4.0
*
**Thread Mode:**
Added ability to use standupbot in threaded mode. To enable,
type
`!su threads true`
in your bot DM room.
*
The bot now marks all events (including edits) as read after processing them.
*
Fixed some bugs and idiosyncrasies with authentication to Matrix.
*
Eliminated the
`user_config_room`
table making the bot less stateful, instead
relying on the state events stored in the DM rooms.
# v0.3.0
*
Fixed a bug with device ID that broke encryption for many users. It is
...
...
standupbot.go
View file @
ee02fca5
...
...
@@ -28,7 +28,7 @@ var configuration Configuration
var
olmMachine
*
mcrypto
.
OlmMachine
var
stateStore
*
store
.
StateStore
var
VERSION
=
"0.
2.7
"
var
VERSION
=
"0.
4.0
"
func
main
()
{
// Arg parsing
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment