Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1001 Bytes

CHANGELOG.md

File metadata and controls

47 lines (31 loc) · 1001 Bytes

Changelog

v0.4.1 (2023-04-07)

  • Add Identity::get_profile_user_info

v0.4.0 (2022-11-16)

  • Use public function chrome to access the API.
  • Remove Firefox support (experimental fallback: use firefox feature)

v0.3.3 (2022-10-26)

  • Add Bookmarks::get

v0.3.2 (2022-10-18)

  • Add Runtime::last_error
  • Add Runtime::on_installed
  • Add Runtime::set_uninstall_url
  • Add Identity::launch_webauth_flow_with_callback

v0.3.1 (2022-09-19)

  • Add Action::on_clicked

v0.3.0 (2022-08-18)

  • Remove deprecated tabs.executeScript function
  • Add SessionStorageo
  • Add TabHighlightInfo type
  • Add ZoomChangeInfo type

v0.2.0 (2022-08-04)

  • Add basic web extension example (Manifest V3)
  • Add TabChangeInfo
  • Add scripting methods
  • Add Runtime::open_options_page methods
  • Add History::search method
  • Add Bookmarks::search method
  • Add Commands::on_command method
  • Add Identity and some connected methods

v0.1.0 (2020-03-30)

Initial release.