Skip to content

Releases: cstate/cstate

cState v5.5 + HTML Embed v2

28 Oct 15:37
236f908

Choose a tag to compare

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.

cState v5.4

13 Jul 15:42
44f87a0

Choose a tag to compare

cState v5.3 (with fixed Netlify configuration) – Link to Your Systems

27 Feb 11:39
33d047d

Choose a tag to compare

Mostly bugfixes but there's a nice added feature for the components:

  • Fixed RSS XML formatting - #228, #216
  • Additionally, RSS by default now has the correct CORS headers. You can change them manually in a headers file if you're upgrading (for example, for netlify.toml - see below) - #221
  • Fixed some style inconsistencies - #213
  • Introduced link as an optional attribute for a component/system. Link to a frontend right from cState's systems list! Thanks @aperullo for an excellent solution - see #223
  • Typo fixes, etc.

if you want to unblock cors for netlify.toml, use this:

[headers]
    for = ["/*.json", "/*.xml"]
    [headers.values] 
      Access-Control-Allow-Origin = "*"

cState has 1540 stars as of Saturday, February 12, 2022. Thanks for your support.

cState v5.3 - Links to Systems & Bugfixes

12 Feb 09:29
fadb79e

Choose a tag to compare

Mostly bugfixes but there's a nice added feature for the components:

  • Fixed RSS XML formatting - #228, #216
  • Additionally, RSS by default now has the correct CORS headers. You can change them manually in a headers file if you're upgrading (for example, for netlify.toml - see below) - #221
  • Fixed some style inconsistencies - #213
  • Introduced link as an optional attribute for a component/system. Link to a frontend right from cState's systems list! Thanks @aperullo for an excellent solution - see #223
  • Typo fixes, etc.

if you want to unblock cors for netlify.toml, use this:

[headers]
    for = ["/*.json", "/*.xml"]
    [headers.values] 
      Access-Control-Allow-Origin = "*"

cState has 1540 stars as of Saturday, February 12, 2022. Thanks for your support.

cState v5.2 - Pin Informational Posts & New Website

10 Oct 14:01
c382197

Choose a tag to compare

  • Inspired from #205 - added pinned informational posts - they will show up when pin is set to true for issues (can toggle in Netlify CMS as well)
  • Category toggles no longer show an 'x' which was earlier suggested to be confusing by a user
  • README and documentation simplified and improved
  • Check out the new cState website - https://cstate.netlify.app (updated domain pending)
  • And check out the other already existing integrations like Shields, the HTML Embed, or a community-made monitor bot (more in wiki)!

If you open the live demo, you can see how pinned informational posts look like.

cState is starred by 1431 people.

cState v5.1 - JSON API bugfix & SVG shields for individual systems

02 Oct 14:52
c2a1e85

Choose a tag to compare

Today we're celebrating Hacktoberfest with a critical bugfix to the JSON API so it works properly when checking for a singular component status (unneeded , removed) and expanding 'shields' - SVG badges - to show status for ANY component as per a user suggestion - #208.

You will need to change the config.yml file for this feature to be enabled. (If you use Netlify CMS, just update your site configuration and the SVG links for specific components will start working after the next deploy.)

This is what your outputs should look like:


outputs:
  page:
    - html
    - json
  section:
    - html
    - json
    - rss
  home:
    - html
    - json
    - rss
    - svg
  term:
    - html
    - json
    - rss
    - svg

Notice that svg is now added to the bottom under term as well as home.

Once you've done that, go to yourexamplesite.com/affected/api/index.svg (or basically just click open the status page, click on one component (in this case it's API) and then add /index.svg to the end of the link.

cState is starred by 1426 people.

cState v5.0.5

01 Oct 20:24
e4a030f

Choose a tag to compare

v5.0.5 includes:

  • #199 the date for future issues is shown instead of "ongoing" which is confusing if it hasn't even started

This has prompted a discussion about maintenance issues and how to make them work better which will be addressed in a future release.

  • #204 this release also fixes an invalid JSON template
  • typo fixes by community members

The updates in this release were pushed to the master branch earlier but didn't receive an official release (meaning you could have a v5.0.4 release which was compiled from different source code depending on where you found it). This update is official and will show up as v5.0.5 when checked in console and all the other usual places.

This repo is starred by 1425 people as of midnight October 1st. Make sure to read #207 and join Hacktoberfest 2021 by contributing your thoughts about how to improve cState!

cState v5.0.4 – Important Bug Fix Correcting Time Discrepancy

24 Jul 12:43
7ba5343

Choose a tag to compare

It is highly advised to update if you are using relative time.

  • Raw unformatted Markdown for a site description will no longer show up in SEO tags
  • German translation fix
  • Bugfix for pages that use relative time (now it's calculated based on the correct time zone) #197

cState has 1361 stars. Thanks for using it!

cState v5.0.3

09 May 10:23
579f961

Choose a tag to compare

  • Show specific text for 404 pages that are in the "Affected" subdirectory. Requires JavaScript. Reported by @anarcat in #183
  • Fix typos in German translation (#182 by @jamct)
  • Mildly improved documentation

cState has 1255 stars as of May 9th, thank you for your support!

cState v5.0.2 - Bug Fix for Future Dates

01 May 20:18
164d0b1

Choose a tag to compare

v5.0.2 fixes #180 (@untuned bug report) by showing the date instead of a nonsense relative time calculation for dates that are in the future.

cState v5 recently introduced lots of awesome new features like improvements to handling time, the API, and more. Read migration guide and full changelog

cState has 1233 stars as of May 1st, 2021. Thanks for your support!