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

推荐订阅源

S
Schneier on Security
有赞技术团队
有赞技术团队
T
The Blog of Author Tim Ferriss
F
Fortinet All Blogs
D
DataBreaches.Net
F
Full Disclosure
腾讯CDC
博客园 - 【当耐特】
MyScale Blog
MyScale Blog
Stack Overflow Blog
Stack Overflow Blog
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
爱范儿
爱范儿
The GitHub Blog
The GitHub Blog
Engineering at Meta
Engineering at Meta
大猫的无限游戏
大猫的无限游戏
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
S
SegmentFault 最新的问题
The Register - Security
The Register - Security
WordPress大学
WordPress大学
博客园 - 聂微东
雷峰网
雷峰网
J
Java Code Geeks
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
P
Privacy International News Feed
酷 壳 – CoolShell
酷 壳 – CoolShell
A
Arctic Wolf
Scott Helme
Scott Helme
C
Cyber Attacks, Cyber Crime and Cyber Security
T
Tor Project blog
博客园 - 三生石上(FineUI控件)
Know Your Adversary
Know Your Adversary
AWS News Blog
AWS News Blog
G
Google Developers Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
C
CERT Recently Published Vulnerability Notes
O
OpenAI News
Project Zero
Project Zero
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Application and Cybersecurity Blog
Application and Cybersecurity Blog
云风的 BLOG
云风的 BLOG
N
News and Events Feed by Topic
MongoDB | Blog
MongoDB | Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Microsoft Security Blog
Microsoft Security Blog
Cisco Talos Blog
Cisco Talos Blog
P
Palo Alto Networks Blog
Schneier on Security
Schneier on Security

Release notes 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 Release notes 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.