Commit Graph

153 Commits (f2acf079032696b9cd289b2363ed1ebe147de6f6)

Author SHA1 Message Date
Romain f2acf07903 chore: switch from nyc to c8
Uses native V8 coverage instrumentation
which is faster & better supported

Also supports ESM module if needed in the future
1 year ago
Romain 7b440beba8 fix: restore test coverage with nyc 1 year ago
Romain f20714da1e 2.17.0 1 year ago
Romain 55859d9167 chore: update dependencies 1 year ago
Romain 7d8f49eec8 chore(deps): upgrade ini package 2 years ago
Romain 71639330c4 chore: upgrade many dependencies 2 years ago
Romain 35b3781321 2.16.0 3 years ago
Romain 6f5b96d73a chore(deps): update dependencies 3 years ago
Romain fb743b5402 fix: HEIC conversion logic (downsize module)
Fixes #225
3 years ago
Romain 0dd4fc7e4c test: add more end-to-end integration tests 3 years ago
Romain 293cbf8469 test: make all tests run on Linux + Windows 3 years ago
Romain 3666748f04 chore: switch code coverage from Istanbul to Nyc
Istanbul is no longer maintained
3 years ago
Romain 84a46c16b7 2.15.0 3 years ago
Romain ba186d5493 chore(deps): update dependencies 4 years ago
Romain 87d867f8b3 chore(deps): update to latest version of the built-in themes 4 years ago
Romain 75c6caee69 chore(deps): update all minor dependencies 4 years ago
Romain 7e5ccbfbaa chore(deps): update major dependencies 4 years ago
Romain 6a38bac5db 2.14.0 4 years ago
Romain 7d0f464899 chore(deps): update all minor dependencies 4 years ago
Romain c407873266 feat(core): new --video-stills flag controls when the frame is taken 4 years ago
Romain fbb15c906c 2.13.0 4 years ago
Romain 8264c9b7aa Update non-breaking major dependencies 4 years ago
Romain 4488cfb81e Update all minor/patch dependencies 4 years ago
Romain eefa5bdf33 2.12.0 5 years ago
Romain d4295d2d5f 2.11.0 5 years ago
Romain 3da4fcdf3b feat(core): update downsize module for HEIC optimisations 5 years ago
Romain 77ba7f09ab [feat] Support HEIC images, including iOS single / burst / live photos 5 years ago
Romain 26e7840985 2.10.1 5 years ago
Romain 647a3a5c0f Update all packages to the most recent version. Drops support for Node 4 (out of LTS). 5 years ago
Romain 00c9abf150 2.10.0 5 years ago
Romain 21461628bd feat(themes): enable new offical Flow theme 5 years ago
Romain 7af044df90 2.9.0 5 years ago
Romain 988f0bb3c6 2.8.1 5 years ago
Romain 9e1ee6ecfe 2.8.0 5 years ago
Romain 014a44cfe8 2.7.0 5 years ago
Romain a1ebe53d70 2.6.0 6 years ago
Romain 2c2c518f4b New options --video-format, --video-quality and --video-bitrate 6 years ago
Nikolai Kim 6b7df75ea4 Use Slugify for Albun names 6 years ago
Romain 1f28b3594e 2.5.0 6 years ago
Romain 9425604dd7 chore(dependencies): upgrade Standard from v11 to v12 which introduces a style change 6 years ago
Romain 2427ace270 fix(tests): add missing glob dependency required by integration tests
The build was passing because it’s transitively added by another dependency.
6 years ago
Romain e219fcb676 chore(dependencies): update to latest versions 6 years ago
Romain c29a16ed83 2.4.2 6 years ago
Almir Kadric e8a6d179f1 bumped fs-extra version to fix issue 6 years ago
Romain 59e9f61014 2.4.1 6 years ago
Romain 37ea6c6ba3 fix(themes): resolve built-in theme paths instead of hardcoding node_modules path
The previous method only worked locally inside the repo, but not once the package is published to npm.
Once published, built-in themes are flattened instead of nested.
6 years ago
Romain ba72015124 chore(build): use a whitelist for the content of npm publish 6 years ago
Romain 83831274ff refactor(themes): remove themes from core + use the new extracted modules 6 years ago
Romain bf60ae4677 refactor(components): bring ListrWorkQueue into this repo to simplify the build process
- This component was not published to the rpm registry anyway
- We depended on the repo’s master branch which can break things for everyone
- Its repo was not getting much attention which meant
  * no tests, no coverage report
  * no linting
  * no package linting (e.g. had 2 dependencies that weren’t actually used)

It will be simpler to manage this way
6 years ago
Romain 00dac76983 test(exiftool): add tests for batch exiftool streaming 6 years ago