@@ -5,81 +5,81 @@ All notable changes to this extension will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
- ## [ Unreleased]
9
-
10
- * Initial release
11
-
12
- ## [ 0.4.0] - 2017-05-29
8
+ ## [ 1.0.1] - 2018-03-19
13
9
14
- ### Added
10
+ ### Fixed
15
11
16
- * Show docs for intrinsic functions on hover
17
- ### Changed
18
- * Updated icon for the extension
19
- * Fix bug on linter not working
12
+ * Syntax highlighting issues (#32 , #34 , #36 , #37 , #38 , #39 , #41 )
20
13
21
- ## [ 0.4.4 ] - 2017-07-03
14
+ ## [ 0.6.3 ] - 2018-01-27
22
15
23
16
### Added
24
17
25
- * Add support for old fortran languague
26
- ### Fixed
27
- * Fix bug #1
28
-
29
- ## [ 0.4.5] - 2017-07-04
18
+ * Configuration option to set types of symbols shown
30
19
31
20
### Fixed
32
21
33
- * Fix intrinsic functions docs not loading
22
+ * Implementation of the symbol provider now returns a promise (Fixes #21 )
23
+ * Symbol provider now ignores case when searching for subroutines
34
24
35
- ## [ 0.4.6 ] - 2017-07-04
25
+ ## [ 0.6.2 ] - 2018-01-01
36
26
37
27
### Added
38
28
39
- * Add support for user configuration settings
29
+ * Autoindentation rules for code blocks (thx @ graceyangfan for the feature request)
40
30
41
- ## [ 0.5.0 ] - 2017-07-06
31
+ ### Fixed
42
32
43
- ### Added
33
+ * Fixed some highlighting issues by @ pedro-ricardo
44
34
45
- * Add code autocompletion for intrinsic and in document declared functions
35
+ ## [ 0.5.2] - 2017-07-14
36
+
37
+ ### Fixed
38
+
39
+ * A bug in the regex to parse output errors from gfortran
40
+ * Now the spawn command uses the directory of the file ` gfortran ` is analyzing
46
41
47
42
## [ 0.5.1] - 2017-07-06
48
43
49
44
### Added
50
45
51
46
* Add ` Go -> Go to symbol in file ` command support for functions
52
47
53
- ## [ 0.5.2 ] - 2017-07-14
48
+ ## [ 0.5.0 ] - 2017-07-06
54
49
55
- ### Fixed
50
+ ### Added
56
51
57
- * A bug in the regex to parse output errors from gfortran
58
- * Now the spawn command uses the directory of the file ` gfortran ` is analyzing
52
+ * Add code autocompletion for intrinsic and in document declared functions
59
53
60
- ## [ 0.6.2 ] - 2018-01-01
54
+ ## [ 0.4.6 ] - 2017-07-04
61
55
62
56
### Added
63
57
64
- * Autoindentation rules for code blocks (thx @graceyangfan for the feature request)
58
+ * Add support for user configuration settings
59
+
60
+ ## [ 0.4.5] - 2017-07-04
65
61
66
62
### Fixed
67
63
68
- * Fixed some highlighting issues by @ pedro-ricardo
64
+ * Fix intrinsic functions docs not loading
69
65
70
- ## [ 0.6.3 ] - 2018-01-27
66
+ ## [ 0.4.4 ] - 2017-07-03
71
67
72
68
### Added
73
69
74
- * Configuration option to set types of symbols shown
70
+ * Add support for old fortran languague
71
+ ### Fixed
72
+ * Fix bug #1
75
73
76
- ### Fixed
74
+ ## [ 0.4.0 ] - 2017-05-29
77
75
78
- * Implementation of the symbol provider now returns a promise (Fixes #21 )
79
- * Symbol provider now ignores case when searching for subroutines
76
+ ### Added
80
77
81
- ## [ 1.0.1] - 2018-03-19
78
+ * Show docs for intrinsic functions on hover
79
+ ### Changed
80
+ * Updated icon for the extension
81
+ * Fix bug on linter not working
82
82
83
- ### Fixed
83
+ ## [ Unreleased ]
84
84
85
- * Syntax highlighting issues ( # 32 , # 34 , # 36 , # 37 , # 38 , # 39 , # 41 )
85
+ * Initial release
0 commit comments