Closed
Description
Just getting started... no rush on this, but noting we will be basing this out of the project, not the milestone. cc @publiclab/is-maintainers (@harshkhandeparkar does this notify sub-teams?)
This template guides us through the steps of creating a new release, based on [conversation and testing in https://github.com//issues/1692.
Discuss with @publiclab/is-maintainers if anything is ambiguous!
- open an issue using the "release" template with this checklist with title
Checklist and coordination for v3.7.0 minor release
(see semantic versioning) - compile release notes below from corresponding release project
- update version number in
examples/sw.js
(ex Bump lockfile and sw.js versions for v3.6.0 #1734) andpackage.json
(ex Bump to v3.6.0 for new npm release #1695) - finalize and merge to
main
branch (freeze merges tomain
branch until next step)
Checklist moved to #2036
- merge, build and publish
/dist/
files tostable
(merges tomain
branch can resume for next release) - create a release on GitHub and use features description + release notes from below
- tag version number branch (i.e.
v3.7.0
) - publish tagged branch to
npm
- publish to live
github-pages
demo (with bash script from/scripts/update_demo
) (from within GitPod works well) - move anything necessary to next release project, i.e. https://github.com/publiclab/image-sequencer/projects/4
- close this issue!
Release notes
Added
- New Shadow Module: Add shadows (borders) to images in bulk! New Shadow module #1507 by @niravasher
- New Alpha masking module: Alpha masking module #1546 by @blurry-x-face
- New sharpness module in Module for sharpening images #1612 by @waridrox
Fixed
- compiled /dist/ files from
v3.7.0
- Percentage Parsing: Percentage values passed to the sequencer are now parsed more consistently. (Parse floating-point value from percentages #1733)
- Safari Fix: Image Sequencer will now work in the Safari browser! (Upgrade picomatch so image-sequencer works in Safari #1740)
- offline caching improvements in Offline caching: Try To fetch latest data first then shift to cached one. #1819 and -fixed registration problem of service worker #1807 by @vivek-30
- variety of other bugfixes!
- fixed Module selector console error Fixes Module Selector Console Error #1543 by @ss62171
Changed
- switch to GitHub Actions in try moving to Github Actions from Travis for CI #1783 (team effort!)
- switch to
expr-eval
in switch to expr-eval for dynamic module #1729 by @jywarren - CLI improvements in refactor cli code #1785 by @blurry-x-face
- dependencies updated
- yarn.lock removed yarn.lock vs. package-lock.json #2035