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 @@ -9,6 +9,31 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99
1010## [ 2.5.0]
1111
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+
1237### Changed
1338
1439- 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/).
273298
274299- Initial release
275300
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
277303[ 2.4.0 ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.3.0...v2.4.0
278304[ 2.3.0 ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.2.2...v2.3.0
279305[ 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