Releases: yet-another-static-site-generator/yass
v3.1.0
This is a minor release but includes alire support, along with aws version 24 (on non-windows systems) along with aarch64 macos support.
It also includes a new configuration option (enabled by default) to include HTML in the markdown, as the newer version of libcmark disabled this by default. For more details of what's included in v3.0 in general, see v3.0.
v3.0
This is the fourth stable version of the program. The main feature of this release is a version for 64-bit Windows systems and adds some meta tags by default to the projects. As usual, it also brings a few fixes for bugs and updated the project documentation. Binaries are available for Linux and Windows 64-bit. For more info how to use AppImage, please see: https://docs.appimage.org/user-guide/run-appimages.html Documentation to this release is available in separated download. Below are changes since last release:
Added
- Creating and setting canonical links for pages
- Setting meta tag author for pages and sites
- Setting meta tag description for pages and sites
- Meta tag viewport to the default layouts
Changed
- Updated README.md
- Updated contributing guide
- Updated installation guide
Fixed
- Saving and showing crash data on Windows
- Grammar and typos in README.md and in the documentation
- Grammar and typos in new empty file help
- Grammar and typos in new project's configuration file
- Setting the new site's description during creation
v2.0: updated changelog
This is third stable version of the program. Main feature of this release is added command to interactively create the new site projects. Additionally, it brings some fixes for bugs and updated documentation. Binaries are available for Linux 64-bit. For more info how to use AppImage, please see: https://docs.appimage.org/user-guide/run-appimages.html Documentation to this release is available in separated download. Below are changes since last release:
Added
- Coloring the program messages
- Interactive creation of new projects
Changed
- Create command to createnow
Fixed
- Typos in README.md and CONTRIBUTING.md
- Server crash on lack of output directory
- Adding Atom link to pages
v1.1: updated documentation
This is the second stable release of the program. It brings mainly some fixes for bugs. Binaries are available for Linux 64-bit. For more info how to use AppImage, please see: https://docs.appimage.org/user-guide/run-appimages.html Documentation to this release is available in separated download. Below are changes since last release:
Added
- Contributing guide
- Code documentation
- Added Atom link to the default page template
- Language configuration option to the site
Changed
- Updated README.md
Fixed
- Typos in list of changes
- Crash on blocket socket when starts the program in server mode
v1.0: updated release date
This is first stable release of the program. Binaries are available for Linux 64-bit. For more info how to use AppImage, please see: https://docs.appimage.org/user-guide/run-appimages.html Documentation to this release is available in separated download. Below are changes since last release:
Added
- Better check for spawn web browser by web server
Changed
- Updated README.md
Fixed
- Editing simple tags by modules
- Reading Atom feed entries amount from site config file
- Names of settings for server intervals in fresh site config files
v0.8: updated release date
This is eighth development version of the program. Binaries are available for Linux 64-bit. For more info how to use AppImage, please see: https://docs.appimage.org/user-guide/run-appimages.html Documentation to this release is available in separated download. Below are changes since last release:
Added
- Time to updated date in sitemaps
- Self link to the Atom feed
- Author info to the Atom feed and it entries
- Summary tag to the Atom feed entries
- Content tag to the Atom feed entries
Changed
- Updated README.md
v0.7: updated changelog
This is seventh development version of the program. Binaries are available for Linux 64-bit. For more info how to use AppImage, please see: https://docs.appimage.org/user-guide/run-appimages.html Documentation to this release is available in separated download. Below are changes since last release:
Added
- API to read/edit template tags values via the program modules
Changed
- Updated README.md
Fixed
- Crash on adding site-wide global tags to the page
- Crash when browser command is not set
v0.6: updated release date
This is sixth development version of the program. Binaries are available for Linux 64-bit. For more info how to use AppImage, please see: https://docs.appimage.org/user-guide/run-appimages.html Documentation to this release is available in separated download. Below are changes since last release:
Added
- Better validation of page tags values
- Ability to set absolute paths for directories
- Option to set tags separators
- Link to Atom entry as it content
- Link element to Atom entries
- Option to set separator for comments in markdown files
- Command to create empty markdown files
- Directory listing for the web server
- Option to stop server on error occured during creating the site
- Option to start selected web browser on start web server
- Monitoring and auto reloading site configuration file on changes in it
Changed
- Added release date to version command
- Don't create Atom feed by default
- Updated README.md
Fixed
- Showing README.md file
- Read modules directory setting
- Saving Atom entry id
- Info about server web address
v0.5: updated README.md
This is fifth development version of the program. Binaries are available for Linux 64-bit. For more info how to use AppImage, please see: https://docs.appimage.org/user-guide/run-appimages.html Documentation to this release is available in separated download. Below are changes since last release:
Added
- Time stamp to server messages
- Default setting for excluded files and directories in site configuration
files - Generating sitemaps
- Generating Atom feed
Changed
- New documentation look
- Updated README.md
- Don't allow spaces in tags names
v0.4: updated online documentation link
This is fourth development version of the program. Binaries are available for Linux 64-bit. For more info how to use AppImage, please see: https://docs.appimage.org/user-guide/run-appimages.html Documentation to this release is available in separated download. Below are changes since last release:
Added
- Help/info to site configuration files
- Help/info to default empty index.md files
- Option to print license and README.md in terminal
- Option to enable or disable web server
- Option to set web server port
- Option to set interval for the program to monitor changes in site
- Ability to extend the program with modules per site
Changed
- Updated README.md
Fixed
- Crash on invalid data in site config files