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

推荐订阅源

Engineering at Meta
Engineering at Meta
博客园_首页
H
Help Net Security
WordPress大学
WordPress大学
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
B
Blog
I
InfoQ
SecWiki News
SecWiki News
T
Tailwind CSS Blog
Spread Privacy
Spread Privacy
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
V
Vulnerabilities – Threatpost
N
Netflix TechBlog - Medium
P
Palo Alto Networks Blog
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Vercel News
Vercel News
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
K
Kaspersky official blog
M
MIT News - Artificial intelligence
S
Schneier on Security
T
Threat Research - Cisco Blogs
F
Fortinet All Blogs
Cyberwarzone
Cyberwarzone
Scott Helme
Scott Helme
aimingoo的专栏
aimingoo的专栏
Martin Fowler
Martin Fowler
MyScale Blog
MyScale Blog
The Cloudflare Blog
Recent Announcements
Recent Announcements
Security Latest
Security Latest
G
GRAHAM CLULEY
IT之家
IT之家
Y
Y Combinator Blog
The Last Watchdog
The Last Watchdog
腾讯CDC
Google DeepMind News
Google DeepMind News
V
V2EX
S
Securelist
TaoSecurity Blog
TaoSecurity Blog
B
Blog RSS Feed
S
SegmentFault 最新的问题
博客园 - 叶小钗
P
Proofpoint News Feed
云风的 BLOG
云风的 BLOG
Project Zero
Project Zero
G
Google Developers Blog
Google DeepMind News
Google DeepMind News
F
Full Disclosure

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.