Skip to content

Commit ebc96cd

Browse files
committed
Version 4.0.3.
1 parent 32a2fc6 commit ebc96cd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@ docker run -d -p 8080:8080 --env-file .env --name tis-roncli-com tis-roncli-com
3131

3232
## Version History
3333

34+
### v4.0.3 - 3/2/2026
35+
* Add unit tests.
36+
* Additional `<head>` tags.
37+
* Optimized a number of loops involving file operations.
38+
* Removed some useless code from the search page.
39+
* Made the max request limit of 1000 immutable.
40+
* Updates required for `hot-router` version 2.
41+
* Package updates.
42+
3443
### v4.0.2 - 10/5/2025
3544
* Package updates.
3645

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tis.roncli.com",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "The site that allows users to search old Trax in Space 1 files.",
55
"homepage": "https://github.com/roncli/tis.roncli.com",
66
"bugs": {

0 commit comments

Comments
 (0)