Branch: refs/heads/master
Home: https://github.com/s9y/Serendipity
Commit: fb0477f874e909352774fb9aeb139a9c9e314cde
https://github.com/s9y/Serendipity/commit/fb0477f874e909352774fb9aeb139a9c9e314cde
Author: onli <on...@pa...>
Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths:
M include/functions_images.inc.php
Log Message:
-----------
Reduze thumbnail size by setting sound jpg quality setting
Quality 100 blows jpg file size way too much, for no visible advantage
Commit: 2b2be43a96581a1416487b301a5696d93706baf5
https://github.com/s9y/Serendipity/commit/2b2be43a96581a1416487b301a5696d93706baf5
Author: onli <on...@pa...>
Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths:
M include/functions_images.inc.php
Log Message:
-----------
Set default gd thumbnail jpg quality to 85
It's the default web quality, and makes a visible difference
Commit: 3fea0c58a3ea3bbd5b598757a153f59f62e53fbc
https://github.com/s9y/Serendipity/commit/3fea0c58a3ea3bbd5b598757a153f59f62e53fbc
Author: onli <on...@pa...>
Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths:
M serendipity_config.inc.php
Log Message:
-----------
Enable imagemagick default params for jpeg
Commit: a6592b528127fa0d92bf84555fe59c4158bf4c6d
https://github.com/s9y/Serendipity/commit/a6592b528127fa0d92bf84555fe59c4158bf4c6d
Author: onli <on...@pa...>
Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths:
M bundled-libs/composer/autoload_classmap.php
M bundled-libs/composer/autoload_files.php
M bundled-libs/composer/autoload_psr4.php
M bundled-libs/composer/autoload_real.php
M bundled-libs/composer/autoload_static.php
M bundled-libs/composer/installed.json
M bundled-libs/composer/installed.php
M bundled-libs/composer/platform_check.php
A bundled-libs/spatie/image-optimizer/CHANGELOG.md
A bundled-libs/spatie/image-optimizer/LICENSE
A bundled-libs/spatie/image-optimizer/README.md
A bundled-libs/spatie/image-optimizer/composer.json
A bundled-libs/spatie/image-optimizer/src/DummyLogger.php
A bundled-libs/spatie/image-optimizer/src/Image.php
A bundled-libs/spatie/image-optimizer/src/Optimizer.php
A bundled-libs/spatie/image-optimizer/src/OptimizerChain.php
A bundled-libs/spatie/image-optimizer/src/OptimizerChainFactory.php
A bundled-libs/spatie/image-optimizer/src/Optimizers/Avifenc.php
A bundled-libs/spatie/image-optimizer/src/Optimizers/BaseOptimizer.php
A bundled-libs/spatie/image-optimizer/src/Optimizers/Cwebp.php
A bundled-libs/spatie/image-optimizer/src/Optimizers/Gifsicle.php
A bundled-libs/spatie/image-optimizer/src/Optimizers/Jpegoptim.php
A bundled-libs/spatie/image-optimizer/src/Optimizers/Optipng.php
A bundled-libs/spatie/image-optimizer/src/Optimizers/Pngquant.php
A bundled-libs/spatie/image-optimizer/src/Optimizers/Svgo.php
A bundled-libs/spatie/image-optimizer/svgo.config.js
A bundled-libs/symfony/polyfill-php80/LICENSE
A bundled-libs/symfony/polyfill-php80/Php80.php
A bundled-libs/symfony/polyfill-php80/PhpToken.php
A bundled-libs/symfony/polyfill-php80/README.md
A bundled-libs/symfony/polyfill-php80/Resources/stubs/Attribute.php
A bundled-libs/symfony/polyfill-php80/Resources/stubs/PhpToken.php
A bundled-libs/symfony/polyfill-php80/Resources/stubs/Stringable.php
A bundled-libs/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php
A bundled-libs/symfony/polyfill-php80/Resources/stubs/ValueError.php
A bundled-libs/symfony/polyfill-php80/bootstrap.php
A bundled-libs/symfony/polyfill-php80/composer.json
A bundled-libs/symfony/process/CHANGELOG.md
A bundled-libs/symfony/process/Exception/ExceptionInterface.php
A bundled-libs/symfony/process/Exception/InvalidArgumentException.php
A bundled-libs/symfony/process/Exception/LogicException.php
A bundled-libs/symfony/process/Exception/ProcessFailedException.php
A bundled-libs/symfony/process/Exception/ProcessSignaledException.php
A bundled-libs/symfony/process/Exception/ProcessTimedOutException.php
A bundled-libs/symfony/process/Exception/RuntimeException.php
A bundled-libs/symfony/process/ExecutableFinder.php
A bundled-libs/symfony/process/InputStream.php
A bundled-libs/symfony/process/LICENSE
A bundled-libs/symfony/process/PhpExecutableFinder.php
A bundled-libs/symfony/process/PhpProcess.php
A bundled-libs/symfony/process/Pipes/AbstractPipes.php
A bundled-libs/symfony/process/Pipes/PipesInterface.php
A bundled-libs/symfony/process/Pipes/UnixPipes.php
A bundled-libs/symfony/process/Pipes/WindowsPipes.php
A bundled-libs/symfony/process/Process.php
A bundled-libs/symfony/process/ProcessUtils.php
A bundled-libs/symfony/process/README.md
A bundled-libs/symfony/process/composer.json
M composer.json
M composer.lock
M include/functions_images.inc.php
Log Message:
-----------
Add image optimizer to thumbnail creation flow
Commit: 99365916677eb236537efe8a177e0fca0b19f5a4
https://github.com/s9y/Serendipity/commit/99365916677eb236537efe8a177e0fca0b19f5a4
Author: onli <on...@pa...>
Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths:
M bundled-libs/composer/autoload_classmap.php
M bundled-libs/composer/autoload_files.php
M bundled-libs/composer/autoload_psr4.php
M bundled-libs/composer/autoload_real.php
M bundled-libs/composer/autoload_static.php
M bundled-libs/composer/installed.json
M bundled-libs/composer/installed.php
M bundled-libs/composer/platform_check.php
R bundled-libs/spatie/image-optimizer/CHANGELOG.md
R bundled-libs/spatie/image-optimizer/LICENSE
R bundled-libs/spatie/image-optimizer/README.md
R bundled-libs/spatie/image-optimizer/composer.json
R bundled-libs/spatie/image-optimizer/src/DummyLogger.php
R bundled-libs/spatie/image-optimizer/src/Image.php
R bundled-libs/spatie/image-optimizer/src/Optimizer.php
R bundled-libs/spatie/image-optimizer/src/OptimizerChain.php
R bundled-libs/spatie/image-optimizer/src/OptimizerChainFactory.php
R bundled-libs/spatie/image-optimizer/src/Optimizers/Avifenc.php
R bundled-libs/spatie/image-optimizer/src/Optimizers/BaseOptimizer.php
R bundled-libs/spatie/image-optimizer/src/Optimizers/Cwebp.php
R bundled-libs/spatie/image-optimizer/src/Optimizers/Gifsicle.php
R bundled-libs/spatie/image-optimizer/src/Optimizers/Jpegoptim.php
R bundled-libs/spatie/image-optimizer/src/Optimizers/Optipng.php
R bundled-libs/spatie/image-optimizer/src/Optimizers/Pngquant.php
R bundled-libs/spatie/image-optimizer/src/Optimizers/Svgo.php
R bundled-libs/spatie/image-optimizer/svgo.config.js
R bundled-libs/symfony/polyfill-php80/LICENSE
R bundled-libs/symfony/polyfill-php80/Php80.php
R bundled-libs/symfony/polyfill-php80/PhpToken.php
R bundled-libs/symfony/polyfill-php80/README.md
R bundled-libs/symfony/polyfill-php80/Resources/stubs/Attribute.php
R bundled-libs/symfony/polyfill-php80/Resources/stubs/PhpToken.php
R bundled-libs/symfony/polyfill-php80/Resources/stubs/Stringable.php
R bundled-libs/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php
R bundled-libs/symfony/polyfill-php80/Resources/stubs/ValueError.php
R bundled-libs/symfony/polyfill-php80/bootstrap.php
R bundled-libs/symfony/polyfill-php80/composer.json
R bundled-libs/symfony/process/CHANGELOG.md
R bundled-libs/symfony/process/Exception/ExceptionInterface.php
R bundled-libs/symfony/process/Exception/InvalidArgumentException.php
R bundled-libs/symfony/process/Exception/LogicException.php
R bundled-libs/symfony/process/Exception/ProcessFailedException.php
R bundled-libs/symfony/process/Exception/ProcessSignaledException.php
R bundled-libs/symfony/process/Exception/ProcessTimedOutException.php
R bundled-libs/symfony/process/Exception/RuntimeException.php
R bundled-libs/symfony/process/ExecutableFinder.php
R bundled-libs/symfony/process/InputStream.php
R bundled-libs/symfony/process/LICENSE
R bundled-libs/symfony/process/PhpExecutableFinder.php
R bundled-libs/symfony/process/PhpProcess.php
R bundled-libs/symfony/process/Pipes/AbstractPipes.php
R bundled-libs/symfony/process/Pipes/PipesInterface.php
R bundled-libs/symfony/process/Pipes/UnixPipes.php
R bundled-libs/symfony/process/Pipes/WindowsPipes.php
R bundled-libs/symfony/process/Process.php
R bundled-libs/symfony/process/ProcessUtils.php
R bundled-libs/symfony/process/README.md
R bundled-libs/symfony/process/composer.json
M composer.json
M composer.lock
M include/functions_images.inc.php
Log Message:
-----------
Revert "Add image optimizer to thumbnail creation flow"
This reverts commit 38aa589e37de1d910cd5f09b39a5c29bf6c7b91a.
Commit: 99ce856b9ea37ba214ce4c7c96414a1e321d80e6
https://github.com/s9y/Serendipity/commit/99ce856b9ea37ba214ce4c7c96414a1e321d80e6
Author: onli <on...@pa...>
Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths:
M docs/NEWS
Log Message:
-----------
document changes
Compare: https://github.com/s9y/Serendipity/compare/1e7edd45353d...99ce856b9ea3
To unsubscribe from these emails, change your notification settings at https://github.com/s9y/Serendipity/settings/notifications
|