Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,24 @@

## [Unreleased]

## [0.1.1] - 2026-07-11

### Added

- 增加 Linux 平台 Provider,支持系统与权限、物理网卡与驱动、Wi-Fi、DHCP、路由、metric、默认路由和邻居表信息收集。
- 增加 Nix flake、锁文件与 direnv 集成,为 Linux 开发环境提供 .NET 10、`iproute2`、NetworkManager 和 `iw`。
- 增加 Roadmap、Contributing、MIT License 与完整的项目文档。
- 增加项目图标与 Logo 的 PNG 资源。

### Changed

- 重写 `AGENTS.md`,将开发路线与诊断范围迁移至 `ROADMAP.md`。
- 根据当前 nixpkgs 支持范围,Nix devShell 支持 `x86_64-linux`、`aarch64-linux` 和 `aarch64-darwin`。

### Fixed

- 修复未征得用户同意即收集系统代理信息的隐私问题。
- 修复 CLI 原样显示 MAC、BSSID 与邻居链路层地址的问题,默认隐藏设备标识字节。

## [0.1.0] - 2026-05-22

Expand All @@ -22,4 +37,5 @@
- 增加 CI、标签发布工作流与 Nerdbank.GitVersioning 版本管理。

[0.1.0]: https://github.com/LyCecilion/xidio/releases/tag/v0.1.0
[Unreleased]: https://github.com/LyCecilion/xidio/compare/v0.1.0...HEAD
[0.1.1]: https://github.com/LyCecilion/xidio/compare/v0.1.0...v0.1.1
[Unreleased]: https://github.com/LyCecilion/xidio/compare/v0.1.1...HEAD
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ _✨**Xidian Internet Diagnostic Intelligence Operator**✨_\

xidio _(Xidian Internet Diagnostic Intelligence Operator)_ 是一款由 Project Hazelita 开发的西安电子科技大学校园网诊断工具。项目基于 C# 和 .NET 10,面向 Windows、Linux 与 macOS,希望将分散的网卡、IP、DHCP、DNS、路由、Wi-Fi 及主动探测信息整理为可理解、可上报的诊断结果。

xidio 的灵感来自 [NanCunChild](https://github.com/NanCunChild) 的 [Marduk](https://github.com/NanCunChild/Marduk)。项目当前处于早期开发阶段:v0.1.0 已提供 CLI 与以 Windows 为主的信息收集能力,其他平台与完整分析、修复、上报功能仍在实现中
xidio 的灵感来自 [NanCunChild](https://github.com/NanCunChild) 的 [Marduk](https://github.com/NanCunChild/Marduk)。项目当前处于早期开发阶段:v0.1.1 已提供 CLI Windows、Linux、macOS 平台 Provider,完整分析、修复与上报功能仍在实现中

## ✨ Features

Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.1",
"version": "0.1.1",
"publicReleaseRefSpec": [
"^refs/tags/v\\d+\\.\\d+\\.\\d+$"
],
Expand Down
Loading