> For the complete documentation index, see [llms.txt](https://docs.nullcraft.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nullcraft.org/software/customwindow/update.md).

# 更新日志

## 下载最新版本的《简单动态域名服务》

{% embed url="<https://nullcraft.org/d/100>" %}

## 更新记录

### v1.3.0.1223 (2024-12-23)

<mark style="color:blue;">**`[更新]`**</mark>

* 自定义窗口 XY 位置

<mark style="color:green;">**`[安全]`**</mark>

* SHA256: c03e1db57f70fe5342861b3f0edf153a19648e926e2217128dd10d4ef516d03c

### v1.2.0.1223 (2024-12-23)

<mark style="color:blue;">**`[更新]`**</mark>

* 新的软件图标!
* 置顶窗口 需要使用 "SetWindowPos" 方案

<mark style="color:orange;">**`[优化]`**</mark>

* 配置文件的保存改为关闭软件时自动保存

<mark style="color:green;">**`[安全]`**</mark>

* SHA256: 41add5b363be23555f43fcf3fb624c63ef96b922f0006b098e0ba7cdf65665be

### v1.1.0.1222 (2024-12-22)

<mark style="color:blue;">**`[更新]`**</mark>

* 修改时同时改为无边框化窗口
  * 由 [CustomWindow：请求添加新功能 无边框全屏](https://nullcraft.org/d/102) @Aigio1064

### v1.0.0.1209 (2024-12-09)

<mark style="color:purple;">**`[发布]`**</mark>

* 第一个版本


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.nullcraft.org/software/customwindow/update.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
