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/).
1414
1515## [ 2.4.0]
1616
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+
1742### Changed
1843
1944- 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/).
278303
279304- Initial release
280305
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
282308[ 2.4.0 ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.3.0...v2.4.0
283309[ 2.3.0 ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.2.2...v2.3.0
284310[ 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