Skip to content

Releases: philgyford/daily-paper

Fix loading of jQuery

09 Jun 17:06
Compare
Choose a tag to compare
  • Remove broken loading of CDN version of jQuery; just use local file.

Remove unused beautifulsoup requirement

09 Jun 16:11
Compare
Choose a tag to compare
v2.0.1

Remove unused beautifulsoup requirement

Drop python 2 (now 3.7); HTML/CSS display tweaks

09 Jun 16:06
Compare
Choose a tag to compare
  • Now uses python 3.7 (instead of 2.7)
  • Use Flake8 linting and Black formatting
  • Many font sizes tweaks (consistency and making smallest text bigger)
  • Fix broken scrolling
  • Fix video embed sizes
  • Make thumbnail images bigger

Fix 'v' keyboard command

28 Mar 14:49
Compare
Choose a tag to compare

The 'v' keyboard command now, once again, opens the original article.

Fix for iOS 10

10 Oct 13:27
Compare
Choose a tag to compare

Moving left/right wasn't working in Safari or Chrome on iOS 10. Now it is.

Layout and swiping fixes

18 Jun 12:50
Compare
Choose a tag to compare
  • Stop photo caption credits breaking onto multiple lines.
  • On iOS (and probably other touch devices) fix the ability to swipe left/right when you're scrolled down the page
  • Fix embedded videos. They should now be more responsive, and fit on one page, not overlapping other articles.

No page scraping, Jinja templates, upgraded JS libraries, and more.

21 Dec 14:18
Compare
Choose a tag to compare
  • No more page scraping; everything is done through the API.
  • Fetch all articles in one (or maybe two) queries, instead of individual queries.
  • Using Jinja2 for templating.
  • Using typogrify for text niceties.
  • Showing byline photos for Opinion articles that have byline photos.
  • Making the colours of headings consistent with the current Guardian site's tone colours.
  • Upgrade jQuery and various JavaScript plugins/libraries.
  • Change to HTML5.