Skip to content

Latest commit

 

History

History
93 lines (59 loc) · 6.62 KB

CHANGELOG.md

File metadata and controls

93 lines (59 loc) · 6.62 KB

Changelog

1.2.0 (2022-05-25)

Features

  • allow administrators to force nsfw checks or dark mode (a6a9ca9)
  • let the user provide the chromedriver address (24e82e2)

Bug Fixes

  • ci: fix docker image (c6d92a8)
  • ci: fix publishing to crates.io (942c822)

1.1.0 (2022-05-25)

Features

Bug Fixes

  • add whitelisted ips option (cc6d626)
  • deps: update rust crate once_cell to 1.12.0 (#27) (96e6333)
  • deps: update rust crate rayon to 1.5.3 (#24) (787d4e4)
  • deps: update rust crate tokio to 1.18.2 (#20) (76d20ac)
  • derive Eq for Error (4efd1ab)
  • docker build (0abd36e)
  • heroku build (14a7b12)
  • hide scrollbar (72c38e5)
  • remove heroku (a5b20d8)
  • set remote debugging address (410bb07)
  • shorten chrome_opts declaration (ac8456f)
  • sleep the main thread because chromedriver may take a while (8eb74f9)
  • wrong arg (12ba779)

1.0.0 (2022-05-04)

⚠ BREAKING CHANGES

  • msrv is now nightly 1.62

Features

Bug Fixes

  • deps: update all non-major dependencies (#12) (556fa91)
  • deps: update all non-major dependencies (#14) (120f706)

0.1.1 (2022-04-26)

Bug Fixes

  • also change install script (fac46af)
  • remove aarch64-pc-windows-msvc (a42c391)

0.1.0 (2022-04-25)

Features

Bug Fixes