-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
28 lines (25 loc) · 1.24 KB
/
CHANGELOG
File metadata and controls
28 lines (25 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Conduit Changelog
==================
Version 1.2.1 (2026-01-21) - aten.dev
+ Added screenshots for external showcasing
+ Added `Conduit:clear_consoles()` command to clear all consoles.
- Fixed bug with html not escaping special characters
- Fixed bug where multi-line logs weren't wrapping properly with newline `\n`
Version 1.2.0 (2026-01-15) - aten.dev
+ Added squish and squishy for condensing conduit to a single file
+ Added build release scripts for running squish and replacing requires
+ Added test folder with main.lua for testing features and example scripts
* Updated .gitignore and squishy file for release building
* Updated require paths (reformatted for release builds)
* Updated README
Version 1.1.0 (2026-01-06) - aten.dev
+ Added alias system for accessing consoles via dot notation from the main conduit object
- Fixed socket bug where it would allow multiple network connections
- Fixed consoles not properly clearing after shutdown
- Fixed diagnostic issues with extensions that do not understand Love2D's server implementation
* Updated README with subfolder information
Version 1.0.0 (2025-12-24) - aten.dev
+ Initial public release
+ Added MIT License
+ Added documentation
* Core implementation complete