At PixelUnion, we value openness and open source. This document serves as a record of the changes we have made to the Immich codebase and the features we have contributed back to the community, or are planning to contribute back.
- Replaced Immich trademark logos
- Added billing link to user drop down menu
- Added simple password reset page that uses PixelUnion api
- Add Immich main repo as upstream
git remote add upstream git@github.com:immich-app/immich.git - Fetch upstream
git getch upstream - Merge new version
git merge upstream/v1.134.0 - Fix potential conflicts
- Test changes above for correct functioning.
- Tag commit with immich version and PixelUnion version like:
v1.133.5-pu1later version should increment the pu tag - Push the tag