Skip to content

Commit df01dcb

Browse files
committed
docs: update changelog and update roadmap
1 parent 4bdc838 commit df01dcb

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ It's good to specialize in one thing, if we are experts in related abilities we
2626
- [x] openapi
2727
- [x] website
2828
- [ ] team collaboration
29+
- [ ] utm track
2930
- [ ] survey
3031

3132
## Preview

website/src/pages/changelog.tsx

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,26 @@ function Timeline() {
4040
<VerticalTimeline>
4141
<VerticalTimelineElement {...timelineStyle.current} date="now">
4242
<h3 className="vertical-timeline-element-title">Still Developing</h3>
43-
<h4 className="vertical-timeline-element-subtitle">never stop</h4>
43+
<h4 className="vertical-timeline-element-subtitle">Never stop</h4>
4444
<p>
4545
We have been continuously focusing on exploring the needs in this
4646
field and growing continuously. Just like you.
4747
</p>
4848
</VerticalTimelineElement>
4949

50+
<VerticalTimelineElement {...timelineStyle.normal} date="2023/01/01">
51+
<h3 className="vertical-timeline-element-title">Release v1.2.0</h3>
52+
<p>Add custom monitor!</p>
53+
<p>Now you can build your custom monitor logic with javascript</p>
54+
</VerticalTimelineElement>
55+
56+
<VerticalTimelineElement {...timelineStyle.normal} date="2023/12/30">
57+
<h3 className="vertical-timeline-element-title">Release v1.1.0</h3>
58+
<p>Add delete data/event action for monitor</p>
59+
<p>Add monitor order with updatedAt</p>
60+
<p>Fix http header json validator problem</p>
61+
</VerticalTimelineElement>
62+
5063
<VerticalTimelineElement {...timelineStyle.normal} date="2023/12/25">
5164
<h3 className="vertical-timeline-element-title">Open Source!</h3>
5265
<p>We think open source can help more and more people</p>

0 commit comments

Comments
 (0)