Skip to content

Commit d97dbfa

Browse files
authored
Update CHANGELOG.md
Former-commit-id: 0395c8c
1 parent 35d7963 commit d97dbfa

File tree

1 file changed

+3
-130
lines changed

1 file changed

+3
-130
lines changed

plugin/CHANGELOG.md

Lines changed: 3 additions & 130 deletions
Original file line numberDiff line numberDiff line change
@@ -15,137 +15,10 @@
1515

1616
### Security
1717

18-
## [0.4.7] - 2021-10-31
19-
### Changed
20-
- Removed protocol module to its own repo
21-
- Dependency upgrades
22-
23-
### Fixed
24-
- Slow EDT warnings
25-
- Auto-generated error titles
26-
27-
## [0.4.6] - 2021-10-22
28-
### Fixed
29-
- IntelliJ compatibility fix
30-
31-
## [0.4.5] - 2021-10-21
32-
### Fixed
33-
- IntelliJ compatibility fix
34-
35-
## [0.4.4] - 2021-10-19
36-
### Added
37-
- Improved root source package detection
38-
- Support multiple root source packages
39-
40-
## [0.4.2] - 2021-10-12
41-
### Added
42-
- Ability to move control bar with arrow keys
43-
- Use caret line position for control bar location
44-
45-
### Fixed
46-
- Read access thread warnings
47-
48-
### Removed
49-
- Marker connection hardware id
50-
51-
## [0.4.1] - 2021-10-07
52-
### Added
53-
- Use caret line position for control bar location
54-
55-
### Fixed
56-
- S++ auto-generated bugs missing plugin name/version
57-
- Slow EDT warnings
58-
59-
## [0.4.0] - 2021-10-06
60-
### Added
61-
- Added meta storage to live instruments
62-
- Refactored code for Python live instrument support
63-
64-
## [0.3.1] - 2021-10-02
65-
### Fixed
66-
- Plugin verification build issue
67-
68-
## [0.3.0] - 2021-09-30
18+
## [0.2.0] - 2021-11-20
6919
### Added
70-
- Live instruments & live control bar
71-
- Hide/show global source marks shortcut (Ctrl+Shift+D)
72-
- Various dependency upgrades
73-
74-
### Fixed
75-
- Issue determining endpoint name ([#358](https://github.com/sourceplusplus/SourceMarker/issues/358))
76-
77-
## [0.2.1] - 2020-03-23
78-
### Added
79-
- Synchronous/asynchronous source mark event listeners
80-
- Portal opening event
81-
- Ability to configure portal refresh interval
82-
- Added debug console (hidden by default)
83-
84-
### Fixed
85-
- Portal popup race condition ([#350](https://github.com/sourceplusplus/SourceMarker/issues/350))
86-
- Issue with determining active service ([#285](https://github.com/sourceplusplus/SourceMarker/issues/285))
87-
88-
### Changed
89-
- More intuitive portal default views
90-
91-
### Removed
92-
- Local mentor module
93-
94-
### Upgraded
95-
- Kotlin (1.4.30 -> 1.4.32)
96-
- Vert.x (4.0.2 -> 4.0.3)
97-
- gradle-docker-compose-plugin (0.14.0 -> 0.14.1)
98-
- detekt (1.15.0 -> 1.16.0)
99-
- JGit (5.10.0.202012080955-r -> 5.11.0.202103091610-r)
100-
- Apache Commons Lang (3.11 -> 3.12.0)
101-
- JUnit (4.13.1 -> 4.13.2)
102-
- Apollo Android (2.5.3 -> 2.5.5)
103-
- Dropwizard Metrics (4.1.17 -> 4.1.18)
104-
- JetBrains IntelliJ plugin (0.6.5 -> 0.7.2)
105-
- JetBrains changelog plugin (1.1.1 -> 1.1.2)
106-
- kotlinx.coroutines (1.4.2 -> 1.4.3-native-mt)
107-
- jOOQ (3.14.7 -> 3.14.8)
108-
- Jackson (2.12.1 -> 2.12.2)
109-
- kotlinx.serialization (1.0.1 -> 1.1.0)
110-
- Guava (30.1-jre -> 30.1.1-jre)
111-
112-
## [0.2.0] - 2020-12-02
113-
### Added
114-
- Infinite scroll on traces portal ([#210](https://github.com/sourceplusplus/SourceMarker/issues/210))
115-
- Implement localization bundling ([#288](https://github.com/sourceplusplus/SourceMarker/issues/288))
116-
- Implemented logging portal page ([#230](https://github.com/sourceplusplus/SourceMarker/issues/230))
117-
- Anonymous error reporting ([#115](https://github.com/sourceplusplus/SourceMarker/issues/115))
118-
- Mentor task retry logic
119-
120-
### Changed
121-
- Single page portal ([#254](https://github.com/sourceplusplus/SourceMarker/issues/254))
122-
- Persist current view between internal portals ([#302](https://github.com/sourceplusplus/SourceMarker/issues/302))
123-
- Dynamic portal host ports
124-
- Refactored activity portal
125-
126-
### Upgraded
127-
- Apache SkyWalking (8.2.0 -> 8.4.0)
128-
- Vert.x (3.9.4 -> 4.0.2)
129-
- Kotlin (1.4.10 -> 1.4.30)
130-
- JGit (5.9.0.202009080501-r -> 5.10.0.202012080955-r)
131-
- Guava (29.0-jre -> 30.1-jre)
132-
- JetBrains annotations (19.0.0 -> 20.1.0)
133-
- jOOQ (3.14.3 -> 3.14.7)
134-
- kotlinx.coroutines (1.4.1 -> 1.4.2)
135-
- kotlinx.datetime (0.1.0 -> 0.1.1)
136-
- Apollo Android (2.4.4 -> 2.5.3)
137-
- JetBrains IntelliJ plugin (0.6.3 -> 0.6.5)
138-
- JetBrains changelog plugin (0.6.2 -> 1.1.1)
139-
- Jackson (2.11.3 -> 2.12.1)
140-
- Dropwizard Metrics (4.1.15 -> 4.1.17)
141-
- kotlinx.serialization (1.0.0 -> 1.0.1)
142-
- gradle-docker-compose-plugin (0.13.4 -> 0.14.0)
143-
- detekt (1.14.2 -> 1.15.0)
144-
- Apache ECharts (4.9.0 -> 5.0.1)
145-
146-
## [0.1.1] - 2020-12-01
147-
### Fixed
148-
- Incorrect timezone parsing ([#280](https://github.com/sourceplusplus/SourceMarker/issues/280))
20+
- Live breakpoints
21+
- Live logs
14922

15023
## [0.1.0] - 2020-11-17
15124
### Added

0 commit comments

Comments
 (0)