Skip to content

Releases: will-stone/browserosaurus

v4.5.0

08 Jan 21:45
Compare
Choose a tag to compare
  • Support new Brave Browser. #82 Closes #85
  • Remove support for old Brave.
  • fix: safari does not survive a rescan. #81

v4.4.0

26 Sep 08:06
Compare
Choose a tag to compare
  • feat: add support for Brave Dev edition.
  • fix: Safari Technology Preview showing even if it's not installed.

v4.3.0

27 Aug 21:30
4a873ba
Compare
Choose a tag to compare
  • Add support for Safari Technology Preview

v4.2.7

30 Jul 19:48
Compare
Choose a tag to compare
  • fix: unable to find Safari on non-English systems (#69)

v4.2.6

23 Jul 20:13
Compare
Choose a tag to compare
  • use smaller images and remove unused JS to reduce build size.

closes #64

v4.2.4

23 Jul 19:09
Compare
Choose a tag to compare
  • Slightly faster and less bouncy appearance of picker.

  • Rounded corners on the hover background of the picker activities.

  • Added some tests.

  • Added Travis CI.

v4.2.2

15 Jul 21:23
Compare
Choose a tag to compare
  • fix: slight flicker of contents when picker opens.
  • more padding around picker.
  • lots of code enhancements, including:
    • bump React Beautiful DnD to v8 from v4.
    • use ResizeObserver to monitor window (scrollHeight) changes, means we can now use one encapsulating Window component, instead of lots WindowHeightUpdater components dotted around the code.
    • bump BlueprintJS to v3 from v2.

v4.2.0

12 Jul 18:02
050ab07
Compare
Choose a tag to compare
  • new scale-n-fade animation when opening and closing the picker.

v4.1.1

10 Jul 11:25
f6d1fc3
Compare
Choose a tag to compare
  • Removes focus ring from activities after clicking them (which then remained after reopening B).

v4.1.0

09 Jul 20:28
e6e8d07
Compare
Choose a tag to compare

The picker now uses a 3-per-row grid system. I made this decision as the there may be potentially many more activities added, and this wouldn't work on small screens.

Here's a screenshot of the new design:

image

A tooltip is shown when hovering over each activity of its name.