Releases: rajnandan1/kener
Releases · rajnandan1/kener
0.0.16
v0.0.16
Here are the changes in this release
Features
- Added support for
hideURLForGet
in monitors. Read more here - New SVG badges for LIVE status. Read more here
- Breaking Change Removed dependency on Environment variable
PUBLIC_KENER_FOLDER
. - Simplified build and deploy process
- Added support for fonts. Read more here
- Added support for home page pattern. Read more here
- Added support for adding your analytics provider. Read more here
- New Documentation Site
- Addes support for
sqaures
pattern in home page. Read more here - Redesigned the UI for better consistency
- Embed now supports background color using a parameter
bgc
. Read more here - Now title in
site.yaml
is<title>
andsiteName
is actually the name of the site. Read more here
Migration
Source
- Move data from
PUBLIC_KENER_FOLDER
to/database
file. - Move
site.yaml
to/config
folder - Move
monitors.yaml
to/config
folder
Docker
- Use
-v $(pwd)/database:/app/database
and-v $(pwd)/config:/app/config
in your docker run command
What's Changed
- Release candidate/0.0.16 by @rajnandan1 in #120
Full Changelog: 0.0.15...0.0.16
0.0.15
What's Changed
- feat(kener): supports custom threshold for calculations of day uptime by @rajnandan1 in #77
- refactor: added prettier config by @rajnandan1 in #78
- feat(monitor): added ping monitor by @rajnandan1 in #79
- feat(api): Added API_IP_REGEX to match incoming IPs. by @rajnandan1 in #82
- fix(nav): made nav bar responsive by @rajnandan1 in #89
- Release/0.0.15 by @rajnandan1 in #98
Full Changelog: 0.0.14...0.0.15
0.0.14
What's Changed
- Fix indents in locale file for English by @fetus-hina in #72
- Add Japanese translation by @fetus-hina in #73
- Create zh_CN.json by @PearsSauce in #74
- feat:Updated Chinese language to make it more reasonable. by @PearsSauce in #75
- feat(kener): added support for base path by @rajnandan1 in #76. Read docs: https://kener.ing/docs#h2base-path
New Contributors
- @fetus-hina made their first contribution in #72
- @PearsSauce made their first contribution in #74
Full Changelog: 0.0.13...0.0.14
0.0.13
0.0.12
Fixed docker static folder not found issue
0.0.11
What's Changed
- feat(api): added an incident search api by @rajnandan1 in #67
Full Changelog: 0.0.10...0.0.11
0.0.10
0.0.8
0.0.7
Fixed eval bug and CSS fixes