<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title>Halo - 强大易用的开源建站工具 | 应用市场 | 业余无线电 QSL卡片管理系统 | 版本发布</title><link>https://www.halo.run</link><atom:link href="https://www.halo.run/feed/app-store/apps/app-z7ouhnfn/releases.xml" rel="self" type="application/rss+xml"/><description>Halo - 强大易用的开源建站工具 | 应用市场 | 业余无线电 QSL卡片管理系统 | 版本发布</description><generator>Halo v2.25.4</generator><language>zh-cn</language><image><url>https://www.halo.run/upload/logo.png</url><title>Halo - 强大易用的开源建站工具 | 应用市场 | 业余无线电 QSL卡片管理系统 | 版本发布</title><link>https://www.halo.run</link></image><lastBuildDate>Tue, 11 Aug 2026 23:28:00 GMT</lastBuildDate><follow_challenge><feedId>69597013489248256</feedId><userId>41706424548048896</userId></follow_challenge><item><title><![CDATA[业余无线电 QSL卡片管理系统 2.3.30 发布]]></title><link>https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-vokwpals</link><description><![CDATA[<img src="https://www.halo.run/plugins/feed/assets/telemetry.gif?title=%E4%B8%9A%E4%BD%99%E6%97%A0%E7%BA%BF%E7%94%B5%20QSL%E5%8D%A1%E7%89%87%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F%202.3.30%20%E5%8F%91%E5%B8%83&amp;url=/store/apps/app-z7ouhnfn/releases/app-release-vokwpals" width="1" height="1" alt="" style="opacity:0;">
<h2 dir="auto">本次更新</h2>
<ul dir="auto">
 <li>修复 ADI Header 起始结构，使导出文件符合 ADIF 3.1.7。</li>
 <li>ADI 仅输出可打印 ASCII；字段包含中文或其他非 ASCII 字符时整字段省略，并在导出完成后提示省略数量。</li>
 <li>ADI 多行字段压平为单行，应用字段补充数据类型标识。</li>
 <li>将 USB/LSB 规范化为 <code>MODE=SSB</code> 与对应 <code>SUBMODE</code>。</li>
 <li>新增 UTF-8 ADX 导出，通过 <code>_INTL</code> 字段保留中文内容。</li>
 <li>ADIF 导出页新增独立的“导出ADI文件”和“导出ADX文件”按钮。</li>
 <li>同步产品定义和项目结构化清单。</li>
</ul>
<h2 dir="auto">验证</h2>
<ul dir="auto">
 <li>Gradle <code>clean build</code> 完整构建与 Java 测试通过。</li>
 <li>Vitest 6 项 ADIF 协议单元测试通过。</li>
 <li>ESLint、Oxlint 与 TypeScript 类型检查通过。</li>
 <li>插件热重载成功。</li>
 <li>Chrome MCP 实际导出 111 条 ADI/ADX 记录：ADI 非法字节和字段长度异常均为 0，MY_SIG 缺省、USB 映射及 ADX 中文字段均验证通过。</li>
</ul>
<hr>
<p dir="auto"><em>Generated from <a href="https://github.com/bi1kbu/qsl-management/releases/tag/v2.3.30">v2.3.30</a></em></p>
<hr>
<p><a href="https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-vokwpals">查看版本详情</a></p>]]></description><guid isPermaLink="false">store.halo.run/Release/app-release-vokwpals</guid><pubDate>Tue, 11 Aug 2026 16:18:35 GMT</pubDate></item><item><title><![CDATA[业余无线电 QSL卡片管理系统 2.3.29 发布]]></title><link>https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-r9ydk9wd</link><description><![CDATA[<img src="https://www.halo.run/plugins/feed/assets/telemetry.gif?title=%E4%B8%9A%E4%BD%99%E6%97%A0%E7%BA%BF%E7%94%B5%20QSL%E5%8D%A1%E7%89%87%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F%202.3.29%20%E5%8F%91%E5%B8%83&amp;url=/store/apps/app-z7ouhnfn/releases/app-release-r9ydk9wd" width="1" height="1" alt="" style="opacity:0;">
<h2 dir="auto">本次更新</h2>
<ul dir="auto">
 <li>实体 QSL 卡申请页新增完整申请与寄送进度状态。</li>
 <li>支持显示可申请、申请未通过可重新申请、审核中、建卡中、建卡异常、待制卡、已制卡、已打包、已发卡和已签收。</li>
 <li>状态由实体卡申请、QSO 占用与关联卡片实时聚合，不新增重复持久化字段。</li>
 <li>公开查询接口新增 <code>statusCode</code>、<code>statusText</code>、<code>statusTextEn</code>，保留原兼容字段。</li>
 <li>前台新增中英双语状态标签和颜色区分。</li>
 <li>不公开申请备注、审核说明、内部错误、地址、邮箱等敏感信息。</li>
 <li>同步产品定义、API 合同、字段清单、结构化清单和项目说明。</li>
</ul>
<h2 dir="auto">验证</h2>
<ul dir="auto">
 <li>Gradle 完整构建与全部测试通过。</li>
 <li>插件热重载成功。</li>
 <li>本机运行态公开页面和 <code>TEST</code> 呼号查询验证通过，未提交测试申请。</li>
</ul>
<hr>
<p dir="auto"><em>Generated from <a href="https://github.com/bi1kbu/qsl-management/releases/tag/v2.3.29">v2.3.29</a></em></p>
<hr>
<p><a href="https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-r9ydk9wd">查看版本详情</a></p>]]></description><guid isPermaLink="false">store.halo.run/Release/app-release-r9ydk9wd</guid><pubDate>Sun, 19 Jul 2026 14:59:52 GMT</pubDate></item><item><title><![CDATA[业余无线电 QSL卡片管理系统 2.3.28 发布]]></title><link>https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-mj3hxwpq</link><description><![CDATA[<img src="https://www.halo.run/plugins/feed/assets/telemetry.gif?title=%E4%B8%9A%E4%BD%99%E6%97%A0%E7%BA%BF%E7%94%B5%20QSL%E5%8D%A1%E7%89%87%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F%202.3.28%20%E5%8F%91%E5%B8%83&amp;url=/store/apps/app-z7ouhnfn/releases/app-release-mj3hxwpq" width="1" height="1" alt="" style="opacity:0;">
<h2 dir="auto">本次更新</h2>
<ul dir="auto">
 <li>实体 QSL 申请页新增可视化卡片版本候选区。</li>
 <li>横版、竖版卡面均在正方形预览框中完整显示。</li>
 <li>卡面右侧展示版本名称与剩余可用数量。</li>
 <li>每条 QSO 支持独立选择对应卡片版本。</li>
 <li>QSO 最右侧新增“申请此记录的卡片 / Request Card for This QSO”快捷按钮。</li>
 <li>完善选择、取消选择、待审核及已有卡片状态的交互联动。</li>
 <li>同步实体 QSL 开发约束、产品定义和项目结构化清单。</li>
</ul>
<h2 dir="auto">验证</h2>
<ul dir="auto">
 <li>Gradle 完整构建与测试通过。</li>
 <li>插件热重载成功。</li>
 <li>Chrome 实际页面交互验证通过，未提交测试申请。</li>
</ul>
<hr>
<p dir="auto"><em>Generated from <a href="https://github.com/bi1kbu/qsl-management/releases/tag/v2.3.28">v2.3.28</a></em></p>
<hr>
<p><a href="https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-mj3hxwpq">查看版本详情</a></p>]]></description><guid isPermaLink="false">store.halo.run/Release/app-release-mj3hxwpq</guid><pubDate>Sun, 19 Jul 2026 13:36:17 GMT</pubDate></item><item><title><![CDATA[业余无线电 QSL卡片管理系统 2.3.27 发布]]></title><link>https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-5bg1u1px</link><description><![CDATA[<img src="https://www.halo.run/plugins/feed/assets/telemetry.gif?title=%E4%B8%9A%E4%BD%99%E6%97%A0%E7%BA%BF%E7%94%B5%20QSL%E5%8D%A1%E7%89%87%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F%202.3.27%20%E5%8F%91%E5%B8%83&amp;url=/store/apps/app-z7ouhnfn/releases/app-release-5bg1u1px" width="1" height="1" alt="" style="opacity:0;">
<h2 dir="auto">更新内容</h2>
<ul dir="auto">
 <li>后台本台卡片版本新增‘仅支持实体 QSL 通联卡’开关。</li>
 <li>开关开启后，实体 QSL 卡申请、普通通联和线下换卡仍可使用该版本。</li>
 <li>线上换卡页面继续展示受限版本，但不可选择并显示限制原因。</li>
 <li>线上换卡提交接口新增服务端校验，阻止绕过前端选择受限版本。</li>
 <li>修正实体 QSL 卡申请错误排除 active=false 卡片版本的问题。</li>
 <li>公开卡片版本接口新增 qsoOnly（是否仅限实体 QSL 通联卡）字段。</li>
 <li>同步产品定义、API 合同、结构化清单及实体卡申请约束文档。</li>
</ul>
<h2 dir="auto">验证</h2>
<ul dir="auto">
 <li>Gradle 完整构建与全部测试通过。</li>
 <li>前端类型检查和构建通过。</li>
 <li>插件热重载成功。</li>
 <li>已使用 TEST 呼号和 202605 版本完成实体卡申请运行验证。</li>
</ul>
<hr>
<p dir="auto"><em>Generated from <a href="https://github.com/bi1kbu/qsl-management/releases/tag/v2.3.27">v2.3.27</a></em></p>
<hr>
<p><a href="https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-5bg1u1px">查看版本详情</a></p>]]></description><guid isPermaLink="false">store.halo.run/Release/app-release-5bg1u1px</guid><pubDate>Fri, 17 Jul 2026 15:12:18 GMT</pubDate></item><item><title><![CDATA[业余无线电 QSL卡片管理系统 2.3.26 发布]]></title><link>https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-3grw5a74</link><description><![CDATA[<img src="https://www.halo.run/plugins/feed/assets/telemetry.gif?title=%E4%B8%9A%E4%BD%99%E6%97%A0%E7%BA%BF%E7%94%B5%20QSL%E5%8D%A1%E7%89%87%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F%202.3.26%20%E5%8F%91%E5%B8%83&amp;url=/store/apps/app-z7ouhnfn/releases/app-release-3grw5a74" width="1" height="1" alt="" style="opacity:0;">
<h2 dir="auto">更新内容</h2>
<ul dir="auto">
 <li>新增独立的实体 QSL 卡申请页面 <code>/qsl_card</code>，支持按呼号查询 QSO、逐条选择卡片版本及个人地址或卡片局收件。</li>
 <li>公开页面采用中英双语展示，卡片局候选按去向国、名称、邮编和地址显示。</li>
 <li>新增实体卡申请与 QSO 占用持久化模型，阻止待审核申请或已有卡片的 QSO 重复提交。</li>
 <li>新增后台实体卡申请审核，审核通过后立即自动创建全部卡片，并记录逐条 QSO 与卡片编号映射。</li>
 <li>新增审核邮件通知、RBAC 权限、导入导出、迁移状态及启动恢复支持。</li>
 <li>完善公开接口校验、限流、安全测试和开发约束文档。</li>
</ul>
<hr>
<p dir="auto"><em>Generated from <a href="https://github.com/bi1kbu/qsl-management/releases/tag/v2.3.26">v2.3.26</a></em></p>
<hr>
<p><a href="https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-3grw5a74">查看版本详情</a></p>]]></description><guid isPermaLink="false">store.halo.run/Release/app-release-3grw5a74</guid><pubDate>Thu, 16 Jul 2026 15:36:56 GMT</pubDate></item><item><title><![CDATA[业余无线电 QSL卡片管理系统 2.3.24 发布]]></title><link>https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-l2mhyczm</link><description><![CDATA[<img src="https://www.halo.run/plugins/feed/assets/telemetry.gif?title=%E4%B8%9A%E4%BD%99%E6%97%A0%E7%BA%BF%E7%94%B5%20QSL%E5%8D%A1%E7%89%87%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F%202.3.24%20%E5%8F%91%E5%B8%83&amp;url=/store/apps/app-z7ouhnfn/releases/app-release-l2mhyczm" width="1" height="1" alt="" style="opacity:0;">
<p dir="auto"><strong>Full Changelog</strong>: <a href="https://github.com/bi1kbu/qsl-management/compare/v2.3.23...v2.3.24"><tt>v2.3.23...v2.3.24</tt></a></p>
<hr>
<p dir="auto"><em>Generated from <a href="https://github.com/bi1kbu/qsl-management/releases/tag/v2.3.24">v2.3.24</a></em></p>
<hr>
<p><a href="https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-l2mhyczm">查看版本详情</a></p>]]></description><guid isPermaLink="false">store.halo.run/Release/app-release-l2mhyczm</guid><pubDate>Wed, 15 Jul 2026 16:44:18 GMT</pubDate></item><item><title><![CDATA[业余无线电 QSL卡片管理系统 2.3.23 发布]]></title><link>https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-lqa1l4cd</link><description><![CDATA[<img src="https://www.halo.run/plugins/feed/assets/telemetry.gif?title=%E4%B8%9A%E4%BD%99%E6%97%A0%E7%BA%BF%E7%94%B5%20QSL%E5%8D%A1%E7%89%87%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F%202.3.23%20%E5%8F%91%E5%B8%83&amp;url=/store/apps/app-z7ouhnfn/releases/app-release-lqa1l4cd" width="1" height="1" alt="" style="opacity:0;">
<ul dir="auto">
 <li>新增插件迁移状态基线，持久化记录运行版本、最近成功版本、数据结构版本、已应用迁移和待迁移项。</li>
 <li>新增控制台迁移状态查询与预检查 API，为后续跨大版本和小版本数据迁移提供入口。</li>
 <li>补充迁移状态权限节点、RBAC 角色模板、后端 API 合同、产品定义和结构化清单文档。</li>
 <li>版本号递增至 2.3.23。</li>
</ul>
<hr>
<p dir="auto"><em>Generated from <a href="https://github.com/bi1kbu/qsl-management/releases/tag/v2.3.23">v2.3.23</a></em></p>
<hr>
<p><a href="https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-lqa1l4cd">查看版本详情</a></p>]]></description><guid isPermaLink="false">store.halo.run/Release/app-release-lqa1l4cd</guid><pubDate>Mon, 6 Jul 2026 13:22:56 GMT</pubDate></item><item><title><![CDATA[业余无线电 QSL卡片管理系统 2.3.22 发布]]></title><link>https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-fco2rk3x</link><description><![CDATA[<img src="https://www.halo.run/plugins/feed/assets/telemetry.gif?title=%E4%B8%9A%E4%BD%99%E6%97%A0%E7%BA%BF%E7%94%B5%20QSL%E5%8D%A1%E7%89%87%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F%202.3.22%20%E5%8F%91%E5%B8%83&amp;url=/store/apps/app-z7ouhnfn/releases/app-release-fco2rk3x" width="1" height="1" alt="" style="opacity:0;">
<ul dir="auto">
 <li>公开网格清单 API 取消返回数量上限，历史 limit 参数保留兼容但不再限制结果。</li>
 <li>新增 detailLevel 详情级别参数，支持 full 完整模式和 brief 简略模式；简略模式只返回网格与呼号清单，不返回通联明细。</li>
 <li>同步公开 API 合同、产品定义和结构化清单文档，版本号递增至 2.3.22。</li>
</ul>
<hr>
<p dir="auto"><em>Generated from <a href="https://github.com/bi1kbu/qsl-management/releases/tag/v2.3.22">v2.3.22</a></em></p>
<hr>
<p><a href="https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-fco2rk3x">查看版本详情</a></p>]]></description><guid isPermaLink="false">store.halo.run/Release/app-release-fco2rk3x</guid><pubDate>Mon, 29 Jun 2026 05:33:45 GMT</pubDate></item><item><title><![CDATA[业余无线电 QSL卡片管理系统 2.3.21 发布]]></title><link>https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-i3kfmfcb</link><description><![CDATA[<img src="https://www.halo.run/plugins/feed/assets/telemetry.gif?title=%E4%B8%9A%E4%BD%99%E6%97%A0%E7%BA%BF%E7%94%B5%20QSL%E5%8D%A1%E7%89%87%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F%202.3.21%20%E5%8F%91%E5%B8%83&amp;url=/store/apps/app-z7ouhnfn/releases/app-release-i3kfmfcb" width="1" height="1" alt="" style="opacity:0;">
<ul dir="auto">
 <li>收卡业务三个子菜单的基本清单保留已结束收卡记录可见，便于继续查看闭环后的收卡状态。</li>
 <li>已结束收卡记录不再显示继续收卡和结束收卡入口，避免重复追加收卡。</li>
 <li>保持通联业务送达确认等待处理清单原有过滤逻辑不变。</li>
 <li>同步结构化文档与产品定义，版本号递增至 2.3.21。</li>
</ul>
<hr>
<p dir="auto"><em>Generated from <a href="https://github.com/bi1kbu/qsl-management/releases/tag/v2.3.21">v2.3.21</a></em></p>
<hr>
<p><a href="https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-i3kfmfcb">查看版本详情</a></p>]]></description><guid isPermaLink="false">store.halo.run/Release/app-release-i3kfmfcb</guid><pubDate>Sun, 28 Jun 2026 11:42:58 GMT</pubDate></item><item><title><![CDATA[业余无线电 QSL卡片管理系统 2.3.20 发布]]></title><link>https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-p9t2bdyi</link><description><![CDATA[<img src="https://www.halo.run/plugins/feed/assets/telemetry.gif?title=%E4%B8%9A%E4%BD%99%E6%97%A0%E7%BA%BF%E7%94%B5%20QSL%E5%8D%A1%E7%89%87%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F%202.3.20%20%E5%8F%91%E5%B8%83&amp;url=/store/apps/app-z7ouhnfn/releases/app-release-p9t2bdyi" width="1" height="1" alt="" style="opacity:0;">
<ul dir="auto">
 <li>新增公开通联网格清单接口，返回四位网格、呼号集合、通联时间、模式、频率与频段。</li>
 <li>网格清单按对方 QTH 中的 Maidenhead 网格聚合，6 位或 8 位统一截取四位，地区或地址类 QTH 自动跳过。</li>
 <li>补充公开接口限流、参数校验、服务层聚合与路由测试。</li>
 <li>同步结构化文档与后端 API 合同，版本号递增至 2.3.20。</li>
</ul>
<hr>
<p dir="auto"><em>Generated from <a href="https://github.com/bi1kbu/qsl-management/releases/tag/v2.3.20">v2.3.20</a></em></p>
<hr>
<p><a href="https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-p9t2bdyi">查看版本详情</a></p>]]></description><guid isPermaLink="false">store.halo.run/Release/app-release-p9t2bdyi</guid><pubDate>Thu, 25 Jun 2026 16:02:16 GMT</pubDate></item><item><title><![CDATA[业余无线电 QSL卡片管理系统 2.3.19 发布]]></title><link>https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-volmjvjh</link><description><![CDATA[<img src="https://www.halo.run/plugins/feed/assets/telemetry.gif?title=%E4%B8%9A%E4%BD%99%E6%97%A0%E7%BA%BF%E7%94%B5%20QSL%E5%8D%A1%E7%89%87%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F%202.3.19%20%E5%8F%91%E5%B8%83&amp;url=/store/apps/app-z7ouhnfn/releases/app-release-volmjvjh" width="1" height="1" alt="" style="opacity:0;">
<ul dir="auto">
 <li>发信确认列表将“卡片备注”列调整为“备注”，同列展示业务备注与卡片备注。</li>
 <li>优化备注列排序逻辑，按业务备注和卡片备注的组合内容排序。</li>
 <li>清理 CardPrint 工具中冗余的 2026v4 含二维码改版预设文件。</li>
 <li>版本号递增至 2.3.19，并同步插件元数据与构建版本。</li>
</ul>
<hr>
<p dir="auto"><em>Generated from <a href="https://github.com/bi1kbu/qsl-management/releases/tag/v2.3.19">v2.3.19</a></em></p>
<hr>
<p><a href="https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-volmjvjh">查看版本详情</a></p>]]></description><guid isPermaLink="false">store.halo.run/Release/app-release-volmjvjh</guid><pubDate>Wed, 24 Jun 2026 17:09:37 GMT</pubDate></item><item><title><![CDATA[业余无线电 QSL卡片管理系统 2.3.18 发布]]></title><link>https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-htlpejk0</link><description><![CDATA[<img src="https://www.halo.run/plugins/feed/assets/telemetry.gif?title=%E4%B8%9A%E4%BD%99%E6%97%A0%E7%BA%BF%E7%94%B5%20QSL%E5%8D%A1%E7%89%87%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F%202.3.18%20%E5%8F%91%E5%B8%83&amp;url=/store/apps/app-z7ouhnfn/releases/app-release-htlpejk0" width="1" height="1" alt="" style="opacity:0;">
<ul dir="auto">
 <li>将收卡记录人工关联入口从审计查询页迁移到收卡业务三个子菜单的“已收卡片”操作列，审计菜单保持只读查询。</li>
 <li>收卡业务“已收卡片”支持对未关联发卡编号的收卡记录选择目标卡片并二次确认，保留线上换卡未匹配记录的创建卡片入口。</li>
 <li>在线打印工具封面打印新增国内卡片 / 国际卡片筛选，按去向国是否存在区分队列，并补充回归测试与文档。</li>
 <li>调整通知邮件模板祝语文案，同步默认模板资源与文档示例。</li>
 <li>版本号递增至 2.3.18，并同步插件元数据与构建版本。</li>
</ul>
<hr>
<p dir="auto"><em>Generated from <a href="https://github.com/bi1kbu/qsl-management/releases/tag/v2.3.18">v2.3.18</a></em></p>
<hr>
<p><a href="https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-htlpejk0">查看版本详情</a></p>]]></description><guid isPermaLink="false">store.halo.run/Release/app-release-htlpejk0</guid><pubDate>Wed, 24 Jun 2026 16:18:13 GMT</pubDate></item><item><title><![CDATA[业余无线电 QSL卡片管理系统 2.3.17 发布]]></title><link>https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-q8nleys8</link><description><![CDATA[<img src="https://www.halo.run/plugins/feed/assets/telemetry.gif?title=%E4%B8%9A%E4%BD%99%E6%97%A0%E7%BA%BF%E7%94%B5%20QSL%E5%8D%A1%E7%89%87%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F%202.3.17%20%E5%8F%91%E5%B8%83&amp;url=/store/apps/app-z7ouhnfn/releases/app-release-q8nleys8" width="1" height="1" alt="" style="opacity:0;">
<ul dir="auto">
 <li>支持同一卡片 ID 连续关联多条收卡记录，确认收卡不再自动进入结束收卡状态，只有点击“结束收卡”才关闭继续收卡入口。</li>
 <li>修复确认收卡匹配流程中可能提前创建未匹配收卡记录的问题，并补充收卡状态校验与回归测试。</li>
 <li>在线打印工具封面打印与打包确认改为显示所有未打包卡片，覆盖通联业务、线上换卡与线下换卡场景。</li>
 <li>通联业务制卡打印发射地址优先使用本台 MY_QTH，并更新对应预设字段。</li>
 <li>优化通联日志筛选、ADIF 导入兼容与覆盖导入相关页面和文档说明。</li>
</ul>
<hr>
<p dir="auto"><em>Generated from <a href="https://github.com/bi1kbu/qsl-management/releases/tag/v2.3.17">v2.3.17</a></em></p>
<hr>
<p><a href="https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-q8nleys8">查看版本详情</a></p>]]></description><guid isPermaLink="false">store.halo.run/Release/app-release-q8nleys8</guid><pubDate>Tue, 23 Jun 2026 16:19:56 GMT</pubDate></item><item><title><![CDATA[业余无线电 QSL卡片管理系统 2.3.16 发布]]></title><link>https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-r0horiip</link><description><![CDATA[<img src="https://www.halo.run/plugins/feed/assets/telemetry.gif?title=%E4%B8%9A%E4%BD%99%E6%97%A0%E7%BA%BF%E7%94%B5%20QSL%E5%8D%A1%E7%89%87%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F%202.3.16%20%E5%8F%91%E5%B8%83&amp;url=/store/apps/app-z7ouhnfn/releases/app-release-r0horiip" width="1" height="1" alt="" style="opacity:0;">
<ul dir="auto">
 <li>修正通联日志 ADIF 与 Cabrillo 导出时区换算，按记录时区将日期时间转换为 UTC。</li>
 <li>手工新增通联记录默认使用 UTC+8，UTC 实时填充与 ADIF/Cabrillo 导入保留 UTC。</li>
 <li>更新通联时间与时区字段语义说明。</li>
</ul>
<hr>
<p dir="auto"><em>Generated from <a href="https://github.com/bi1kbu/qsl-management/releases/tag/v2.3.16">v2.3.16</a></em></p>
<hr>
<p><a href="https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-r0horiip">查看版本详情</a></p>]]></description><guid isPermaLink="false">store.halo.run/Release/app-release-r0horiip</guid><pubDate>Mon, 22 Jun 2026 16:26:28 GMT</pubDate></item><item><title><![CDATA[业余无线电 QSL卡片管理系统 2.3.15 发布]]></title><link>https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-i6xugi1b</link><description><![CDATA[<img src="https://www.halo.run/plugins/feed/assets/telemetry.gif?title=%E4%B8%9A%E4%BD%99%E6%97%A0%E7%BA%BF%E7%94%B5%20QSL%E5%8D%A1%E7%89%87%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F%202.3.15%20%E5%8F%91%E5%B8%83&amp;url=/store/apps/app-z7ouhnfn/releases/app-release-i6xugi1b" width="1" height="1" alt="" style="opacity:0;">
<ul dir="auto">
 <li>修正 ADIF 与 Cabrillo 导出日期时间，按记录时区换算为 UTC 后输出。</li>
 <li>修正 ADIF 导出 TX_PWR 字段，按 ADIF Number 类型导出瓦特数值。</li>
 <li>更新通联日志导入导出说明与结构化项目清单。</li>
</ul>
<hr>
<p dir="auto"><em>Generated from <a href="https://github.com/bi1kbu/qsl-management/releases/tag/v2.3.15">v2.3.15</a></em></p>
<hr>
<p><a href="https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-i6xugi1b">查看版本详情</a></p>]]></description><guid isPermaLink="false">store.halo.run/Release/app-release-i6xugi1b</guid><pubDate>Mon, 22 Jun 2026 15:19:47 GMT</pubDate></item><item><title><![CDATA[业余无线电 QSL卡片管理系统 2.3.14 发布]]></title><link>https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-dsupw4hs</link><description><![CDATA[<img src="https://www.halo.run/plugins/feed/assets/telemetry.gif?title=%E4%B8%9A%E4%BD%99%E6%97%A0%E7%BA%BF%E7%94%B5%20QSL%E5%8D%A1%E7%89%87%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F%202.3.14%20%E5%8F%91%E5%B8%83&amp;url=/store/apps/app-z7ouhnfn/releases/app-release-dsupw4hs" width="1" height="1" alt="" style="opacity:0;">
<ul dir="auto">
 <li>新增通联日志 ADIF 导入去重，重复记录默认跳过不覆盖。</li>
 <li>导入预览增加可导入、重复跳过、无效数量统计。</li>
 <li>明确创建版本发布流程约定。</li>
</ul>
<hr>
<p dir="auto"><em>Generated from <a href="https://github.com/bi1kbu/qsl-management/releases/tag/v2.3.14">v2.3.14</a></em></p>
<hr>
<p><a href="https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-dsupw4hs">查看版本详情</a></p>]]></description><guid isPermaLink="false">store.halo.run/Release/app-release-dsupw4hs</guid><pubDate>Mon, 22 Jun 2026 14:21:10 GMT</pubDate></item><item><title><![CDATA[业余无线电 QSL卡片管理系统 2.3.13 发布]]></title><link>https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-uypemiua</link><description><![CDATA[<img src="https://www.halo.run/plugins/feed/assets/telemetry.gif?title=%E4%B8%9A%E4%BD%99%E6%97%A0%E7%BA%BF%E7%94%B5%20QSL%E5%8D%A1%E7%89%87%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F%202.3.13%20%E5%8F%91%E5%B8%83&amp;url=/store/apps/app-z7ouhnfn/releases/app-release-uypemiua" width="1" height="1" alt="" style="opacity:0;">
<ul dir="auto">
 <li>新增通联日志 Cabrillo 格式导入与导出。</li>
 <li>修复 QRZ.CN 图片拼接邮箱无法解析的问题。</li>
 <li>同步插件版本与项目结构文档。</li>
</ul>
<hr>
<p dir="auto"><em>Generated from <a href="https://github.com/bi1kbu/qsl-management/releases/tag/v2.3.13">v2.3.13</a></em></p>
<hr>
<p><a href="https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-uypemiua">查看版本详情</a></p>]]></description><guid isPermaLink="false">store.halo.run/Release/app-release-uypemiua</guid><pubDate>Fri, 5 Jun 2026 15:22:55 GMT</pubDate></item><item><title><![CDATA[业余无线电 QSL卡片管理系统 2.3.12 发布]]></title><link>https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-q31gq5dk</link><description><![CDATA[<img src="https://www.halo.run/plugins/feed/assets/telemetry.gif?title=%E4%B8%9A%E4%BD%99%E6%97%A0%E7%BA%BF%E7%94%B5%20QSL%E5%8D%A1%E7%89%87%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F%202.3.12%20%E5%8F%91%E5%B8%83&amp;url=/store/apps/app-z7ouhnfn/releases/app-release-q31gq5dk" width="1" height="1" alt="" style="opacity:0;">
<ul dir="auto">
 <li>增加线上换卡同呼号提交冷却时间配置，默认 5 分钟。</li>
 <li>服务端阻止同呼号待审核重复提交、冷却期重复提交和并发重复点击。</li>
 <li>同步系统配置导入导出字段、文档与测试覆盖。</li>
</ul>
<hr>
<p dir="auto"><em>Generated from <a href="https://github.com/bi1kbu/qsl-management/releases/tag/v2.3.12">v2.3.12</a></em></p>
<hr>
<p><a href="https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-q31gq5dk">查看版本详情</a></p>]]></description><guid isPermaLink="false">store.halo.run/Release/app-release-q31gq5dk</guid><pubDate>Wed, 3 Jun 2026 08:39:13 GMT</pubDate></item><item><title><![CDATA[业余无线电 QSL卡片管理系统 2.3.11 发布]]></title><link>https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-ba4idsjg</link><description><![CDATA[<img src="https://www.halo.run/plugins/feed/assets/telemetry.gif?title=%E4%B8%9A%E4%BD%99%E6%97%A0%E7%BA%BF%E7%94%B5%20QSL%E5%8D%A1%E7%89%87%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F%202.3.11%20%E5%8F%91%E5%B8%83&amp;url=/store/apps/app-z7ouhnfn/releases/app-release-ba4idsjg" width="1" height="1" alt="" style="opacity:0;">
<h2 dir="auto">变更</h2>
<ul dir="auto">
 <li>修复收卡、发信、制卡等流程未完整应用邮件通知策略的问题。</li>
 <li>补齐换卡申请审核后自动不发送邮件策略的状态落库。</li>
 <li>换卡申请审核列表默认按审核时间倒序显示最新记录。</li>
</ul>
<h2 dir="auto">验证</h2>
<ul dir="auto">
 <li>./gradlew.bat clean build</li>
 <li>./gradlew.bat reloadPlugin</li>
</ul>
<hr>
<p dir="auto"><em>Generated from <a href="https://github.com/bi1kbu/qsl-management/releases/tag/v2.3.11">v2.3.11</a></em></p>
<hr>
<p><a href="https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-ba4idsjg">查看版本详情</a></p>]]></description><guid isPermaLink="false">store.halo.run/Release/app-release-ba4idsjg</guid><pubDate>Wed, 3 Jun 2026 05:47:55 GMT</pubDate></item><item><title><![CDATA[业余无线电 QSL卡片管理系统 2.3.10 发布]]></title><link>https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-rmnbw5hl</link><description><![CDATA[<img src="https://www.halo.run/plugins/feed/assets/telemetry.gif?title=%E4%B8%9A%E4%BD%99%E6%97%A0%E7%BA%BF%E7%94%B5%20QSL%E5%8D%A1%E7%89%87%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F%202.3.10%20%E5%8F%91%E5%B8%83&amp;url=/store/apps/app-z7ouhnfn/releases/app-release-rmnbw5hl" width="1" height="1" alt="" style="opacity:0;">
<ul dir="auto">
 <li>统一重要操作按钮颜色分级：创建卡片、导入、AI 应用、邮件外发使用 warning 样式。</li>
 <li>编辑/修改按钮统一为白底中性样式。</li>
 <li>优化本台设备能力胶囊与移除按钮的视觉对齐。</li>
 <li>修复通联业务待创建记录一键创建卡片时忽略页面已选卡片版本的问题。</li>
</ul>
<hr>
<p dir="auto"><em>Generated from <a href="https://github.com/bi1kbu/qsl-management/releases/tag/v2.3.10">v2.3.10</a></em></p>
<hr>
<p><a href="https://www.halo.run/store/apps/app-z7ouhnfn/releases/app-release-rmnbw5hl">查看版本详情</a></p>]]></description><guid isPermaLink="false">store.halo.run/Release/app-release-rmnbw5hl</guid><pubDate>Tue, 2 Jun 2026 13:42:14 GMT</pubDate></item></channel></rss>