docs: update changelog and update roadmap
This commit is contained in:
parent
4bdc8380f9
commit
df01dcb857
@ -26,6 +26,7 @@ It's good to specialize in one thing, if we are experts in related abilities we
|
|||||||
- [x] openapi
|
- [x] openapi
|
||||||
- [x] website
|
- [x] website
|
||||||
- [ ] team collaboration
|
- [ ] team collaboration
|
||||||
|
- [ ] utm track
|
||||||
- [ ] survey
|
- [ ] survey
|
||||||
|
|
||||||
## Preview
|
## Preview
|
||||||
|
@ -40,13 +40,26 @@ function Timeline() {
|
|||||||
<VerticalTimeline>
|
<VerticalTimeline>
|
||||||
<VerticalTimelineElement {...timelineStyle.current} date="now">
|
<VerticalTimelineElement {...timelineStyle.current} date="now">
|
||||||
<h3 className="vertical-timeline-element-title">Still Developing</h3>
|
<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>
|
<p>
|
||||||
We have been continuously focusing on exploring the needs in this
|
We have been continuously focusing on exploring the needs in this
|
||||||
field and growing continuously. Just like you.
|
field and growing continuously. Just like you.
|
||||||
</p>
|
</p>
|
||||||
</VerticalTimelineElement>
|
</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">
|
<VerticalTimelineElement {...timelineStyle.normal} date="2023/12/25">
|
||||||
<h3 className="vertical-timeline-element-title">Open Source!</h3>
|
<h3 className="vertical-timeline-element-title">Open Source!</h3>
|
||||||
<p>We think open source can help more and more people</p>
|
<p>We think open source can help more and more people</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user