- Renamed
master
branch tomain
- None
-
Fixed an error saving files locally when the article ID is longer than 250 characters.
-
Updated links in the About page and README.
- Remove broken loading of CDN version of jQuery; just use local file.
- Remove unused beautifulsoup requirement
- 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
- Add requirements.txt back
- Upgrade python dependencies; improve exception handling
- Fix CSS for different kinds of embedded elements
- Fix CSS for embeds
(v.1.2.3 appears to be the same)
- Fix 'v' keyboard command
- Moving left/right wasn't working in Safari or Chrome on iOS 10. Now it is.
Layout and swiping fixes
- 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.
Use API (not page scraping), Jinja templates, upgraded JS libraries, and more.
- 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.
- Start using semantic versioning.
- Mainly iPhone fixes.
- Fixed 'see original' link for mobile devices.
- Fix for width of articles on iPhone.
Various improvements, particularly for iOS devices.
- On iPad, added clickable next/prev areas.
- On iPad, the swipable area for short articles extends to fill the empty page.
- On iPad, small text made slightly larger.
- On iPhone, most text made smaller.
- Sparkline navigation will shrink in width if it would otherwise wrap to another row.
- "See original" links on stories with no reproduction rights link to print versions.
Initial release