All Versions
30
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 2

  • v1.1.3 Changes

    ๐Ÿ›  Fix

    • โšก๏ธ Update message download link
  • v1.1.2 Changes

    ๐Ÿ’ป UI

    • ๐Ÿ‘ Allow reverse proxy subdirectories
  • v1.1.1 Changes

    ๐Ÿ’ป UI

    • Attachment icons and image thumbnails
  • v1.1.0 Changes

    ๐Ÿ’ป UI

    • HTML source & highlighting
    • โž• Add previous/next message links
  • v1.0.0 Changes

    ๐Ÿ”‹ Feature

    • Multiple message selection for group actions using shift/ctrl click
    • ๐Ÿ“œ Search parser improvements

    ๐Ÿ”‹ Feature

    • ๐Ÿ“œ Search parser improvements

    ๐Ÿ’ป UI

    • Post data using 'application/json'
    • Display unknown recipients as as Undisclosed recipients
    • โšก๏ธ Update frontend modules & esbuild
    • โšก๏ธ Update frontend modules & esbuild
  • v1.0.0-beta1 Changes

    ๐Ÿ’ฅ BREAKING CHANGE

    ๐Ÿš€ This release includes a major backend storage change (SQLite) that will render any previously-saved messages useless. Please delete old data to free up space. For more information see https://github.com/axllent/mailpit/issues/10

    ๐Ÿ”‹ Feature

    • Switch backend storage to use SQLite

    ๐Ÿ’ป UI

    • Resize preview iframe on load
  • v0.1.5 Changes

    ๐Ÿ”‹ Feature

    • ๐Ÿ‘Œ Improved message search - any order & phrase quoting

    ๐Ÿ’ป UI

    • ๐Ÿ”„ Change breakpoints for mobile view of messages
    • Resize iframes with viewport resize
  • v0.1.4 Changes

    ๐Ÿ”‹ Feature

    • Email compression in storage

    โœ… Testing

    • โœ… Enable testing on feature branches
    • โœ… Database total/unread statistics tests

    ๐Ÿ’ป UI

    • Mobile compatibility improvements & functionality
  • v0.1.3 Changes

    ๐Ÿ”‹ Feature

    • Mark all messages as read

    ๐Ÿ’ป UI

    • ๐Ÿ‘ Better error handling when connection to server is broken
    • โž• Add reset search button
    • ๐Ÿ’ป Minor UI tweaks
    • โšก๏ธ Update pagination values when new mail arrives when not on first page

    Pull Requests

    • ๐Ÿ”€ Merge pull request #6 from KaptinLin/develop
  • v0.1.2 Changes

    ๐Ÿ”‹ Feature

    • ๐Ÿ’ป Optional browser notifications (HTTPS only)

    ๐Ÿ”’ Security

    • Don't allow tar files containing a ".."
    • Sanitize mailbox names
    • ๐Ÿ‘‰ Use strconv.Atoi() for safe string to int conversions