docs: update changelog and update roadmap

This commit is contained in:
moonrailgun 2024-01-03 00:39:04 +08:00
parent 4bdc8380f9
commit df01dcb857
2 changed files with 15 additions and 1 deletions

View File

@ -26,6 +26,7 @@ It's good to specialize in one thing, if we are experts in related abilities we
- [x] openapi
- [x] website
- [ ] team collaboration
- [ ] utm track
- [ ] survey
## Preview

View File

@ -40,13 +40,26 @@ function Timeline() {
<VerticalTimeline>
<VerticalTimelineElement {...timelineStyle.current} date="now">
<h3 className="vertical-timeline-element-title">Still Developing</h3>
<h4 className="vertical-timeline-element-subtitle">never stop</h4>
<h4 className="vertical-timeline-element-subtitle">Never stop</h4>
<p>
We have been continuously focusing on exploring the needs in this
field and growing continuously. Just like you.
</p>
</VerticalTimelineElement>
<VerticalTimelineElement {...timelineStyle.normal} date="2023/01/01">
<h3 className="vertical-timeline-element-title">Release v1.2.0</h3>
<p>Add custom monitor!</p>
<p>Now you can build your custom monitor logic with javascript</p>
</VerticalTimelineElement>
<VerticalTimelineElement {...timelineStyle.normal} date="2023/12/30">
<h3 className="vertical-timeline-element-title">Release v1.1.0</h3>
<p>Add delete data/event action for monitor</p>
<p>Add monitor order with updatedAt</p>
<p>Fix http header json validator problem</p>
</VerticalTimelineElement>
<VerticalTimelineElement {...timelineStyle.normal} date="2023/12/25">
<h3 className="vertical-timeline-element-title">Open Source!</h3>
<p>We think open source can help more and more people</p>