File tree Expand file tree Collapse file tree 3 files changed +20
-5
lines changed Expand file tree Collapse file tree 3 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to scimodom will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/), and this project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
- ## [Unreleased ] - started 2023
6
+ ## [Release candidate ] - started 2024-08-15
7
7
8
- Migration
8
+ ## [2.0.6] 2024-08-15
9
+
10
+ First release.
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import img4 from '@/assets/images/docs/compare4.png'
35
35
>Data coming from a different assembly or an inconsistent choice of reference dataset will
36
36
lead to spurious comparison results</Message
37
37
>
38
- Finally, Select the operation you want to perform on the datasets selected in previous steps:
38
+ Finally, select the operation you want to perform on the datasets selected in previous steps:
39
39
<img :src="img3" class="object-center mt-6 mb-6" alt="Compare: filter 3" />
40
40
</p>
41
41
<p class="indent-4 text-lg underline underline-offset-8 decoration-gb-4/25 font-semibold">
Original file line number Diff line number Diff line change 174
174
</div>
175
175
<div class="p-3 border-l-4 border-solid border-gb-2 rounded-l dark:text-white/80">
176
176
<h2 class="text-lg font-bold mt-0 mb-2">Analysis & Visualization</h2>
177
- <p class="mt-0 mb-3 line-height-3">DB visualization, online data analysis.</p>
177
+ <p class="mt-0 mb-3 line-height-3">
178
+ DB visualization, online data analysis and tools.
179
+ </p>
178
180
<div class="border-2 border-solid border-gb-2 rounded">
179
181
<div class="border-2 border-solid border-gb-2 rounded" style="width: 0%"></div>
180
182
</div>
242
244
</div>
243
245
</div>
244
246
<div class="flex-1 flex gap-3 flex-col"></div>
245
- <div class="flex-1 flex gap-3 flex-col"></div>
247
+ <div class="flex-1 flex gap-3 flex-col">
248
+ <div class="p-3 border-l-4 border-solid border-gb-4 rounded-l dark:text-white/80">
249
+ <h2 class="text-lg font-bold mt-0 mb-2">Application</h2>
250
+ <p class="mt-0 mb-3 line-height-3">REST API and related documentation.</p>
251
+ <div class="border-2 border-solid border-gb-4 rounded">
252
+ <div
253
+ class="border-2 border-solid border-gb-4 rounded"
254
+ style="width: 15%"
255
+ ></div>
256
+ </div>
257
+ </div>
258
+ </div>
246
259
</div>
247
260
</div>
248
261
<!-- DESIGN ------------------ -->
You can’t perform that action at this time.
0 commit comments