Skip to content

Releases: atendev/conduit-module

v1.2.1 - Quality and Bug Fixes

Choose a tag to compare

@atendev atendev released this 21 Jan 19:36

Conduit v1.2.1 - Quality Improvements & Bug Fixes

New Features

  • Clear All Consoles Command
    Added Conduit:clear_consoles() to clear all consoles at once.
  • Screenshots
    Added screenshots for external showcasing.

Bug Fixes

  • Fixed HTML escaping for special characters in logs.
  • Fixed multi-line logs not wrapping properly with newline \n.

Upgrade Instructions

Replace your previous Conduit file with the new version. No breaking changes.

Downloads

Windows (.zip):

  • conduit-1.2.1.zip - Standard build
  • conduit-1.2.1-min.zip - Minified
  • conduit-1.2.1-ugl.zip - Uglified
  • conduit-1.2.1-min-ugl.zip - Minified + Uglified

Linux/macOS (.tar.gz):

  • conduit-1.2.1.tar.gz - Standard build
  • conduit-1.2.1-min.tar.gz - Minified
  • conduit-1.2.1-ugl.tar.gz - Uglified
  • conduit-1.2.1-min-ugl.tar.gz - Minified + Uglified

Source:

  • Source code (zip/tar.gz) - Full repository

Note: Requires Lua 5.2+ and Love2D 11.0+.

See CHANGELOG for full details.

v1.2.0 - Single-File Distribution

Choose a tag to compare

@atendev atendev released this 15 Jan 18:53

Conduit v1.2.0 - Single-File Distribution

New Features

  • Squish Integration - Conduit can now be condensed into a single Lua file for easier distribution
  • Build Release Scripts - Automated packaging for Windows (PowerShell) and Linux/macOS (Bash)
  • Test Suite - Added test folder with example scripts showcasing Conduit features

Changes

  • Updated .gitignore and squishy configuration for release building
  • Require paths are automatically reformatted during release builds
  • Updated README documentation

Upgrade Instructions

To properly upgrade to the new version of Conduit:

  1. Delete the previous /conduit folder containing all of the lua files, replacing it with the single file of your choice.
  2. Make sure your require statement for conduit is just require("conduit")

Downloads

Each package contains conduit.lua plus documentation (README.md, LICENSE, dist.info).

Windows (.zip):

  • conduit-1.2.0.zip - Standard build
  • conduit-1.2.0-min.zip - Minified
  • conduit-1.2.0-ugl.zip - Uglified
  • conduit-1.2.0-min-ugl.zip - Minified + Uglified

Linux/macOS (.tar.gz):

  • conduit-1.2.0.tar.gz - Standard build
  • conduit-1.2.0-min.tar.gz - Minified
  • conduit-1.2.0-ugl.tar.gz - Uglified
  • conduit-1.2.0-min-ugl.tar.gz - Minified + Uglified

Source:

  • Source code (zip/tar.gz) - Full repository

Note: Requires Lua 5.2+ and Love2D 11.0+.

See CHANGES for complete changelog.

v1.1.0 - Aliases

Choose a tag to compare

@atendev atendev released this 05 Jan 16:40

Added

  • Alias system for cleaner code.
  • Accessed through main conduit object. Conduit.<consolename>:log("Hello World!)

Updated

  • Documentation has been updated with new alias information.

Full Changelog: v1.0.0...v1.1.0

v1.0.0 Initial Release

Choose a tag to compare

@atendev atendev released this 24 Dec 21:18
649fc09

Initial release of module.

Full Changelog: https://github.com/NathanTBeene/multi-console/commits/1.0.0