Releases: slatinsky/DiscordChatExporter-frontend
Releases · slatinsky/DiscordChatExporter-frontend
v1.6.1
New right click menu:
- Right click message and select "Open in Discord" to jump to the message in discord client. Also author IDs and message IDs are copyable (for developers)
- Right click channel / thread in channel list and select "Copy channel ID" to copy ID (for developers).
v1.6.0
autocomplete in search is more relevant and counts are visible to user while searching:
- users are sorted by sent messages total (from:, mentions:)
- reactions are sorted by used total (reaction:)
- channels are sorted by message counts (in:)
Improved URL to local media matcher
- implemented workaround (html parser) to match local media for video embeds
- not all media can be matched :(
Preprocessor:
- now with progress "bar"
- refactored code
Frontend
- fix scroll jitter in search results
- Markdown rendering for embeds
- improved UI design
v1.5.0
- scroll upwards jitter fix - image size is now preprocessed, messages are now lazy loaded outside viewport
- memory usage is shown in viewer
- cache folder (/static/data) is now invalidated if preprocessor script was changed (hash based)
v1.4.0
- Added backup helper to generate backups commands for you (extend channels, extend threads, find missing thread IDs)
- Messages and channels are now correctly sorted
v1.3.0
- new search filters - reaction, filetype, has:image, has:video
- implemented video attachments
- replaced static server to support 206 Partial Content (binserve->http-server)
- skip preprocessing if the files in /static/input/ directory didn't change
v1.2.0
- show info screen if no exports were found in "static/input" directory (instead of directory listing)
- new settings menu - change rendered author name or timestamp format. Timestamps can be configured to be rendered in local format / ISO / original / UTC timezone / local timezone.
- new embed rendering
v1.1.2
- Direct message suppoort
- Group message support
- Search results are now sorted by TIME DESC
- Fixed search in channel if channel name contains spaces
- Fixed unnecesary component reloads (search results would scroll to top)
v1.1.1
- Replaced channel search with guild search
- Fixed guild search bugs
- Added more guild search bugs
v1.1.0
Changelog:
- implemented guild-wide search and filters (from:, mentions:, has:link, has:embed, has:file, before:, after:, in:, pinned:true, pinned:false). Search will be improved in the next release.
- fixed preprocess not detecting partial json exports
v1.0
Expect some bugs, but it is stable enough for the first release :)