Skip to content

Latest commit

 

History

History
74 lines (59 loc) · 2.2 KB

CHANGELOG.md

File metadata and controls

74 lines (59 loc) · 2.2 KB

Changelog

v0.1.0

  • Search for word in GitHub
  • Load relevant markdown
  • Display markdown in tooltip
  • Make tooltip stay in place on scroll

v0.2.0

  • Error message if no content from GitHub
    • Link to Github contribution page
  • arrow in the tooltip
  • style markdown
    • Better fonts
    • Remove styles inherited from document (thanks @pxgamer)

v0.3.0

  • Comment / document current codebase
  • Convert to fetch rather than XMLHttpRequest (see #4)
  • Ensure the tooltip does not disappear when clicking within the tooltip itself but is removed when user clicks outside of the tooltip

v1.0.0

  • Icon for right-click menu bar
  • Icon for store

v.1.0.1

  • Screenshots
  • Gifs
  • Description
  • Better README
  • Official Web page
  • Automatic dark/light theme based in user preferences
  • Flip tooltip depending on selection in screen
  • Code cleanup
  • Improved pipelines

v1.0.2

Improvements

  • Help popup in extension button
  • Code cleanup
  • Improved pipelines
  • Allow selecting links

Bugfixes

  • Override styles with ::before or ::after selectors

v1.0.3

Improvements

  • Bumped dependencies versions

Bugfixes

  • Fixed weird bug of positioning when requesting info for a link and later request info for a selection
  • Don't allow to create a popup from a selection inside a popup

v1.1.0

Improvements

  • Bumped dependencies versions
  • Spinner while searching for results
  • Searching for all sections of pages (android, linux, osx, windows...)
  • Copy to clipboard in code examples inside tooltip
  • Minimize published JS files && reduce total bundle size pruning unused files

v1.1.1 (current)

Bugfixes

  • Bumped dependencies versions
  • Solved all warnings of Firefox extension and bumped min version for Firefox to 57.0

Improvements

  • Generated bash scripts to generate all extensions for different browsers in ./scripts
  • Generated docs on how to generate the Firefox extension with .xpi extension due to publish requirements (also for Edge and Chrome).
  • Safer HTML inclusion with DOMPurify.