# Downloads

<details>

<summary>In Development</summary>

* Minor code and documentation changes

</details>

### Version 2025.11.27

{% file src="/files/f647RkN0ndmmEOld2fYg" %}

* Include JAddin version 2025.11.27
* Change version number scheme from n.n.n to yyyy.mm.dd

### Version 1.7.0 (2024-09-03)

{% file src="/files/ppq5OwduFFrhU2P1L7Tq" %}

* Include [JAddin 2.1.4](https://jaddin.k43.ch) framework to support HCL Domino 14.5 and higher (JVM with Java 17)
* Command [*DBDesignLock*](/command-reference/command-dbdesignlock.md): New command to enable or disable design locking
* Command [*DBSign*](/command-reference/command-dbsign.md): Allow databases without server access to be signed
* Command [*DBInfo*](/command-reference/command-dbinfo.md): Show design lock status
* Command [*SrvInfo*](/command-reference/command-srvinfo.md): Show total number and size of databases and templates

### Version 1.6.0 (2024-02-16)

{% file src="/files/58FZZ21O7Btd02uYkKyY" %}

* Command [*SrvStats*](/command-reference/command-srvstats.md): Format Network Data Rate/sec in MB, KB or B
* Command [*DBInfo*](/command-reference/command-dbinfo.md): Show database encryption state (Domino 12.0.2+)
* Command [*DBEncrypt*](/command-reference/command-dbencrypt.md): New command to encrypt database with server-id (Domino 12.0.2+)
* Command [*DBDecrypt*](/command-reference/command-dbdecrypt.md): New command to decrypt database (Domino 12.0.2+)

### Version 1.5.0 (2024-01-23)

{% file src="/files/OAStIBHRV3twhVa0xh48" %}

* Command [*SrvStats*](/command-reference/command-srvstats.md): New command to show key statistic and performance values
* Include [JAddin](https://jaddin.k43.ch) 2.1.3 framework
* Add reference pages for all commands in homepage <https://dsak.k43.ch>

### Version 1.4.0 (2023-09-01)

{% file src="/files/85yGDSRrSQVOFwcKu37Z" %}

* Command DBSign: New command to sign database with server id (only existing signatures)

### Version 1.3.0 (2023-08-26)

{% file src="/files/gvnY4lyIwhdw7srDDQPn" %}

* Command DBDocDelete: New command to delete document by NoteID or UNID

### Version 1.2.0 (2023-01-13)

{% file src="/files/vLkzmEQGRQL9GoxsLC74" %}

* Command DBFTCreate: Change full text index update frequency to immediate
* Command DBInfo: Show database replication state
* Command DBReplClear: New command to clear database replication history
* Command DBReplDisable: New command to disable database replication
* Command DBReplEnable: New command to enable database replication
* Command DBFind: New command to search for databases (filename or database title)

### Version 1.1.0 (2023-01-07)

{% file src="/files/8MUGmTdAVFqWefpPS8FQ" %}

* Command DBCreate: Change database title to "-No Title-" for new databases
* Command DBInfo: Show formatted ACL entries
* Command DBQuotaSet: New command to set database size quota
* Command DBQuotaClear: New command to clear database size quota limit

### Version 1.0.0 (2023-01-03)

{% file src="/files/c1A87uosQ3amJC0xRDrZ" %}

* Initial version


---

# Agent Instructions: 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:

```
GET https://dsak.k43.ch/quick-start/downloads.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
