Skip to content

Commit

Permalink
[doc] 6.22.1 highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
vodorok committed Apr 19, 2023
1 parent 674df71 commit 8aabb4f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions web/server/vue-cli/src/views/NewFeatures.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@
<!-- eslint-disable max-len -->
<v-container fluid>
<v-timeline align-top>
<v-timeline-item fill-dot icon="mdi-star" color="green lighten-1">
<new-release-item color="green lighten-1">
<template v-slot:title>
<a
href="https://github.com/Ericsson/codechecker/releases/tag/v6.22.1"
target="_blank"
class="white--text"
>
Highlights of CodeChecker 6.22.1 release
</a>
</template>

<new-feature-item>
<template v-slot:title>
Bugfix, related to CodeChecker server
</template>
CodeChecker webapp was crashing when using the component filter,
which has been fixed in this release.
</new-feature-item>
</new-release-item>
</v-timeline-item>

<v-timeline-item fill-dot icon="mdi-star">
<new-release-item>
<template v-slot:title>
Expand Down

0 comments on commit 8aabb4f

Please sign in to comment.