Cstate Versions Save

🔥 Open source static (serverless) status page. Uses hyperfast Go & Hugo, minimal HTML/CSS/JS, customizable, outstanding browser support (IE8+), preloaded CMS, read-only API, badges & more.

v5.6.1b

3 months ago

Indonesian translation added. Version is identical to v5.6.1.

v5.6.1

3 months ago

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.

v5.6.0b

5 months ago

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

v5.6

5 months ago

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

v5.5.2c

5 months ago

This update adds the UA and SE language files by default and fixes a bug from the version b version.

v5.5.2b

5 months ago

This update adds the UA language file by default and fixes a typo in another part of cState.

v5.5.2

8 months ago

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: https://github.com/cstate/cstate/pull/272

v5.5.1

1 year ago

cstate turns 5 years old this year! happy hacktoberfest!

cState HTML embed lets you add a dot indicator or show an alert if your cState status page has active issues

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!

Check it out here!


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.

v5.5

1 year ago

cstate turns 5 years old this year! happy hacktoberfest!

cState HTML embed lets you add a dot indicator or show an alert if your cState status page has active issues

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!

Check it out here!


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.

v5.4

1 year ago
  • 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