Ver código fonte

changelog updates

tags/v2.8.0
Shivaram Lingamneni 2 anos atrás
pai
commit
741cd8e8af
1 arquivos alterados com 6 adições e 4 exclusões
  1. 6
    4
      CHANGELOG.md

+ 6
- 4
CHANGELOG.md Ver arquivo

@@ -1,11 +1,9 @@
1 1
 # Changelog
2 2
 All notable changes to Ergo will be documented in this file.
3 3
 
4
-## [2.8.0-rc1] - 2021-11-03
4
+## [2.8.0] - 2021-11-14
5 5
 
6
-We're pleased to be publishing the release candidate for 2.8.0 (the official release should follow in a week or so).
7
-
8
-This release contains many fixes and enhancements, plus one major user-facing feature: user-initiated password resets via e-mail (#734).
6
+We're pleased to be publishing Ergo 2.8.0. This release contains many fixes and enhancements, plus one major user-facing feature: user-initiated password resets via e-mail (#734).
9 7
 
10 8
 This release includes changes to the config file format, all of which are fully backwards-compatible and do not require updating the file before upgrading.
11 9
 
@@ -42,6 +40,7 @@ Many thanks to [@ajaspers](https://github.com/ajaspers), [@delthas](https://gith
42 40
 * Fixed several pagination bugs in `CHATHISTORY` (#1676, thanks [@emersion](https://github.com/emersion)!)
43 41
 * Fixed support for kicking multiple users from a channel on the same line, the `TARGMAX` 005 parameter that advertises this, and the default kick message (#1748, #1777, #1776), thanks [@ProgVal](https://github.com/ProgVal)!)
44 42
 * Fixed `/SAMODE` on a channel not producing a snomask (#1787, thanks [@mogad0n](https://github.com/mogad0n), [@ajaspers](https://github.com/ajaspers)!)
43
+* Adding `+f` to a channel with `SAMODE` used to require channel operator privileges on the receiving channel; this has been fixed (#1825, thanks [@Mikaela](https://github.com/Mikaela)!)
45 44
 * Fixed parameters sent with `697 ERR_LISTMODEALREADYSET` and `698 ERR_LISTMODENOTSET` (#1727, thanks [@kylef](https://github.com/kylef)!)
46 45
 * Fixed parameter sent with `696 ERR_INVALIDMODEPARAM` (#1773, thanks [@kylef](https://github.com/kylef)!)
47 46
 * Fixed handling of channel mode `+k` with an empty parameter (#1774, #1775, thanks [@ProgVal](https://github.com/ProgVal)!)
@@ -62,6 +61,9 @@ Many thanks to [@ajaspers](https://github.com/ajaspers), [@delthas](https://gith
62 61
 * `#` can no longer be used in new account names and nicknames, or as the RELAYMSG separator (#1679)
63 62
 * The `oragono.io/nope` capability was renamed to `ergo.chat/nope` (#1793)
64 63
 
64
+### Removed
65
+* `never` is no longer accepted as a value of the `replay-joins` NickServ setting (`/NS SET replay-joins`); user accounts which enabled this setting have been reverted to the default value of `commands-only` (#1676)
66
+
65 67
 ### Internal
66 68
 * We have a cool new logo!
67 69
 * Official builds now use Go 1.17 (#1781)

Carregando…
Cancelar
Salvar