Skip to content

Releases: thkwag/thymelab

ThymeLab v1.0.2

01 Jan 12:26
Compare
Choose a tag to compare

ThymeLab v1.0.2

📥 Downloads

  • 📦 thymelab-processor-1.0.2.jar: Standalone processor JAR
  • 📚 thymelab-examples-1.0.2.zip: Template examples and resources

🚀 Quick Start

java -jar thymelab-processor-1.0.2.jar \
    -Dserver.port=8080 \
    -Dlogging.level.com.github.thkwag.thymelab=INFO \
    -Dwatch.directory.templates=/path/to/templates \
    -Dwatch.directory.thymeleaf-data=/path/to/thymelab/data \
    -Dwatch.directory.static=/path/to/static

📌 Note

The examples package contains template examples that can be used with ThymeLab Processor.

📝 What's Changed

  • Update Thymeleaf templates to use dynamic title and description variables
  • Refactor versioning to use external properties file

Full Changelog: v1.0.1...v1.0.2

ThymeLab v1.0.1

30 Dec 08:07
Compare
Choose a tag to compare

ThymeLab v1.0.1

Downloads

  • thymelab-processor-1.0.1.jar: Standalone processor JAR
  • thymelab-examples-1.0.1.zip: Template examples and resources

Running the Processor

Run the processor JAR with Java 17 or higher:

java -jar thymelab-processor-1.0.1.jar \
    -Dserver.port=8080 \
    -Dlogging.level.com.github.thkwag.thymelab=INFO \
    -Dwatch.directory.templates=/path/to/templates \
    -Dwatch.directory.thymeleaf-data=/path/to/thymelab/data \
    -Dwatch.directory.static=/path/to/static

Note

The examples package contains template examples that can be used with ThymeLab Processor.
For configuration options, please refer to the documentation.

What's Changed

  • Add custom error handling with detailed error page and improve hot-reload feedback (534e541)
  • Add custom error handling with detailed error page and improve hot-reload feedback (17efe26)

ThymeLab v1.0.0

30 Dec 05:42
Compare
Choose a tag to compare
ThymeLab v1.0.0 Pre-release
Pre-release

ThymeLab v1.0.0

Downloads

  • thymelab-processor-1.0.0.jar: Standalone processor JAR
  • thymelab-examples-1.0.0.zip: Template examples and resources

Running the Processor

Run the processor JAR with Java 17 or higher:

java -jar thymelab-processor-1.0.0.jar \
    -Dserver.port=8080 \
    -Dlogging.level.com.github.thkwag.thymelab=INFO \
    -Dwatch.directory.templates=/path/to/templates \
    -Dwatch.directory.thymeleaf-data=/path/to/thymelab/data \
    -Dwatch.directory.static=/path/to/static

Note

The examples package contains template examples that can be used with ThymeLab Processor.
For configuration options, please refer to the documentation.