EXE
WinGet
AFFiNE
AFFiNE · 0.17.1 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
affine-0.17.1-stable-windows-x64.nsis.exe /S
Custom
affine-0.17.1-stable-windows-x64.nsis.exe /S /allusers
Upgrade
affine-0.17.1-stable-windows-x64.nsis.exe /S --updated
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\4b12e443-6fdb-548f-8fc6-9c113eb743fb
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
0.17.1
Associated with 32-bit app on 64-bit clients
No
MSI Properties
Product Code
4b12e443-6fdb-548f-8fc6-9c113eb743fb
File Identity
Filename
affine-0.17.1-stable-windows-x64.nsis.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
ToEverything.AFFiNE
Version
0.17.1
Description
A privacy-focused, local-first, open-source, and ready-to-use alternative for Notion & Miro. One hyper-fused platform for wildly creative minds.
License
Proprietary
↗
Installer URL
https://github.com/toeverything/AFFiNE/releases/download/v0.17.1/affine-0.17.1-stable-windows-x64.nsis.exe
Upgrade Behavior
install(Install over existing)
Release Notes
🐞 Bug Fixes
- Collect workflow's assistant content - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/8373 (ed8e4)
- core:
- Circular dependency - by @forehalo (39f60)
- Remove openInfoModalAtom to avoid multiple modal opened in split-view - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8329 (f9e0c)
- Fix preview mode - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8349 (d0f04)
- Unexpected routing history appears on the shared page - by @Ji…