Releases: gmazza/tightblog
3.3.2 Patch Release - build process simplified
No change in functionality over previous 3.3.1 release. Only change is build process is simplified by using an embedded Derby database for integration tests instead of creating/starting/stopping Docker containers.
3.3.1 Patch Release -- SLF4J logging fixed
Fixes issue #922, missing SLF4J JAR in WAR was preventing most logging from occurring.
TightBlog 3.3 - Now on Java 10
As part of the JDK upgrade the blog theme descriptors (/webapp/blogthemes/{theme name}/theme.xml) have been switched from XML to JSON (theme.json). Any additional shared themes placed in the TightBlog blogthemes folder by a user will need to have its theme.xml similarly converted.
My TightBlog instance is successfully running this version on Ubuntu 18.04, OpenJDK 10.0.2 (2018-07-17) and Tomcat 8.5.x.
TightBlog 3.2 - Spring Boot release
TightBlog is now on Spring Boot! To upgrade from previous TightBlog versions, the database and mail configuration property names in your tightblog-custom.properties file will need to be changed to the conventional Spring Boot names, and the SLF4J libary placed in your Tomcat lib folder if not already there (should be there already for Tomcat 9+). See the Deploy to Tomcat Wiki page for full instructions.
3.1.1 Patch Release - Switch to Gradle
Unchanged from 3.1, however now using Gradle instead of Maven as the build tool (#916).
TightBlog 3.1
New release updates some dependency versions and retires the JNDI configuration option for database access and emailing, in order to standardize on tightblog-custom.properties configuration of same. Those already using the latter configuration, no changes are needed besides swapping the WAR. For those using JNDI for configuring database and emails, please see https://github.com/gmazza/tightblog/wiki/Install04-Deploy-to-Tomcat for instructions on configuring this information using the tightblog-custom.properties file.
For demoing TightBlog locally for evaluation purposes, Docker images instead of embedded Jetty are now provided.
3.0.5 Patch Release
Fix of issue #910 (blog entry preview not working).
3.0.4 Patch Release
Switched from login username in UI header to user's screenname, also now using Spring for SQL script running.
3.0.3 Patch Release
Fixes #903 - Atom feeds for categories having spaces (like "Web Services") not working.