File tree Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,31 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
14
14
15
15
## [ 2.4.0]
16
16
17
+ ### Fixed
18
+
19
+ - Extension now activates for ` FortranFixedForm `
20
+ ([ #257 ] ( https://github.com/krvajal/vscode-fortran-support/issues/257 ) )
21
+ - Linting is now operational for ` FortranFixedForm `
22
+ ([ #258 ] ( https://github.com/krvajal/vscode-fortran-support/issues/258 ) )
23
+
24
+ ### Changed
25
+
26
+ - Renamed the Fixed Format Format language from ` fortran_fixed-form ` to
27
+ ` FortranFixedForm ` , an alias has been added for backwards compatibility
28
+ ([ #259 ] ( https://github.com/krvajal/vscode-fortran-support/issues/259 ) )
29
+
30
+ ### Added
31
+
32
+ - Adds support for formatting with ` findent ` and ` fprettify `
33
+ ([ #29 ] ( https://github.com/krvajal/vscode-fortran-support/issues/29 ) )
34
+ - Adds prompts for installing Fortran IntelliSense and fortran-language-server
35
+
36
+ ### Removed
37
+
38
+ - Removes ` paths.js ` for detecting binaries in favour of ` which `
39
+
40
+ ## [ 2.4.0]
41
+
17
42
### Changed
18
43
19
44
- Changes the syntax highlighting of preprocessor macros to match that of C++
@@ -278,7 +303,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
278
303
279
304
- Initial release
280
305
281
- [ unreleased ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.4.0...HEAD
306
+ [ unreleased ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.5.0...HEAD
307
+ [ 2.5.0 ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.4.0...v2.5.0
282
308
[ 2.4.0 ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.3.0...v2.4.0
283
309
[ 2.3.0 ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.2.2...v2.3.0
284
310
[ 2.2.2 ] : https://github.com/krvajal/vscode-fortran-support/compare/2.2.1...v2.2.1
You can’t perform that action at this time.
0 commit comments