Skip to content

Releases: hypothesis/h

Find the latest on Docker Hub

05 Nov 08:46
00a1887

Choose a tag to compare

We no longer tag releases of the h code, but we do automatically build production versions of the code into Docker images, which you can find on the Docker Hub.

v0.38.0

08 Aug 15:43

Choose a tag to compare

v0.38.0 Pre-release
Pre-release

Features

  • Add "proxy" auth policy mode (#3638).
  • Implement new form designs for logged out forms under a feature flag (#3640).

Miscellanea

v0.36.0

27 Jul 15:11
v0.36.0

Choose a tag to compare

v0.36.0 Pre-release
Pre-release

Miscellanea

v0.35.0

22 Jul 11:49
v0.35.0

Choose a tag to compare

v0.35.0 Pre-release
Pre-release

Features

  • Add ability to rename users from admin control panel (#3584)
  • Improve the copy on reply notification emails (#3602)

Bug fixes

  • Fix case sensitivity in user search queries (#3611)

Miscellanea

v0.33.0

13 Jul 11:15

Choose a tag to compare

v0.33.0 Pre-release
Pre-release

Bug fixes

  • Add a missing unique constraint on the user_group join table, and a
    migration to fix existing databases (#3591).

Miscellanea

v0.32.0

08 Jul 13:00
v0.32.0

Choose a tag to compare

v0.32.0 Pre-release
Pre-release

Features

  • Treat HTTP/HTTPS URLs that are the same except for their protocol as
    equivalent (#3558).
  • Improve performance of real-time updates service (#3574).
  • Use consistent terminology for 'Log in', 'Log out' and 'Sign up' actions
    (#3578).

Bug fixes

  • Fix missing escaping of user input in server-rendered forms (#3585).
  • Prevent browsers disclosing group URLs to websites linked to from groups
    pages (#3579).
  • Fix a problem where data migrations would update annotations' last-update
    timestamp (#3586).

Miscellanea

v0.31.0

29 Jun 14:53
v0.31.0

Choose a tag to compare

v0.31.0 Pre-release
Pre-release

Features

  • Show annotations and page notes in separate tabs in the sidebar (feature
    flagged: selection_tabs) (#3504)
  • The 'Share' action for replies is now a direct link to the parent annotation
    and its associated conversation in context (#3539).
  • Reply notification emails now contain direct links to see the original
    annotation and its associated conversation in context (#3536).

Bug fixes

  • Fix adder not responding to selection changes after making a selection
    which does not contain any text (#3522, #3526).
  • Fix incorrect 'You do not have permission to see this annotation' message in
    the client when direct-linking to an annotation in a PDF (#3529).
  • Fix annotation cards containing long URLs overflowing their container
    (#3546).

v0.30.0

23 Jun 11:20

Choose a tag to compare

v0.30.0 Pre-release
Pre-release

Features

  • Users now get their own clean welcome page when they finish installing the
    browser extension (#3505).
  • The search API can now accept multiple uri parameters and will return
    annotations made on any of the passed URIs (#3517).
  • The annotation client now uses the multiple-uri-parameter feature to ensure
    that all annotations are loaded on PDFs (#3524).

Bug fixes

  • Fix an issue where highlights weren't shown correctly in PDFs (#3531).

Miscellanea

  • Our brief experiment with using PDF fingerprint URNs as target source
    properties has ended (#3524).

v0.29.0

20 Jun 15:49
v0.29.0

Choose a tag to compare

v0.29.0 Pre-release
Pre-release

Features

  • Add '#annotated' hashtag to default tweet message to make following
    annotation activity on social media easier (#3482).
  • Unify the 'About this Version', 'Feedback' and 'Help' menu items in the
    client (#3485).
  • Automatically expand the conversation when direct-linking to annotations
    (#3489).

Bug fixes

  • Fix group names wrapping onto multiple lines in sidebar (#3469).
  • Fix the permalink pages for annotation replies. These now show the complete
    conversation thread which the reply appeared in, highlighting the reply
    matching the URL (#3474, #3483).
  • Fix annotations without quotes resulting in entire pages or large sections of
    pages being highlighted (#3475).
  • Fix annotations made on PDFs in browsers other than Safari not appearing when
    the same PDF was viewed in Safari and vice-versa (#3494).

Miscellanea

  • Record message processing times in realtime update service (#3484, #3486).

v0.28.1

14 Jun 13:27
v0.28.1

Choose a tag to compare

v0.28.1 Pre-release
Pre-release

Bug fixes

  • Revert code that loads annotations from database in /api/search which caused
    the request times for certain URIs to skyrocket (9af5b65).