glanceapp/glance 发布 v0.8.6
Glance v0.8.6 修复 Reddit 组件、Docker 容器识别、X-Forwarded-For 欺骗等问题,并新增自定义 API 函数。
中文处理结果
修复
- Reddit 组件因挑战页面变更无法获取新帖子
- 不健康的 Docker 容器未被正确识别
- selfhst 图标显示过时图标
- X-Forwarded-For 欺骗,可绕过认证的速率限制
- 市场组件中某些市场的货币符号误导
docker-containers组件中 https sock-path 处理不正确reddit、hacker-news和lobsters组件在sort-by: engagement时排序不正确- 按
enter后搜索 bang 指示器未正确清除 - 无法在无密码的 Pi-hole 实例上使用
dns-stats组件 - 无法使用
webp扩展名作为图标 - 当图片 URL 为相对路径时,RSS 源缩略图显示不正确
- 使用
base-url时manifest.json路径不正确
变更
- Videos 组件现在会在频道更新失败时缓存并复用视频列表
- 为
custom-api添加withAllowInsecure函数 - 为
custom-api添加withBasicAuth函数
原始正文
glanceapp/glance released v0.8.6
Fixed
- Reddit widget not fetching new posts due to challenge page changes
- Unhealthy docker containers not getting identified correctly
- selfhst icons showing outdated icons
- X-Forwarded-For spoofing which would allow rate-limit bypass for auth
- Misleading currency symbols for some markets in the markets widget
- Incorrect handling of https sock-path in the
docker-containerswidget - Incorrect sorting for
reddit,hacker-newsandlobsterswidgets withsort-by: engagement - Search bang indicator not getting cleared correctly after pressing
enter - Not being able to use the
dns-statswidget on a Pi-hole instance without a password - Not being able to use
webpextension for icons - RSS feeds not showing correct thumbnails when image URL is a relative path
- Incorrect
manifest.jsonpath when usingbase-url
Changes
- Videos widget will now cache and reuse video lists if an update fails for a channel
- Added
withAllowInsecurefunction tocustom-api - Added
withBasicAuthfunction tocustom-api