Skip to content

Commit f7c1779

Browse files
authored
New version: Qiyuey.BingWallpaperNow version 1.4.5 (microsoft#374562)
1 parent 69eedae commit f7c1779

4 files changed

Lines changed: 131 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Created with WinGet Releaser using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: Qiyuey.BingWallpaperNow
5+
PackageVersion: 1.4.5
6+
InstallerLocale: zh-CN
7+
InstallerType: wix
8+
Scope: machine
9+
UpgradeBehavior: install
10+
ReleaseDate: 2026-05-14
11+
InstallationMetadata:
12+
DefaultInstallLocation: '%ProgramFiles%\Bing Wallpaper Now'
13+
Installers:
14+
- Architecture: x64
15+
InstallerUrl: https://github.com/qiyuey/bing-wallpaper-now/releases/download/1.4.5/Bing.Wallpaper.Now_1.4.5_x64_zh-CN.msi
16+
InstallerSha256: D8A69B60341F42CFBAC5DC7A1F6356433910E766DAF32106BF4F464A872C9C70
17+
ProductCode: '{92C177EC-D14B-4082-9085-6E11453AB338}'
18+
AppsAndFeaturesEntries:
19+
- ProductCode: '{92C177EC-D14B-4082-9085-6E11453AB338}'
20+
UpgradeCode: '{B0269D67-4074-50E2-ACDE-E163F74CE4D1}'
21+
- Architecture: arm64
22+
InstallerUrl: https://github.com/qiyuey/bing-wallpaper-now/releases/download/1.4.5/Bing.Wallpaper.Now_1.4.5_arm64_zh-CN.msi
23+
InstallerSha256: 5DEA68C8774DFE8FD59BABB863E39E9382A25BE187E0D96AD0EFC747F08CBB77
24+
ProductCode: '{A8457366-E4B7-4C37-A733-31EAE18DFC37}'
25+
AppsAndFeaturesEntries:
26+
- ProductCode: '{A8457366-E4B7-4C37-A733-31EAE18DFC37}'
27+
UpgradeCode: '{B0269D67-4074-50E2-ACDE-E163F74CE4D1}'
28+
ManifestType: installer
29+
ManifestVersion: 1.12.0
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# Created with WinGet Releaser using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: Qiyuey.BingWallpaperNow
5+
PackageVersion: 1.4.5
6+
PackageLocale: en-US
7+
Publisher: qiyuey
8+
PublisherUrl: https://github.com/qiyuey
9+
PublisherSupportUrl: https://github.com/qiyuey/bing-wallpaper-now/issues
10+
PackageName: Bing Wallpaper Now
11+
PackageUrl: https://github.com/qiyuey/bing-wallpaper-now
12+
License: MIT
13+
LicenseUrl: https://github.com/qiyuey/bing-wallpaper-now/blob/HEAD/LICENSE
14+
ShortDescription: A cross-platform desktop app to automatically fetch and set Bing daily wallpapers
15+
Description: |-
16+
Bing Wallpaper Now is a lightweight cross-platform desktop application built with Tauri 2.0 (Rust + React).
17+
It automatically fetches and sets Bing's daily wallpapers in UHD resolution.
18+
Features include portrait display support, multi-monitor wallpaper setting, macOS deep integration
19+
(Space auto-restore, fullscreen handling), in-app auto-update, and dark/light theme support.
20+
Tags:
21+
- background
22+
- bing
23+
- desktop
24+
- tauri
25+
- wallpaper
26+
ReleaseNotes: |-
27+
✨ 更新内容
28+
Added
29+
- 新增 AI_INSTALL.md,为 AI 助手 / 命令行代理提供覆盖 macOS / Windows / Linux(含 ARM64)的可复制即运行安装命令
30+
Changed
31+
- 重新规划卡片网格间距:列间距、行间距、容器边距由统一变量驱动,所有屏幕尺寸下视觉一致
32+
- MacBook Pro 16 寸全屏窗口默认保持 3 列,仅外接 4K 等更宽显示器才切换到 4 列布局
33+
Fixed
34+
- 修复滚动列表或调整窗口宽度时,卡片之间偶尔出现的视觉残影
35+
- 修复窄屏与双列布局下,卡片之间行间距意外消失的问题
36+
- 修复某些窗口宽度下卡片排列出现"3+1"等不规则换行的问题
37+
- 修复 Winget 渠道可能附带非 MSI 安装包的问题,确保 Windows 用户通过 Winget 安装到正确的安装器
38+
📦 快速安装
39+
───────────────────┬─────────────────────────────────
40+
平台/架构 │安装包
41+
───────────────────┼─────────────────────────────────
42+
Windows x64 │msi / exe
43+
───────────────────┼─────────────────────────────────
44+
Windows arm64 │msi / exe
45+
───────────────────┼─────────────────────────────────
46+
macOS Apple Silicon│arm64 dmg
47+
───────────────────┼─────────────────────────────────
48+
macOS Intel │x64 dmg
49+
───────────────────┼─────────────────────────────────
50+
Linux x64 │deb / rpm / AppImage
51+
───────────────────┼─────────────────────────────────
52+
Linux arm64 │deb / rpm / AppImage
53+
───────────────────┴─────────────────────────────────
54+
macOS 通过 Homebrew 安装
55+
brew tap qiyuey/tap
56+
brew install --cask bing-wallpaper-now
57+
Windows 通过 WinGet 安装
58+
winget install Qiyuey.BingWallpaperNow
59+
macOS 安装方法
60+
若出现"应用已损坏"或"无法打开",在终端执行(需要管理员权限时可在前面加 sudo):
61+
xattr -rd com.apple.quarantine "/Applications/Bing Wallpaper Now.app"
62+
📄 完整更新日志
63+
1.4.4...1.4.5
64+
感谢使用 Bing Wallpaper Now!如果你喜欢这个项目,欢迎在仓库加星支持。😊
65+
ReleaseNotesUrl: https://github.com/qiyuey/bing-wallpaper-now/releases/tag/1.4.5
66+
ManifestType: defaultLocale
67+
ManifestVersion: 1.12.0
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Created with WinGet Releaser using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json
3+
4+
PackageIdentifier: Qiyuey.BingWallpaperNow
5+
PackageVersion: 1.4.5
6+
PackageLocale: zh-CN
7+
Publisher: qiyuey
8+
PublisherUrl: https://github.com/qiyuey
9+
PublisherSupportUrl: https://github.com/qiyuey/bing-wallpaper-now/issues
10+
PackageName: Bing Wallpaper Now
11+
PackageUrl: https://github.com/qiyuey/bing-wallpaper-now
12+
License: Anti-996 License
13+
LicenseUrl: https://github.com/qiyuey/bing-wallpaper-now/blob/main/LICENSE
14+
ShortDescription: 自动获取并设置 Bing 每日精美壁纸的跨平台桌面应用
15+
Description: |-
16+
Bing Wallpaper Now 是一款基于 Tauri 2.0(Rust + React)构建的轻量跨平台桌面应用。
17+
自动获取 Bing 每日壁纸并设置为桌面背景,支持 UHD 超高清分辨率。
18+
特性包括竖屏显示器自动识别、多显示器壁纸设置、macOS 深度集成
19+
(Space 自动恢复、全屏应用处理)、应用内自动更新、深色/浅色主题等。
20+
Tags:
21+
- background
22+
- bing
23+
- desktop
24+
- tauri
25+
- wallpaper
26+
ManifestType: locale
27+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with WinGet Releaser using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: Qiyuey.BingWallpaperNow
5+
PackageVersion: 1.4.5
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)