Skip to content

Releases: MailToolbox/mail_grabber

MailGrabber v1.3.6

05 Mar 17:04
ba0e7db
Compare
Choose a tag to compare

Changes

  • Update rack to version 3.0.9.1 because of security issues.
  • Update gems.

MailGrabber v1.3.5

20 Feb 20:55
26cbfeb
Compare
Choose a tag to compare

Changes

  • Add Ruby 3.3 support.
  • Update bundler and gems.
  • Replace apparition gem to cuprite gem.

MailGrabber v1.3.4

19 May 17:33
031268f
Compare
Choose a tag to compare

Changes

  • Add Ruby 3.2 support.
  • Update bundler and gems.

MailGrabber v1.3.3

19 Mar 09:50
77df3dc
Compare
Choose a tag to compare

Changes

  • Update rack to version 3.0.7 because of security issues.
  • Update gem description.
  • Update gems.

MailGrabber v1.3.2

11 Mar 13:29
fdda27c
Compare
Choose a tag to compare

Changes

  • Update rack to version 3.0.4.2 because of security issues.
  • Update bundler and gems.

MailGrabber v1.3.1

25 Jan 19:46
1eb19c1
Compare
Choose a tag to compare

Changes

  • Update rack to version 3.0.4.1 because of security issues.
  • Update bundler and gems.

Bug fixes

  • Fix the Ruby version problem in the GitHub Actions workflow file.

MailGrabber v1.3.0

04 Oct 19:47
f511178
Compare
Choose a tag to compare

Changes

  • Replace rack to rackup gem as a dependency.
    In the rack 3.x gem it was extracted rackup command, Rack::Server, Rack::Handler, Rack::Lobster and related code into a separate gem.
  • Update bundler and gems.

Bug fixes

  • Fix infinite scroll.
    In the new Chrome browser, the scrollTop is a float and not an integer. Because of that, the infinite scroll was stopped working.
  • Override webrick server for capybara in RSpec configuration.
    At this moment capybara does not support the new rack/rackup changes.

MailGrabber v1.2.1

27 May 20:22
79ed096
Compare
Choose a tag to compare

Changes

  • Update rack to version 2.2.3.1 because of security issues.

MailGrabber v1.2.0

26 May 17:54
c808a77
Compare
Choose a tag to compare

Changes

  • Drop Ruby 2.6 support.
  • Fix some grammar issues and typos.
  • Update bundler and gems.

MailGrabber v1.1.0

31 Dec 09:10
019bf53
Compare
Choose a tag to compare

Changes

  • Add Ruby 3.1 support.
  • Drop Ruby 2.5 support.
  • Replace Travis with GitHub Actions.
  • Update bundler and gems.

Bug fixes

  • Update apparition gem from github to fix issues.