You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
- An oversight from [commit 1ba74d9](https://github.com/kyb3r/modmail/commit/1ba74d97900236a00ce937bdfb0fbb3a061baf1b).
14
14
15
15
# v2.8.0
16
+
16
17
### Changed
17
-
- Major improvement in viewing thread logs.
18
-
- Log links are now rendered in HTML instead of plain text.
18
+
- Major improvement in viewing thread logs.
19
+
- Log links are now rendered in HTML instead of plain text.
19
20
20
21
# v2.7.2
21
22
@@ -24,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
25
25
26
### Security
26
27
Thread channels will now default to being private (`@everyone`'s read message perms set to `false`).
27
-
- If the thread creation category could not be resolved.
28
+
- If the thread creation category could not be resolved.
28
29
- This will save you from some trouble if for whatever reason your configuration gets messed up.
29
30
30
31
# v2.7.1
@@ -58,19 +59,19 @@ Fixed log URLs for self-hosting users.
58
59
# v2.6.1
59
60
60
61
### Fixed
61
-
-API BASE URL
62
+
-Replaced the testing `API_BASE_URL` with the actual URL.
62
63
63
64
# v2.6.0
64
65
65
66
Mostly internal changes. Some are slightly breaking. Keep a lookout for broken features and report them on our server.
66
67
67
68
### Added
68
-
-`threads` is now a default alias to `logs`
69
+
-`threads` is now a default alias to `logs`.
69
70
70
71
### Changed
71
72
- Log URLs are moved to their own collection.
72
73
- Log URLs are now `https://logs.modmail.tk/LOGKEY`, no more numbers before the log key.
73
-
- We still support the numbers so as to not break everyone's URLs so quickly but both work atm :p
74
+
- We still support the numbers so as to not break everyone's URLs so quickly but both work at the moment.
74
75
- This is a huge change to the backend logging and there might be migration errors. If so, please contact us at our [discord server](https://discord.gg/2fMbf2N)
75
76
76
77
# v2.5.2
@@ -85,7 +86,8 @@ Non breaking internal changes.
85
86
86
87
### Background
87
88
Bots hosted by Heroku restart at least once every 27 hours.
88
-
During this period, local caches are deleted, which results in the inability to set the scheduled close time to longer than 24 hours. This update resolves this issue. [PR #135](https://github.com/kyb3r/modmail/pull/135)
89
+
During this period, local caches are deleted, which results in the inability to set the scheduled close time to longer than 24 hours. This update resolves this issue.
0 commit comments