惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 三生石上(FineUI控件)
博客园 - Franky
GbyAI
GbyAI
B
Blog
WordPress大学
WordPress大学
D
Docker
小众软件
小众软件
月光博客
月光博客
博客园 - 【当耐特】
T
The Blog of Author Tim Ferriss
IT之家
IT之家
腾讯CDC
Engineering at Meta
Engineering at Meta
Vercel News
Vercel News
H
Help Net Security
M
MIT News - Artificial intelligence
L
LangChain Blog
云风的 BLOG
云风的 BLOG
S
SegmentFault 最新的问题
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
美团技术团队
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
V
V2EX
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻

Tags from mazanoke

Release v1.1.6 · civilblur/mazanoke Release v1.1.4 · civilblur/mazanoke Release v1.1.2 · civilblur/mazanoke Release v1.1.3 · civilblur/mazanoke Release v1.1.0 · civilblur/mazanoke Release v1.0.1 · civilblur/mazanoke Release v1.0.0 · civilblur/mazanoke
Release v1.1.5 · civilblur/mazanoke
2025-06-10 · via Tags from mazanoke

The focus of this release has been to improve the core foundation and file format support, but I'm planning to expand with more features further down the road in order to improve the usefulness of MAZANOKE (while still keeping the UX simple). Feel free and share your feature requests here.

Since the last update, it's been incredible to see the growth of the user base, with over 54,000 docker pulls for the previous release alone. I'd like to thank everyone who helped spread the word, whether through starring, word of mouth, community engagement, blog posts, or by packaging it for things like Unraid and NixOS, and everything in between!

I also feel incredibly honored that MAZANOKE was recently featured on Tailscale, LINUX Unplugged (Ep. 615), and Self-Host Weekly (May 2), please check them out!

mazanoke-tailscale Tailscale mazanoke-linux-unplugged LINUX Unplugged mazanoke-selfhosted-weekly Self-Host Weekly

Note

For docker deployments, after updating, you should see a notice with a "Refresh" button.
However, the "Refresh" button might not be reliable at the moment, you can instead use ctrl/cmd + shift + r to clear old cache. If you're on mobile, you need to clear the cache from the browser settings.
I will look into a more reliable way for cache busting in a future release.

Highlights

  • Support basic authentication for Docker setups, using environment variables USERNAME and PASSWORD. #16 ec16428
  • TIFF file format support.
  • ICO file format support.

Enhancements

  • Allow the deletion of individual images opposed to just having "Delete all".
  • Slight improved speed when optimizing HEIC images. 695f03e
  • Enhanced UI feedback in "Images" section.
    • Newly optimized images are highlighted briefly to emphasize their entrance. a2058d2
    • Deleting images provides exit animation. 6cb24ee 4553b82
  • Updated the descriptions in "Convert to JPG/PNG/WebP/ICO" options, to provide basic insight on each image format's pros and cons.
  • Optimize Dockerfile build process by @maxlerebourg in 293608f #24
  • Refactored codebase of the image optimization flow, making it more straightforward to integrate new image formats.

Fixes

  • "Download all images" would only download one of the images if they shared exact name and file extension. 4dca1f0
  • HEIC images could not be resized to dimensions smaller than 50 pixels, a bug from v1.1.2. 2711bdb

Documentation

  • Add instructions on how to setup basic authentication. (Configuration)
  • Update project structure app flow information with the introduction of postProcessImage(). (Project Structure)
  • Details on how to update new dependencies ico.js, png2ico.js, libheif, utif.js. (Updating Dependencies)
    • png2ico.js is packages as an ES module by default and needs to be adjusted to expose its function to window.