Commit Graph

71 Commits (30f203af4bbeba589c034814444169e57e4e2185)

Author SHA1 Message Date
Romain 30f203af4b Render progress using Listr + split the main process into "steps" which are easier to test 7 years ago
Romain 179cc57644 Update “debug” package to fix insecure vulnerability warning 7 years ago
Romain 97a6e348cc Update all dependencies 7 years ago
Romain 35f9ee96b6 Update many dependencies to latest 7 years ago
Romain 0b27d37881 Read metadata from Picasa.ini if present 7 years ago
Romain 3e64d2ab38 Create a Metadata model attached to input files
- for easier unit testing
- to enable input filtering (e.g. only include photos with this keyword)
7 years ago
Romain 5074fb267f 2.1.0 7 years ago
Romain ac67a08da9 Use new “downsize” package that was split out (to make testing edge cases easier) 7 years ago
Romain 80f7a88c35 Fix #61: new options to avoid copying original photos to the output folder 7 years ago
Romain 92706276a0 Fix Github URL in package.json 7 years ago
Romain 96cd92aa46 2.0.1 7 years ago
Romain 8b66a16134 2.0.0 7 years ago
Romain 91e55daf9b Upgrade VideoJS to 5.17 7 years ago
Romain fb77791c80 Fix #33: new --cleanup option to remove unused generated thumbnails/media 7 years ago
Romain 5d82cabd1c Run full CI build locally as part of "npm test" to avoid surprises 7 years ago
Romain 59b9bdbbd2 Use <standard> for code style, which removed lots of unused variables/requires 7 years ago
Romain e71e5d4207 Replace custom "make" DSL with the output task list (#60) 7 years ago
Romain 631aee6a4d 2.0.0-alpha.4 7 years ago
Romain 8dccb88f25 Use [exiftool-json-db] to maintain the JSON database of media files 7 years ago
Romain dcb06c5242 2.0.0-alpha.3 7 years ago
Romain 38a6969eac Fix lightgallery version to fix #53.
There seems to be a breaking change between 1.2.14 and 1.3.5
where light gallery doesn't bundle-in the plugins.
Instead they're available for download as separate npm modules.

Will need to fix that if we want to upgrade to the latest version of lightgallery.
7 years ago
Romain 1817aec7e4 Update package.json with new repository details 7 years ago
Romain 9eec5c3a0a 2.0.0-alpha.2 7 years ago
Romain c98227fde4 2.0.0-alpha.1 7 years ago
Romain 21e4a3fae2 Add "npm test" to quickly run unit tests without the full build 8 years ago
Romain 6bfba60918 Update all dependencies + full build script in scripts/cibuild 8 years ago
Romain 6565acb259 Update README.md 8 years ago
Romain 5117c19eed Cleanup CLI and validate multiple-choice arguments 8 years ago
Romain Prieto a47259b220 Fix README table of contents 8 years ago
Romain Prieto 9c0071c00d Work in progress: support multiple themes 8 years ago
Romain Prieto c2f290bbd6 thumbsup v2: rewrite the website around 'albums' 8 years ago
Romain 3c4e5ad877 Move the website from gh-pages to a /docs subfolder (new Github feature) (#39)
Much easier to manage
8 years ago
Romain Prieto 4baf46031c Cleanup README and add table of contents 8 years ago
Romain Prieto 820f5649b2 1.1.2 8 years ago
Romain Prieto b4378356f1 Update all packages, now compatible with Node 5 8 years ago
Romain Prieto 892c9380b8 1.1.0 9 years ago
Romain Prieto 7d6afac2d0 Upgrade to LightGallery 1.2.2, and use VideoJS for playing videos 9 years ago
Romain Prieto 9473462871 Move to lightgallery instead of blueimp (had video player issues) 9 years ago
Romain Prieto c7865b55cc 1.0.0 10 years ago
Romain Prieto fceed991c4 Bump up all dependencies 10 years ago
Romain Prieto e74733f52d Homepage with grid of 4 images per gallery 10 years ago
Romain Prieto cb835d0ed2 Part of #20, auto-rotates photos based on the EXIF data 10 years ago
Romain Prieto c72f46e463 Fix #19: support for MTS files, with full-frame mp4 export 10 years ago
Romain Prieto 8bffd0bfbd 0.1.1 10 years ago
Romain Prieto bdb43ff4c7 Upgrade yargs (removes debug messages) + remove commander (obsolete) 10 years ago
Romain Prieto 3226077f23 0.1.0 10 years ago
rprieto f1f09adc14 Sort folders by date or by name 10 years ago
rprieto 3c8ecce018 Use <yargs> to parse command line args, and support JSON config 10 years ago
rprieto 436d126050 Remove <regen> dependency (faster builds)
Since we read all the file metadata for EXIF dates, and we need it as well for the view model,
we should use it to generate the thumbnails and save many calls to glob() and fs.stat()
10 years ago
rprieto 17c4b0f9f1 Helper commands in package.json to build the example website 10 years ago