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

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
Jina AI
Jina AI
宝玉的分享
宝玉的分享
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
人人都是产品经理
人人都是产品经理
博客园 - 聂微东
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
J
Java Code Geeks
博客园 - 【当耐特】
小众软件
小众软件
博客园 - Franky
S
SegmentFault 最新的问题
WordPress大学
WordPress大学
雷峰网
雷峰网
The Cloudflare Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
量子位
Last Week in AI
Last Week in AI
博客园_首页
月光博客
月光博客
IT之家
IT之家
阮一峰的网络日志
阮一峰的网络日志
Webroot Blog
Webroot Blog
Stack Overflow Blog
Stack Overflow Blog
腾讯CDC
云风的 BLOG
云风的 BLOG
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
W
WeLiveSecurity
Recent Commits to openclaw:main
Recent Commits to openclaw:main
D
Docker
The Last Watchdog
The Last Watchdog
有赞技术团队
有赞技术团队
Hacker News - Newest:
Hacker News - Newest: "LLM"
D
DataBreaches.Net
S
Security @ Cisco Blogs
Blog — PlanetScale
Blog — PlanetScale
GbyAI
GbyAI
TaoSecurity Blog
TaoSecurity Blog
S
Security Affairs
Y
Y Combinator Blog
O
OpenAI News
罗磊的独立博客
MongoDB | Blog
MongoDB | Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Forbes - Security
Forbes - Security
P
Palo Alto Networks Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
K
Kaspersky official blog
Cloudbric
Cloudbric

Tags from mazanoke

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

I'm delighted to present some much-requested and quality-of-life features in this release, including support for HEIC file conversion!

The support from the community has been incredibly encouraging, and with over 4600 docker pulls, the project is now humbly making its way toward a 500 stars milestone.

I'd also like to take this opportunity to thank @jghaanstra for being the first to support the project with a donation.

Note

After installing this update, please clear page cache and refresh the page.
Starting from the next release, if you are running on old cache, you’ll see a notice to refresh the page.

Highlights

  • Support conversion from HEIC(HEIF), AVIFJPG, PNG, WebP. #4
  • Paste image/files from clipboard to start optimization (on desktop). #10
    • Firefox-based browsers only process one file from the clipboard due to a limitation.
  • When setting a file size limit, you can switch between units MB and KB. #8
  • Remember last-used settings.
    • Stored locally in the browser, restored them when revisiting the app.

Enhancements

  • Added button to install MAZANOKE as a web app, opposed to needing to use the browser interface.
  • Display update notice to refresh the page when the app is running an old version.
    • For docker deployments, the app version number is available at the bottom of the page.
    • As stated in the "Note" at the top, these changes won't apply until you do a full refresh of the page.
  • Optimized image file sizes below 1MB are shown in KB, e.g. "42KB" instead of "0.042MB".
  • Number fields increments with more appropriate steps.
  • Form validation improved to prevent inserting values exceeding what is supported by the app.
  • Set default quality level to 80%, previously set to 90%. #13
  • Docker support for ARM 64bit. (Please report back any issue in #17)
  • Major codebase refactoring for maintainability.
  • Minor UI updates.

Fixes

  • The counter for the "Images" section did not properly reset after deleting all images. #14
  • The quality slider bar and thumb elements could go out of sync when a non-number value was inserted into the number field b2a5b7f
  • The script (JSZip) for downloading all images was not cached for offline usage. a28fc59
  • Image dimensions could shrink when using "Limit file size" option, even if "Keep original dimensions" option was selected. a63f508
  • In rare occasions, the input fields would be invisible during the start of page load. 45664e5