Skip to content

Commit 9f4c801

Browse files
author
Alex Schmitz
committed
Remove changelog dates after 1.0.
1 parent 723e6eb commit 9f4c801

File tree

1 file changed

+10
-36
lines changed

1 file changed

+10
-36
lines changed

CHANGELOG.md

+10-36
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,31 @@
11
# Changelog
22

33
## v1.2.3 (2022-03-19)
4-
### 2022-03-19
5-
**Documentation:**
6-
- Fix links.
7-
8-
### 2021-10-04
94
**Fixed Bugs:**
105
- Fixed index out of range when running analysis without y-abscissa.
116

12-
### 2022-03-07
7+
**Documentation:**
8+
- Fix links.
9+
10+
## v1.2.2 (2022-03-07)
1311
**Documentation:**
1412
- Convert docs to rst format.
1513
- Automatically deploy docs to wiki.
1614

1715
## v1.2.1 (2022-02-28)
18-
19-
### 2021-12-20
2016
**Fixed Bugs:**
2117
- Removed non-existent method `alignText´ from docs.
2218

2319
**Internal Changes:**
2420
- Moved and renamed workspaces to subfolder.
2521

2622
## v1.2.0 (2021-09-13)
27-
28-
### 2021-09-13
2923
**Implemented Enhancements:**
3024
- Header lines are now handled for imported spectra and map files.
3125

3226
## v1.1.0 (2021-07-08)
33-
3427
**Caution: This version changes the installation method of the package!**
3528

36-
### 2021-07-08
37-
3829
**Implemented Enhancements:**
3930
- Implement package building and build first opx package.
4031
- Add exemplary plugin code and package.
@@ -45,50 +36,33 @@
4536

4637
**Internal Changes:**
4738
- Split up static analysis and code styling scripts.
48-
49-
### 2021-07-07
50-
51-
**Important Changes:**
5239
- Renamed main file and moved sources to subfolder for packaging.
5340
- Create true header files with associated .c files.
5441

55-
### 2021-07-06
56-
57-
**Other Changes:**
42+
**Documentation:**
5843
- Add badges and links in readme.
5944

6045
## v1.0.0 (2021-07-05)
61-
62-
### 2021-07-05
63-
6446
**Fixed Bugs:**
6547
- 3D map import did set wrong intensity axis labels.
6648

6749
**Implemented Enhancements:**
6850
- Refined and extended test data.
51+
- Added parameters `Skip Abscissae` and "Y Abscissa" to `analyze`.
52+
- Extract units from user label name in `analyze`.
6953

7054
**Internal Changes:**
7155
- Moved all source files into the `src` directory.
7256
- Changed all filenames to lowercase.
7357
- Introduced and applied clang-format style fixer.
7458
- Introduce cppcheck for static analysis.
75-
76-
### 2021-07-04
77-
78-
**Fixed Bugs:**
79-
- Only show visible user labels in `analyze` and `correct`.
80-
81-
**Implemented Enhancements:**
82-
- Added parameters `Skip Abscissae` and "Y Abscissa" to `analyze`.
83-
- Extract units from user label name in `analyze`.
59+
- Replace `ANALYSE` by `ANALYZE` to unify spelling in American English.
60+
- Fix license and file headers.
8461

8562
**Deprecations:**
8663
- Deprecated function `analyse`, use function `analyze` instead.
8764

88-
**Internal Changes:**
89-
- Replace `ANALYSE` by `ANALYZE` to unify spelling in American English.
90-
- Fix license and file headers.
91-
65+
## v0.9.x
9266
### 2021-07-03
9367

9468
**Important Changes:**

0 commit comments

Comments
 (0)