Releases: rix1/46brew
Quality of life improvements
Much tanks to @rexxars for your contributions over the last few days! Especially looking forward to not having the screen sleep every 30 seconds! (60a0a7d)
Highlights ☕
- Use larger steps for sliders on smaller screens (#12) bd254f3
- Add app version number to footer 8dffca7
- Add social card for sharing fff7c99
- Merge pull request #16 from rexxars/allow-single-adjust bdb8916
- Merge pull request #15 from rexxars/no-negative-grams ae9a5af
- Merge pull request #13 from rexxars/wake-lock d3a78eb
- Merge pull request #14 from rexxars/fix-const-typo 091fc50
- Add wake lock to prevent screen from sleeping, if API is available 60a0a7d
- Allow adjusting only one slider for taste profile bc90a93
Hello World 👋
This marks the official 1.0.0 release of 46brew.app 🎉
Wait, this isn't a package. Why?
The 46brew.app site is kept up to date with the master branch due to Vercel's Github integration. This integration also deploy previews of all branches ⚡
However, I found it useful to do semantic versioning and tag major releases to make improve the analytics experience, which uses the version field in package.json when tracking.
To do this, I've set up np to create new releases. However, as
this app isn't available on NPM, we've configured it to skip the actual publishing. This way, the tool only helps me bump version numbers, tag stuff correctly and use Github's releases page (this one!) with specific notes.
Might be useful or it might be overkill, we'll see ¯\_(ツ)_/¯
High level summary
- Add MIT licence d1ce813
- Release: set up
npfor creating new releases 275bec3 - analytics: add support for Google analytics 51c79d9
- 404: add error page 34d5226
- PWA: add and setup offline abilities 53a71f1 2052920
- Styling: Add and remove Emotion. It ended up being too much for my simple needs. We're now just using a combo of styled-jsx and Tachyons for all things styling 🎨 8adf70c 00ee48d f3d15e8 bf4bd08