Skip to content

Releases: eheikes/toread

v2.7.1

14 Sep 04:25
Compare
Choose a tag to compare

Enhancements

Cleans up the HTML before searching for the <title> text. Improves title extraction from sites with <title> strings embedded inside <script> or <style> tags.

v2.7.0

19 Aug 22:08
Compare
Choose a tag to compare

Enhancements

  • Convert webpages to UTF-8 if necessary. This prevents problems saving links when the webpage is not saved as UTF-8. (98dfb03)
  • Decode numeric HTML entities in titles. (0f43672, e09e002)

Misc

  • Mention the mbstring requirement in the README. (4ee60a0)

v2.6.3

16 Jul 01:46
Compare
Choose a tag to compare

Improvements

  • Load all 3rd-party libraries over HTTPS.

v2.6.2

09 May 01:05
Compare
Choose a tag to compare

Improvements

  • Truncate extra-long titles, to prevent SQL errors. (84c8e8f)

v2.6.1

23 Apr 17:09
Compare
Choose a tag to compare

Fixes

  • Fix for when the webpage contains extended UTF8 data. (1b1452a)

v2.6.0

17 Apr 01:57
Compare
Choose a tag to compare

Improvements

  • Include an Accept-Encoding header. (0d63497)
  • Only save a snapshot if the page is HTML. (57a144e)
  • Show a message if adding a link fails. (603d244)
  • Include the error message if adding a link fails. (97760d9)
  • Check if a URL already exists. (96d42cd)
  • Exclude SQL from response unless debugging is enabled. (e0437c7)
  • Add "s" access key to the first search field. (c2e5882)

Fixes

  • Make the SQL selection consistent. (2cb6347)
  • More fixes for UTF8 characters. (0ab4635)
  • Fix HTML typo. (d2543aa)

Misc

  • Add LICENSE file. (6abf2c0)
  • Add "Contributing" info to README. (f313b80)
  • Create TravisCI config. (e7d16b1)
  • Add framework for testing. (9684559)
  • Upgrade client libraries. (2f6c8f8)
  • Update copyright date. (e65a294)
  • Add screenshot to README (3579b2a)
  • Mention Shaarli in the README description. (f371f38)

v2.5.0

17 Apr 01:58
Compare
Choose a tag to compare

Improvements

  • Adds a rough snapshot functionality.

v2.4.0

17 Apr 02:00
Compare
Choose a tag to compare

Improvements

  • Update SQL schema to InnoDB and utf8mb4. (d29be15)
  • Add "n" accesskey to the "Add New Link" form. (84158a1)

v2.3.0

17 Apr 02:02
Compare
Choose a tag to compare

Improvements

  • Include error info if json_encode() fails. (3b90c1e)
  • Performing a search should reset the page offset. (3007df0)

Fixes

  • Fix errors with UTF-8 encoding in the data. (ebbd352)

v2.2.1

17 Apr 02:02
Compare
Choose a tag to compare

Fixes

  • pushState should also track the highlighted item. (4b5538f)