Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Releases: deanmoses/tacocat-gallery-react-ampersand

2018 v1

02 Jan 06:25
Compare
Choose a tag to compare

The first release of 2018.

  1. Has the 2018 colors (a CSS update)
  2. There's now a loading indicator when an album is slow to load.
  3. Fixed the broken search feature.
  4. Improved behavior when getting a 404 -- whether that's an album or image that doesn't exist, or simply typing in a malformed URL.
  5. React.js and all the other libraries are updated to the latest versions. React changed a lot, causing me to rework a fair bit of code.
  6. Fixed various editing bugs created because of the library update -- mostly the 'this' wasn't automatically bound anymore.

2017 v3

31 Mar 02:56
Compare
Choose a tag to compare

The last release sped the site up a lot. This release kicks it into high gear by putting a CDN in front of it. Tests show it's 2x to 10x faster to both first pixel and a full render, depending on conditions.

  1. Serves photos from Amazon Cloudfront via cdn.tacocat.com
  2. Web app can be served from any subdomain, including a CDN-hosted one.
  3. Implemented many of the features of Google's Progressive Web App standard with an eye towards being able to be added to a user's mobile phone homescreen: added favicons, app manifest.json and IE browserconfig.xml

2017 v2

29 Mar 02:58
Compare
Choose a tag to compare

Changes:

  1. Faster: Year albums are served from a cache of JSON files on the webserver
  2. Runs on HTTPS
  3. Year album descriptions can be edited from within the app
  4. Year album JSON cache can be refreshed from within the app
  5. All the third party Javascript libs like React and jQuery have been updated for the first time in years. Years!

2017 v1

25 Jan 01:57
Compare
Choose a tag to compare

First stable release of 2017.