Changelog for
ruby3.3-rubygem-capybara-screenshot-1.0.26-1.46.x86_64.rpm :
* Tue Jan 25 2022 Stephan Kulow
updated to version 1.0.26 see installed CHANGELOG.md 21 Dec 2021 - 1.0.25 -> 1.0.26
* [Take screenshots of current window (when using multiple windows)](https://github.com/mattheworiordan/capybara-screenshot/pull/287)
* [Fix embedding screenshots into cucumber HTML reports](https://github.com/mattheworiordan/capybara-screenshot/pull/288)
* Wed Jan 20 2021 Stephan Kulow updated to version 1.0.25 see installed CHANGELOG.md 4 Oct 2020 - 1.0.24 -> 1.0.25
* [Fix Cucumber 5 deprecation warnings](https://github.com/mattheworiordan/capybara-screenshot/pull/274)
* [Add support for Cuprite driver](https://github.com/mattheworiordan/capybara-screenshot/pull/270)
* [Rails system spec compatibility](https://github.com/mattheworiordan/capybara-screenshot/pull/264)
* Mon Feb 10 2020 Stephan Kulow - updated to version 1.0.24 see installed CHANGELOG.md 24 Nov 2019 - 1.0.23 -> 1.0.24
* [Support Apparition driver](https://github.com/mattheworiordan/capybara-screenshot/commit/273317b241d1d1d8600b32fad998742894424f3b)
* Fri Jul 19 2019 Stephan Kulow - updated to version 1.0.23 see installed CHANGELOG.md 10 Jun 2019 - 1.0.22 -> 1.0.23
* [Support for Capybara sessions implicitly](https://github.com/mattheworiordan/capybara-screenshot/pull/255). Thanks https://github.com/TylerRick
* [Support for S3 bucket host configuration](https://github.com/mattheworiordan/capybara-screenshot/pull/252). Thanks https://github.com/machty
* Thu Nov 22 2018 Stephan Kulow - updated to version 1.0.22 see installed CHANGELOG.md 21 Oct 2018 - 1.0.21 -> 1.0.22
* [Support for S3 URL in HTML screenshots](https://github.com/mattheworiordan/capybara-screenshot/pull/239)
* [Fix for partial Rails environments](https://github.com/mattheworiordan/capybara-screenshot/pull/238)
* [Capybara 3 support in CI](https://github.com/mattheworiordan/capybara-screenshot/pull/236)
* Fri May 04 2018 factory-autoAATTkulow.org- updated to version 1.0.21 see installed CHANGELOG.md 03 May 2018 - 1.0.20 -> 1.0.21
* [Bug fix: Fix Ruby version compares in Gemspec](https://github.com/mattheworiordan/capybara-screenshot/pull/231) 03 May 2018 - 1.0.19 -> 1.0.20
* [Bug fix: Only take screenshots for feature tests](https://github.com/mattheworiordan/capybara-screenshot/pull/223)
* Tue Apr 10 2018 factory-autoAATTkulow.org- updated to version 1.0.19 see installed CHANGELOG.md 10 April 2018 - 1.0.18 -> 1.0.19
* Big thanks for [Geremia Taglialatela](https://github.com/tagliala) for [padding Capybara 3 support and fixing the builds](https://github.com/mattheworiordan/capybara-screenshot/pull/230)
* Sun Dec 03 2017 cooloAATTsuse.com- updated to version 1.0.18 see installed CHANGELOG.md 2 November 2017 - 1.0.17 -> 1.0.18
* [RSpec 3.3 support](https://github.com/mattheworiordan/capybara-screenshot/pull/213)
* [Add support for selenium_chrome and selenium_chrome_headless](https://github.com/mattheworiordan/capybara-screenshot/pull/219)
* [Less dependencies for S3 uploads](https://github.com/mattheworiordan/capybara-screenshot/pull/218) Special thanks to the fine contribution from [Matt Bricston](https://github.com/mattbrictson)
* Thu Aug 03 2017 cooloAATTsuse.com- updated to version 1.0.17 see installed CHANGELOG.md 17 July 2017 - 1.0.16 -> 1.0.17
* [Better handling of `page.current_path` exceptions for Spinach](https://github.com/mattheworiordan/capybara-screenshot/pull/208) 12 July 2017 - 1.0.15 -> 1.0.16
* [Support s3 key name prefixes](https://github.com/mattheworiordan/capybara-screenshot/pull/202) 12 July 2017 - 1.0.14 -> 1.0.15
* [SVG badges added](https://github.com/mattheworiordan/capybara-screenshot/pull/207)
* [Ensure the reporter module is not loaded multiple times](https://github.com/mattheworiordan/capybara-screenshot/pull/205)
* [S3 object config option](https://github.com/mattheworiordan/capybara-screenshot/pull/204)
* [Saver can use injected page](https://github.com/mattheworiordan/capybara-screenshot/pull/181)
* [After
* callbacks](https://github.com/mattheworiordan/capybara-screenshot/pull/171)
* Thu Sep 15 2016 cooloAATTsuse.com- updated to version 1.0.14 see installed CHANGELOG.md 15 Sep 2016 - 1.0.13 -> 1.0.14
* CI stable again - dropped CI support for older versions of Ruby and JRuby. It is just too painful and there is no evidence that our users need this or that Capybara Screenshot is indeed broken. It is better to have a reliable build system so that PRs can get merged in reliably and easily.
* Fixed an inconsistency in the use of `save_and_open_page_path`
* Improved debugging of Aruba tests so that contributors can easily understand why their builds break
* Path fixes thanks to [Ryan McGarvey](https://github.com/ryanmcgarvey)