Releases: cstate/cstate
cState v6.0 - HUGE Update!
Version 6 Changelog and Migration Guide - Plus Unique New Add-Ons
A bigger focus on command-line and future automation support, a refreshed but still familiar design, and more.
This update has breaking changes to CSS, changes to the config file, and some fun, long awaited features.
A paid Pro version of cState with support is coming
Support development!
If you want to support me, [go to my sponsors page](https://github.com/sponsors/mistermantas) or, better yet, hire me for your project (you can email me using my profile email).
The upcoming Pro version of cState is not set to replace the open source version of cState but simply to make setting up everything, including monitoring, much easier.
Changes available today
⚠ It is recommend to upgrade to Hugo version 0.140.0 (the minimum Hugo version is 0.110.0).
- https://github.com/cstate/cstate-cli CLI tool - make new posts easier than ever before with a global
cstate
command. Learn more on the repo page aboutcstate dev
and many other commands- Read more here: #333
- Free monitoring bot now available. We’re introducing a bot to monitor for downtime and update cState programmatically. This is the current replacement for a POST API while maintaining the same unique structure of cState. https://github.com/cstate/monitorbot
- Added a histogram, enabled by default for every component, drawing stats from the data cState already has – to enable when upgrading, add a
.Site.Params.enableUptimeHistogram
option as true. - Updated base design CSS and introduced new detail details, thus IE8 is no longer supported. New default font is DM Sans, replaceable with Custom HTML by creating a file under
/layouts/partials/custom/meta.html
. - Better component pages. Extended description support is officially added (plus system pages now show the status) - #270
- Added /issues/ for viewing - and an option to hide a part of your incident history - #286
- Added Romanian language #335 from MarcUs7i
- The Netlify CMS
/admin
backend has been removed by default, since it’s been discontinued and the Netlify CMS’s successor Decap CMS is included at custom site level by default inexampleSite
if you still want to use it. - Fixes community raised issues, some of which are years old - #275, #330, #287, #320, #286, #257, #270
- New translation strings updated with AI
Coming later this year
- Notifications and the Subscribe button - all pages have an API and RSS option by default, with push notifications now available later this year with service workers or a monitor bot (cstate/monitorbot) for other services like Discord, Webhook URLs and more. These updates will be pushed to the repo and a future version of cState.
Also available: cState HTML Embed
cstate-cli
is here to make managing your cState status page a breeze! 🚀
I'm excited to announce the first release of cstate-cli
, a command-line tool designed to simplify creating and managing content for your cState status pages.
What it does:
- ⚡️
cstate create
: Interactively create new incident or informational posts. - 📝
cstate draft
: Quickly draft posts from templates (Incident Post, Maintenance, Experiment, Postmortem). - 💻
cstate dev
: Run a local Hugo development server with the cState theme. - 🔨
cstate serve
&cstate build
: Handy aliases for Hugo'sserve
andbuild
commands.
Why you'll love it:
- Saves time: Automates tedious tasks.
- Reduces errors: Ensures consistent formatting.
- Improves workflow: Streamlines content creation.
Get started:
# Install globally
npm install -g cstate-cli
# Or use with npx
npx cstate-cli <command>
Example:
cstate draft
This will prompt you to choose a template and guide you through creating a new post.
Check out the full documentation and usage instructions in the README.
I hope you find cstate-cli
helpful! Feedback and contributions are always welcome. ✨
Full Changelog: v5.6.1...v6.0.0
New Contributors
- @liimee made their first contribution in #311
- @alekswilc made their first contribution in #317
- @gridhead made their first contribution in #319
- @Isrofilov made their first contribution in #321
- @gvillo made their first contribution in #324
- @asem-hamid made their first contribution in #328
- @MarcUs7i made their first contribution in #335
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.