File tree 1 file changed +27
-1
lines changed
1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,31 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
10
10
## [ 2.5.0]
11
11
12
+ ### Fixed
13
+
14
+ - Extension now activates for ` FortranFixedForm `
15
+ ([ #257 ] ( https://github.com/krvajal/vscode-fortran-support/issues/257 ) )
16
+ - Linting is now operational for ` FortranFixedForm `
17
+ ([ #258 ] ( https://github.com/krvajal/vscode-fortran-support/issues/258 ) )
18
+
19
+ ### Changed
20
+
21
+ - Renamed the Fixed Format Format language from ` fortran_fixed-form ` to
22
+ ` FortranFixedForm ` , an alias has been added for backwards compatibility
23
+ ([ #259 ] ( https://github.com/krvajal/vscode-fortran-support/issues/259 ) )
24
+
25
+ ### Added
26
+
27
+ - Adds support for formatting with ` findent ` and ` fprettify `
28
+ ([ #29 ] ( https://github.com/krvajal/vscode-fortran-support/issues/29 ) )
29
+ - Adds prompts for installing Fortran IntelliSense and fortran-language-server
30
+
31
+ ### Removed
32
+
33
+ - Removes ` paths.js ` for detecting binaries in favour of ` which `
34
+
35
+ ## [ 2.4.0]
36
+
12
37
### Changed
13
38
14
39
- Changes the syntax highlighting of preprocessor macros to match that of C++
@@ -273,7 +298,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
273
298
274
299
- Initial release
275
300
276
- [ unreleased ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.4.0...HEAD
301
+ [ unreleased ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.5.0...HEAD
302
+ [ 2.5.0 ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.4.0...v2.5.0
277
303
[ 2.4.0 ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.3.0...v2.4.0
278
304
[ 2.3.0 ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.2.2...v2.3.0
279
305
[ 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