• v0.2.0 21fd8eaf55

    v0.2.0 Stable

    gamewhale released this 2026-05-20 13:01:52 +08:00 | 0 commits to main since this release

    Omni-Notify v0.2.0

    更新内容

    • 删除“开机自启”功能。
    • 移除 Windows 启动项注册表写入逻辑,不再写入 HKCU\Software\Microsoft\Windows\CurrentVersion\Run
    • 新增标准应用清单,声明应用以普通用户权限运行。
    • 新增 framework-dependent 发布脚本,发布包不内置 .NET 运行时。
    • 禁用单文件、自解压、裁剪和 ReadyToRun 发布方式,保持产物结构透明。
    • 规范发布包命名为 omni-notify-v0.2.0-win-x64.zip
    • 重写项目文档:
      • README.md 面向最终用户。
      • docs/development.md 面向开发者。
    • 删除过时且重复的 PRD.mddocs/usage.md

    运行要求

    • Windows 10 或更高版本
    • .NET 8 Desktop Runtime

    发布资产

    omni-notify-v0.2.0-win-x64.zip

    验证

    • dotnet build .\OmniNotify.csproj -c Release 构建通过。
    • 发布脚本成功生成 v0.2.0 Windows x64 压缩包。
    • 发布目录未包含 coreclr.dllhostfxr.dllhostpolicy.dll 等 .NET 运行时文件。
    Downloads
  • v0.1.1 09b68ada48

    v0.1.1 Stable

    gamewhale released this 2026-05-19 02:06:11 +08:00 | 1 commits to main since this release

    更新内容

    • 启动软件时默认静默运行,不再自动弹出主界面,方便开机自启。
    • 托盘图标支持左键单击打开或隐藏主界面。

    运行要求

    • Windows 10+
    • 需要安装 .NET 8 Desktop Runtime
    Downloads
  • v0.1.0 877b45029e

    v0.1.0 Stable

    gamewhale released this 2026-05-19 01:54:07 +08:00 | 2 commits to main since this release

    v0.1.0

    首个可用版本。

    内容

    • 提供 Windows x64 单文件发布产物
    • 支持本地 HTTP /notify 消息接入
    • 支持频道管理、免打扰、熔断限流与历史记录
    • 支持可配置的桌面通知弹窗样式

    运行要求

    • Windows 10+
    • .NET 8 Desktop Runtime
    Downloads