Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanho committed Nov 8, 2023
1 parent 3ba99c2 commit 6c6cdfd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# MMM-GooglePhotos Change Log

**`[2.1.2] - 2023/07/17`**
- Changed: Update dependency packages to fix vulnerability [SNYK-JS-AXIOS-6032459](https://snyk.io/vuln/SNYK-JS-AXIOS-6032459)
- Changed: Move installation guideline to [INSTALL.md](INSTALL.md)
- Changed: Use shuffle algorithm to do random sorting.
- Changed: Use native async await instead of promise syntax.
- Changed: Photo index will be included in logging and fine tune the logging data and messages.
- Removed: remove generate_token.js (v1)
- Fixed: #170 fix photo showing when GPHOTO_PREVIOUS is triggered

**`[2.1.1] - 2023/07/17`**
- Changed: Update dependency packages to fix vulnerability.

Expand Down
1 change: 1 addition & 0 deletions shuffle.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// https://stackoverflow.com/a/2450976/2352341
function shuffle(array) {
let currentIndex = array.length,
randomIndex;
Expand Down

0 comments on commit 6c6cdfd

Please sign in to comment.