Releases: cstate/cstate
cState v5.6.1b - with Indonesian and Russian Language Added by Default
Same as v5.6.1 or v5.6.1b.
cState v5.6.1 - CSS Bugfix
This update includes no new features, only a bugfix for long titles that may overflow on mobiles and smaller screens.
Happy new year. 2293 have starred this repo as of today.
cState v5.6.0b
New features include:
pin: false
now always excludes all posts, even issue- pinned issues are now exposed to the JSON API
- issue content is now exposed in the JSON API
- UA, SE language files added by default
- b version includes a correction for the UA file
- time handling changes #273 – switched from .Date.Format to dateFormat – this should in theory lead to better localized date and time formats but if you see issues please report them
cState v5.6
New features include:
pin: false
now always excludes all posts, even issue- pinned issues are now exposed to the JSON API
- issue content is now exposed in the JSON API
- UA, SE language files added by default
- time handling changes #273 – switched from .Date.Format to dateFormat – this should in theory lead to better localized date and time formats but if you see issues please report them
cState v5.5.2c with Swedish and Ukrainian languages added
This update adds the UA and SE language files by default and fixes a bug from the version b version.
v5.5.2 with added Ukrainian language (use newer version if you need a working Netlify CMS file)
This update adds the UA language file by default and fixes a typo in another part of cState.
cState v5.5.2 - Bugfixes and refinements
This is a quick update of some of the PRs - refinements and fixes that have been overdue for a while.
Thank you for using cState and all 2.1k of you who have starred the project. I have exciting things coming for October!
A full history of changes can be seen in this PR: #272
cState v5.5.1 with Hotfix + HTML Embed v2
cstate turns 5 years old this year! happy hacktoberfest!
HTML Embed upgrades to version 2! See the status without even opening a new tab
🚨 Show a dialog when the status changes in the corner of the screen OR 🟢 / 🔴 show a status indicator dot in the HTML markup (like in the footer)
⏰ Checks only on page load OR can be configured to do so every x seconds with setTimeout / programatically
And there's still an option to provide your own UI like in version 1!
cstate v5.5.1 includes an important hotfix for users of hugo v0.101 or later as well as other modifications from v5.5:
- #243 – replace icons to be better supported across operating systems
- #246 - translation bugfix (disrupted label did not show)
- #248 - Respect timezone even in last modified date when timeZone was set
- Better out of the box support for Cloudflare Pages:
To allow for the reading of API output by default on CF Pages, a _headers
file is now added to /static/ from this version on. Netlify still has netlify.toml
from the root. https://developers.cloudflare.com/pages/platform/headers/ – if you use CF Pages and the API does not work, make sure you have this file in the static folder.
cState v5.5 + HTML Embed v2
cstate turns 5 years old this year! happy hacktoberfest!
HTML Embed upgrades to version 2! See the status without even opening a new tab
🚨 Show a dialog when the status changes in the corner of the screen OR 🟢 / 🔴 show a status indicator dot in the HTML markup (like in the footer)
⏰ Checks only on page load OR can be configured to do so every x seconds with setTimeout / programatically
And there's still an option to provide your own UI like in version 1!
cstate v5.5 doesn't include much but does:
- #243 – replace icons to be better supported across operating systems
- #246 - translation bugfix (disrupted label did not show)
- #248 - Respect timezone even in last modified date when timeZone was set
- Better out of the box support for Cloudflare Pages:
To allow for the reading of API output by default on CF Pages, a _headers
file is now added to /static/ from this version on. Netlify still has netlify.toml
from the root. https://developers.cloudflare.com/pages/platform/headers/ – if you use CF Pages and the API does not work, make sure you have this file in the static folder.
cState v5.4
- Added Japanese translation - thank you @kr-tukimi
- The data about a component/system (like its name and its associated issues) is now exposed to a custom partial. Very powerful feature, thank you @jhanos
- #224 fixed - some weirdly formatted posts looked as if they were pinned even though they were not
- System link removed from list.html (categories) pages, default example site builds again without issue
- Miscellaneous updates and bugfixes