UNPKG

4.52 kBMarkdownView Raw
1# Changelog
2
3## [4.4.1] - 2018-12-20
4### Added
5- Blocking running as root
6- Full config path resolving
7
8## [4.4.0] - 2018-12-17
9### Added
10- Location maps support
11- Thread customization event support (color/emoji changes)
12
13### Fixed
14- Undefined images
15- Polls support
16- `getPath` returning config path
17
18## [4.3.1] - 2018-12-16
19### Fixed
20- Data path being ignored
21
22## [4.3.0] - 2018-12-15
23### Added
24- Polls support
25- Homebrew install instructions
26
27### Changed
28- `config` CLI parameter is now `dataPath` (see #370)
29
30### Fixed
31- XMA attachment bugs
32- Getting sender object in the runtime
33- Some typos
34
35## [4.2.1] - 2018-12-05
36### Fixed
37- Config path being "undefined" on Node 9 and lower
38
39### Removed
40- config.messenger.whitelist
41
42## [4.2.0] - 2018-12-02
43### Added
44- Auto-restart
45- Not closing Windows .exe when no config
46- Logging on m!keep
47- config.ignoredSequences
48- config.discord.ignoreBots
49- config.discord.ignoredUsers
50
51### Fixed
52- Timezone issues
53- Null attachment URL
54- Sending embed images when embeds are disabled
55
56## [4.1.11] - 2018-11-14
57### Changed
58- Fixed bug with not receiving messages from Messenger (I mean, upgraded `libfb`)
59- Stole @alufers's logger from ChatPlug
60- Fixed timezone issues
61
62## [4.1.10] - 2018-11-04
63### Changed
64- Fixed crash on invalid Discord channel IDs
65
66## [4.1.9] - 2018-11-04
67### Changed
68- Fixed setting log level
69
70## [4.1.8] - 2018-11-04
71### Changed
72- Fixed object logging depth
73
74## [4.1.7] - 2018-11-04
75### Changed
76- Upgraded `consola` logger
77- Upgraded `libfb` (again)
78
79## [4.1.6] - 2018-10-22
80### Changed
81- Downgraded `libfb` back.
82
83## [4.1.5] - 2018-10-21
84### Changed
85- Updated `libfb` to support reconnecting
86
87## [4.1.4] - 2018-10-21
88### Added
89- Added building macOS GUI app
90- Added zipping every binary
91- Added checking `showEvents`
92
93## [4.1.3] - 2018-10-16
94### Changed
95- Fixed error loop by adding a check if Discord channels are defined
96
97## [4.1.2] - 2018-10-14
98### Changed
99- Fixed `undefined` message on plan creation
100- Fixed not waiting for attachments
101- Fixed missing username/avatar in Discord - Discord messages
102- Fixed empty logs
103
104## [4.1.1] - 2018-10-12
105### Added
106- More support for extensible attachments
107
108## [4.1.0] - 2018-10-12
109### Added
110- userMentions switch for Discord
111
112### Changed
113- Attachment parsing system
114- Fixed @everyone detection
115
116## [4.0.2] - 2018-10-06
117### Changed
118- Fixed attachment size calculation (again)
119
120## [4.0.1] - 2018-10-06
121### Changed
122- Updated `libfb` to fix not sending messages
123- Cleaned up the config by moving timestamps and channels to separate categories
124- Fixed attachment size calculation
125
126## [4.0.0] - 2018-10-04
127### Added
128- Facebook message on attachments for Discord larger than 8MB
129- Discord message when Messenger failed
130
131### Changed
132- `facebook-chat-api` -> `libfb`
133
134## [3.12.2] - 2018-09-26
135### Changed
136- Fixed file downloading for more than 2 linked chats
137
138## [3.12.1] - 2018-09-25
139### Added
140- New method of uploading images to Facebook
141
142## [3.12.0] - 2018-09-19
143### Changed
144- Logger: `npmlog` -> `consola`
145
146## [3.11.4] - 2018-09-18
147### Added
148- Missing space to `and X more...`
149
150### Changed
151- Moved API to @miscord/facebook
152
153## [3.11.3] - 2018-09-16
154### Changed
155- Fixed incorrect import
156- Moved info from README to wiki
157
158## [3.11.2] - 2018-09-15
159### Changed
160- Replaced facebook-chat-api with @bjornskjald/facebook-chat-api
161
162## [3.11.1] - 2018-09-15
163### Added
164- Truncating people in plans
165
166### Removed
167- "Invited" people in plans
168
169## [3.11.0] - 2018-09-15
170### Added
171- Timestamps in the logs/console
172- Showing plans
173- `timezone` field in the config (for plan time)
174
175### Changed
176- `messenger.filter.whitelist` -> `messenger.whitelist`
177
178### Removed
179- `messenger.filter.blacklist`
180
181## [3.10.0] - 2018-09-09
182### Added
183- Read-only channels
184- Commands: `eval`, `info`, `add`, `remove`
185- Hiding automatically created channels for non-admins
186
187### Changed
188- Renamed channels.yml to connections.yml
189- Changed format of connections.yml
190- Commands: `link`, `unlink`
191
192## [3.9.3] - 2018-09-05
193### Added
194- Truncating message when exceeds 2000 chars on Discord
195
196## [3.9.2] - 2018-09-05
197### Changed
198- Fixed quit command
199- Fixed building script
200
201## [3.9.1] - 2018-09-03
202### Changed
203- Fixed crash on start when category is set in the config
204
205### Removed
206- Unused shrinkwrap.yaml file
207
208## [3.9.0] - 2018-09-02
209### Added
210- Changelog
211- New build script
212
213### Changed
214- Made m!keep case insensitive
215- createChannels' default value is now false
216- checkUpdates' default value is now false
217- Updated dependencies
218
219### Removed
220- Env config
221- Env directory