|
1 | 1 | # Change Log |
| 2 | + |
2 | 3 | All notable changes to this extension will be documented in this file. |
3 | 4 |
|
4 | 5 | The format is based on [Keep a Changelog](http://keepachangelog.com/) |
5 | 6 | and this project adheres to [Semantic Versioning](http://semver.org/). |
6 | 7 |
|
7 | 8 | ## [Unreleased] |
8 | | -- Initial release |
9 | 9 |
|
10 | | -## [0.4.0] - 2017-05-29 |
11 | | -### Added |
12 | | -- Show docs for intrinsic functions on hover |
13 | | -### Changed |
14 | | -- Updated icon for the extension |
15 | | -- Fix bug on linter not working |
| 10 | +* Initial release |
| 11 | + |
| 12 | +## [0.4.0] - 2017-05-29 |
| 13 | + |
| 14 | +### Added |
16 | 15 |
|
| 16 | +* Show docs for intrinsic functions on hover |
| 17 | + ### Changed |
| 18 | +* Updated icon for the extension |
| 19 | +* Fix bug on linter not working |
17 | 20 |
|
18 | 21 | ## [0.4.4] - 2017-07-03 |
19 | | -### Added |
20 | | -- Add support for old fortran languague |
21 | | -### Fixed |
22 | | -- Fix bug #1 |
| 22 | + |
| 23 | +### Added |
| 24 | + |
| 25 | +* Add support for old fortran languague |
| 26 | + ### Fixed |
| 27 | +* Fix bug #1 |
23 | 28 |
|
24 | 29 | ## [0.4.5] - 2017-07-04 |
| 30 | + |
25 | 31 | ### Fixed |
26 | | -- Fix intrinsic functions docs not loading |
| 32 | + |
| 33 | +* Fix intrinsic functions docs not loading |
27 | 34 |
|
28 | 35 | ## [0.4.6] - 2017-07-04 |
| 36 | + |
29 | 37 | ### Added |
30 | | -- Add support for user configuration settings |
| 38 | + |
| 39 | +* Add support for user configuration settings |
31 | 40 |
|
32 | 41 | ## [0.5.0] - 2017-07-06 |
| 42 | + |
33 | 43 | ### Added |
34 | | -- Add code autocompletion for intrinsic and in document declared functions |
| 44 | + |
| 45 | +* Add code autocompletion for intrinsic and in document declared functions |
35 | 46 |
|
36 | 47 | ## [0.5.1] - 2017-07-06 |
| 48 | + |
37 | 49 | ### Added |
38 | | -- Add `Go -> Go to symbol in file` command support for functions |
| 50 | + |
| 51 | +* Add `Go -> Go to symbol in file` command support for functions |
39 | 52 |
|
40 | 53 | ## [0.5.2] - 2017-07-14 |
41 | | -### Fixed |
42 | | -- A bug in the regex to parse output errors from gfortran |
43 | | -- Now the spawn command uses the directory of the file `gfortran` is analyzing |
44 | 54 |
|
| 55 | +### Fixed |
| 56 | + |
| 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 |
| 59 | + |
| 60 | +## [0.6.1] - 2018-01-01 |
| 61 | + |
| 62 | +### Added |
| 63 | + |
| 64 | +* Autoindentation rules for code blocks (thx @graceyangfan for the feature request) |
| 65 | + |
| 66 | +### Fixed |
| 67 | + |
| 68 | +* Fixed some highlighting issues by @pedro-ricardo |
0 commit comments