2
0
mirror of https://github.com/thumbsup/thumbsup synced 2024-11-11 07:10:26 +00:00
Commit Graph

419 Commits

Author SHA1 Message Date
Romain
eefa5bdf33 2.12.0 2019-07-08 21:40:23 +02:00
Romain
f7235a297f docs(readme): update README with latest settings 2019-07-08 20:57:29 +02:00
Romain
847f343f06 feat(core): new locale option to render dates in the right format 2019-07-08 20:56:16 +02:00
Romain
3671c1211c refactor(cli): simplify options parsing + include options in integration test 2019-07-07 22:09:20 +02:00
Romain
1502e8be0d feat(themes): expose all program options to the theme templates
Fixes #174
2019-07-07 21:23:28 +02:00
Romain
f088615caa feat(cli): now option to set the home album name
Part of #176
2019-07-07 19:38:32 +02:00
Romain
8aa2780507 Ignore files generated during integration tests 2019-07-02 20:41:47 +02:00
Romain
066155f0fb Uses more web-friendly and robust slugs for album filenames (no quotes, no colons…)
Fixes #164
2019-06-13 22:50:41 +02:00
Romain
4d8dfcb7b7 fix(cli): can explicitly set the log level to “default” for the Listr renderer
Fixes #154
2019-06-13 22:36:31 +02:00
Romain
d4295d2d5f 2.11.0 2019-06-12 21:47:44 +02:00
Romain
3da4fcdf3b feat(core): update downsize module for HEIC optimisations 2019-06-12 21:47:07 +02:00
Romain
e48aeb1fbe docs(readme): move the sample gallery up 2019-06-12 21:29:36 +02:00
Romain
3c94578390 docs(readme): mention optional ImageMagick dependency 2019-06-12 21:27:39 +02:00
Romain
77ba7f09ab [feat] Support HEIC images, including iOS single / burst / live photos 2019-06-10 23:59:12 +02:00
Romain
a09ff03f2e [feat] new option to pass settings to a theme, from a JSON file
Fixes #168
2019-06-05 22:45:02 +02:00
Romain
26e7840985 2.10.1 2019-05-29 22:29:58 +02:00
Romain
647a3a5c0f Update all packages to the most recent version. Drops support for Node 4 (out of LTS). 2019-05-29 22:29:49 +02:00
Andrew McOlash
d2ad35d225 Add flow theme to README (#163) 2019-04-29 19:28:25 +02:00
Romain
00c9abf150 2.10.0 2019-03-31 23:08:41 +02:00
Romain
21461628bd feat(themes): enable new offical Flow theme 2019-03-31 23:08:35 +02:00
Romain
9c581bbd0b feat(albums): optionally generate a ZIP file for each album
Fixes #125
2019-03-17 22:56:48 +01:00
Romain
f10544a6a9 fix(model): remove unnecessary ./ for files in the root folder 2019-03-17 22:25:17 +01:00
Romain
7af044df90 2.9.0 2019-03-16 22:40:33 +01:00
Romain
7f18dfb64c Don’t send .git folder to the Docker daemon (faster builds) 2019-03-16 21:46:43 +01:00
Romain
5571e0e6bf Expose width and height in the file metadata
Fixes #149
2019-03-16 21:34:18 +01:00
Andrew McOlash
282713f273 Allow generating rectangular thumbnails (#146)
Add rectangular thumbnail
2019-02-25 19:06:03 +01:00
Romain
988f0bb3c6 2.8.1 2019-02-21 20:56:53 +01:00
Romain
c4719328af fix(database): add support for AVI and WMV videos
fixes #147
2019-02-21 20:56:23 +01:00
Romain
9e1ee6ecfe 2.8.0 2019-02-15 21:07:44 +01:00
Romain
2e875e7448 test(theme): add tests for escaping of single and double quotes 2019-02-15 21:04:57 +01:00
Romain
282cf26473 Update README with CLI options 2019-02-15 07:58:52 +01:00
Andrew McOlash
11da4850c8 Add in escaping of quotes for relative paths (#145)
* Add in escaping of quotes for relative paths

* Add double quote escaping

* Fix lint errors

* Always escape relative paths
2019-02-15 07:07:19 +01:00
Romain
63990904d0
Merge pull request #143 from thumbsup/output-structure
Support suffix based generated paths instead of folder groups
2019-02-13 22:36:25 +01:00
Romain
220b2137ec feat(media): support suffix based generated paths instead of folder groups
Fixes #32, Fixes #111
2019-02-13 22:18:54 +01:00
Romain
f9c7bcbc7e fix(lint): fix code linting 2019-02-07 23:54:10 +01:00
Romain
0bd4dc9fab feat(cli): print warning when using deprecated options 2019-02-07 22:30:45 +01:00
Romain
96bb3ad902 feat(resize): new options to control preview images (resize, copy, symlink…)
Fixes #115
2019-02-07 22:08:38 +01:00
Romain
014a44cfe8 2.7.0 2019-01-23 23:12:43 +01:00
Romain
06dd54f7ef docs(cli): update README with include/exclude options 2019-01-23 22:52:30 +01:00
Romain
9bda0a4835 feat(database): new include/exclude arguments to filter the input folder 2019-01-23 22:48:54 +01:00
Romain
ec6fbf9b0a test(database): more unit tests for file globbing patterns 2019-01-08 21:53:20 +01:00
Romain
7adf635c7f docs(options): create miscellaneous options group 2019-01-08 21:45:43 +01:00
Romain
f30eddb6dd feat(options): new flags to selectively include photos / videos / raw photos
fixes #128
2019-01-08 21:45:02 +01:00
Romain
a1ebe53d70 2.6.0 2019-01-07 21:54:54 +01:00
Romain
2c2c518f4b New options --video-format, --video-quality and --video-bitrate 2019-01-07 21:48:44 +01:00
Romain
54f3e184cc
Merge pull request #139 from yaruson/sanitize-filename
Use Slugify for Album names
2019-01-06 22:33:34 +01:00
Nikolai Kim
6b7df75ea4 Use Slugify for Albun names 2019-01-06 23:52:21 +03:00
Romain
1f28b3594e 2.5.0 2018-12-11 23:11:21 +01:00
Romain
9425604dd7 chore(dependencies): upgrade Standard from v11 to v12 which introduces a style change 2018-12-11 23:11:03 +01:00
Romain
2427ace270 fix(tests): add missing glob dependency required by integration tests
The build was passing because it’s transitively added by another dependency.
2018-12-11 23:01:04 +01:00