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

推荐订阅源

Stack Overflow Blog
Stack Overflow Blog
WordPress大学
WordPress大学
小众软件
小众软件
量子位
雷峰网
雷峰网
酷 壳 – CoolShell
酷 壳 – CoolShell
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Jina AI
Jina AI
T
Threat Research - Cisco Blogs
博客园_首页
The Hacker News
The Hacker News
C
Cyber Attacks, Cyber Crime and Cyber Security
有赞技术团队
有赞技术团队
宝玉的分享
宝玉的分享
Security Latest
Security Latest
博客园 - 叶小钗
The Last Watchdog
The Last Watchdog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
IT之家
IT之家
腾讯CDC
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
L
Lohrmann on Cybersecurity
V
V2EX
P
Proofpoint News Feed
I
Intezer
云风的 BLOG
云风的 BLOG
Spread Privacy
Spread Privacy
罗磊的独立博客
H
Help Net Security
T
Tor Project blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
S
Schneier on Security
Blog — PlanetScale
Blog — PlanetScale
L
LINUX DO - 热门话题
D
DataBreaches.Net
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
W
WeLiveSecurity
N
News and Events Feed by Topic
TaoSecurity Blog
TaoSecurity Blog
Simon Willison's Weblog
Simon Willison's Weblog
Latest news
Latest news
P
Proofpoint News Feed
NISL@THU
NISL@THU
Y
Y Combinator Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
博客园 - Franky
Hugging Face - Blog
Hugging Face - Blog
P
Palo Alto Networks Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
S
Security @ Cisco Blogs

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.