aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2019-12-12 12:31:41 +0000
committerGravatar jesopo2019-12-12 12:31:41 +0000
commitaea13a110540f4eac769f279b01ae2b18a7a67b3 (patch)
tree6008cb814c342e111e7f678bb2f384f591e7fbc9
parentonly show the first line of a comment body (diff)
signature
v1.17.0-rc1 release
-rw-r--r--CHANGELOG.md22
-rw-r--r--VERSION2
2 files changed, 23 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5958f71a..688d7f36 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,25 @@
+# TBD - BitBot v1.17.0
+
+Added:
+- Ability to `.save()` `bot.conf` - we now use only this for module whitelist/blacklist
+- A cron system (`src/core_modules/cron.py`)
+- `healthcheck.py` - ping a URL every 10 minutes (for uptime-tracking services)
+- Support `++nickname` style karma (`karma.py`)
+- Bot-wide aliases (`!balias` in `aliases.py`)
+- Support per-user (PM) `command-method` setting (`commands`)
+
+Changed:
+- "Core" modules (modules needed for base operation of bitbot) moved to `src/core_modules` and made blacklist-immune
+- Better parsing error for `!config u birthday` (`birthday.py`)
+- Show display name, not username, when available (`fediverse.py`)
+- By default, show `locked`/`unlocked` github issue/PR events (`git_webhooks`)
+- Switch back to full wolframalpha API but use it better than we used to (`wolframalpha.py`)
+- Hostmasks are now precompiled to find users that match them (`permissions`)
+
+Removed:
+- `-m`/`-M` args to `bitbotd` - didn't work any more due to databse locking
+- `database_backup.py` - this was always a weird hack. Added a note about backups in `README.md`
+
# 2019-12-01 - BitBot v1.16.1
Changed:
diff --git a/VERSION b/VERSION
index 41c11ffb..f847033d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.16.1
+1.17.0-rc1