|
1 |
| -# CHANGELONG |
| 1 | +# CHANGELOG |
| 2 | + |
| 3 | +## Unreleased |
| 4 | + |
| 5 | +## 2.4.0 |
| 6 | + |
| 7 | +### Added |
| 8 | + |
| 9 | +- Added Code of Conduct |
| 10 | + |
| 11 | +## 2.3.1 |
| 12 | + |
| 13 | +### Fixed |
| 14 | + |
| 15 | +- Fixed remote coverage report line diff |
| 16 | + ([#101](https://github.com/gnikit/fortls/issues/101)) |
| 17 | + |
| 18 | +## 2.3.0 |
| 19 | + |
| 20 | +### Added |
| 21 | + |
| 22 | +- Added keywords to the PyPi manifest |
| 23 | + ([#99](https://github.com/gnikit/fortls/issues/99)) |
| 24 | + |
| 25 | +### Changed |
| 26 | + |
| 27 | +- Updated `README` to include logo and animations |
| 28 | +- Updated `README` to include conda-forge installation instructions |
| 29 | + |
| 30 | +## 2.2.14 |
| 31 | + |
| 32 | +### Added |
| 33 | + |
| 34 | +- Added unittests for intrinsics and improved overall coverage |
| 35 | + |
| 36 | +### Changed |
| 37 | + |
| 38 | +- Restructured unittests to individual files for more granular reporting |
| 39 | + |
| 40 | +## 2.2.13 |
| 41 | + |
| 42 | +### Added |
| 43 | + |
| 44 | +- Automated the update for GitHub Actions |
| 45 | + |
| 46 | +## 2.2.12 |
| 47 | + |
| 48 | +### Added |
| 49 | + |
| 50 | +- Added coverage reporting for Unix + Windows |
| 51 | + |
| 52 | +## 2.2.11 |
| 53 | + |
| 54 | +### Added |
| 55 | + |
| 56 | +- Improved autocompletion for Fortran statements F2018 compliant |
| 57 | + ([#63](https://github.com/gnikit/fortls/issues/63)) |
| 58 | + |
| 59 | +## 2.2.10 |
| 60 | + |
| 61 | +### Fixed |
| 62 | + |
| 63 | +- Fixes GoTo Implementation error for intrinsics |
| 64 | + ([#80](https://github.com/gnikit/fortls/issues/80)) |
| 65 | + |
| 66 | +## 2.2.9 |
| 67 | + |
| 68 | +### Changed |
| 69 | + |
| 70 | +- Changed how renaming of implicitly named type-bound procedures and their |
| 71 | + implementations is handled. Unittest was added. |
| 72 | +- Rewrote the Fortran parser to be clearer and more modular |
| 73 | + |
| 74 | +## 2.2.8 |
| 75 | + |
| 76 | +### Changed |
| 77 | + |
| 78 | +- Disable PyPi autoupdating for pre-releases and dev versions |
| 79 | + |
| 80 | +## 2.2.7 |
| 81 | + |
| 82 | +### Changed |
| 83 | + |
| 84 | +- Changed the auto-update feature to skip `anaconda` environments since they |
| 85 | + handle their dependencies through `conda` and not `pip` |
| 86 | + |
| 87 | +### Fixed |
| 88 | + |
| 89 | +- Fixed missing dependency from `setup.cfg` |
| 90 | + ([#78](https://github.com/gnikit/fortls/issues/78)) |
| 91 | +- Updated configuration file variables in documentation |
| 92 | + |
| 93 | +## 2.2.6 |
| 94 | + |
| 95 | +### Added |
| 96 | + |
| 97 | +- Added the capability for `fortls` to auto-update use `--disable_autoupdate` to disable |
| 98 | + ([#76](https://github.com/gnikit/fortls/issues/76)) |
| 99 | + |
| 100 | +## Deprecated |
| 101 | + |
| 102 | +- Deprecated `--variable_hover` option and now is always enabled |
| 103 | + ([#46](https://github.com/gnikit/fortls/issues/46)) |
| 104 | + |
| 105 | +## 2.2.5 |
| 106 | + |
| 107 | +### Changed |
| 108 | + |
| 109 | +- Updated `setup.cfg` in preparation of submitting package to `conda-forge` |
| 110 | +- Added `Editor Integration` section in documentation |
| 111 | + |
| 112 | +### Fixed |
| 113 | + |
| 114 | +- Fixed parsing of `defined` without by parenthesis surrounding the definition |
| 115 | + ([#67](https://github.com/gnikit/fortls/pull/67)) |
| 116 | + |
| 117 | +## 2.2.4 |
| 118 | + |
| 119 | +### Fixed |
| 120 | + |
| 121 | +- Fixed hovering value of literal and constant strings not displaying |
| 122 | + ([#54](https://github.com/gnikit/fortls/issues/54)) |
| 123 | +- Fixed hovering string length size is now matching the string |
| 124 | + ([#55](https://github.com/gnikit/fortls/issues/55)) |
| 125 | +- Fixed space separated keywords not being displayed upon hover |
| 126 | + ([#60](https://github.com/gnikit/fortls/issues/60)) |
| 127 | + |
| 128 | +## 2.2.3 |
| 129 | + |
| 130 | +### Changed |
| 131 | + |
| 132 | +- Changed reading in `json` files to be encoded as UTF-8 |
| 133 | + ([#51](https://github.com/gnikit/fortls/pull/51)) |
| 134 | + |
| 135 | +## 2.2.2 |
| 136 | + |
| 137 | +### Changed |
| 138 | + |
| 139 | +- Changed the way function hover messages are displayed, now signatures are standardised |
| 140 | + ([gnikit/fortls#47](https://github.com/gnikit/fortls/issues/47)) |
| 141 | + |
| 142 | +### Fixed |
| 143 | + |
| 144 | +- Fixed hovering over functions displaying as theire result types |
| 145 | + ([gnikit/fortls#22](https://github.com/gnikit/fortls/issues/22)) |
| 146 | +- Fixed function modifiers not displaying upon hover |
| 147 | + ([gnikit/fortls#48](https://github.com/gnikit/fortls/issues/48)) |
| 148 | +- Fixed function hover when returning arrays |
| 149 | + ([gnikit/fortls#50](https://github.com/gnikit/fortls/issues/50)) |
| 150 | + |
| 151 | +## 2.2.1 |
| 152 | + |
| 153 | +### Changed |
| 154 | + |
| 155 | +- Changed default branch to master and updated Actions workflows |
2 | 156 |
|
3 | 157 | ## 2.2.0
|
4 | 158 |
|
|
0 commit comments