Releases: SOBotics/Guttenberg
Releases · SOBotics/Guttenberg
0.5.4
- HOTFIX: reduce unnecessary API-calls (see chat)
0.5.2
- HOTFIX: The SE API seems to be broken and doesn't return tags in the answer object. Added workaround to prevent a crash
- accidentally removed the score calculation an a previous release. It's back now
0.5.1
- HOTFIX: changed filter that caused a
NullPointerException
Never deploy code without testing ;-)
0.5.0
- stop pinging opted-in users on reposts #55
- show the tag of a reported target #58
- launch date is now stored correctly #59
- filter HTML-comments for better matches #61
- made the
reboot
-command available for moderators and room-owners only.
0.4.1
Hotfix: ( )
was added to each report even when nobody is opted-in
0.4.0
- delete old logs automatically #27
- split post body into plaintext, code and quotes #28
[ Guttenberg ]
links to StackApps post #39
- load more than 100 related answers #41
- check if the target post is newer than the original before reporting #42
- added
opt-in
command #49
0.3.0
- implemented a logger #32
- added
update
-command #26
- fixed crashes in scheduled executor #36
0.2.1
- put scheduled executions in separate threads