Recent Releases of fortls
fortls - v3.2.2
What's Changed
- fix: find reference in USE after comment by @gnikit in https://github.com/fortran-lang/fortls/pull/474
- docs: update CHANGELOG by @gnikit in https://github.com/fortran-lang/fortls/pull/475
Full Changelog: https://github.com/fortran-lang/fortls/compare/v3.2.1...v3.2.2
- Python
Published by gnikit 12 months ago
fortls - v3.2.0
What's Changed
- build(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0 by @dependabot in https://github.com/fortran-lang/fortls/pull/412
- build(deps): bump peter-evans/create-pull-request from 6 to 7 by @dependabot in https://github.com/fortran-lang/fortls/pull/429
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/422
- build(deps): bump rossjrw/pr-preview-action from 1.4.7 to 1.4.8 by @dependabot in https://github.com/fortran-lang/fortls/pull/430
- build(deps): bump codecov/codecov-action from 4.5.0 to 5.0.0 by @dependabot in https://github.com/fortran-lang/fortls/pull/437
- ci: drop Python 3.7 since its EOL by @gnikit in https://github.com/fortran-lang/fortls/pull/462
- docs: fix spelling by @gnikit in https://github.com/fortran-lang/fortls/pull/461
- build(deps): bump codecov/codecov-action from 5.0.0 to 5.3.1 by @dependabot in https://github.com/fortran-lang/fortls/pull/457
- build(deps): bump rossjrw/pr-preview-action from 1.4.8 to 1.6.0 by @dependabot in https://github.com/fortran-lang/fortls/pull/453
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/432
- fix: M_intrinsics repo restructure by @gnikit in https://github.com/fortran-lang/fortls/pull/464
- build(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 by @dependabot in https://github.com/fortran-lang/fortls/pull/463
- fix: flip the condition in strip_comment for fixed format by @tomoto in https://github.com/fortran-lang/fortls/pull/448
- fix: not treat form feed as line break (#443) by @tomoto in https://github.com/fortran-lang/fortls/pull/444
- fix: catch RecursionError in initialization by @tomoto in https://github.com/fortran-lang/fortls/pull/446
New Contributors
- @tomoto made their first contribution in https://github.com/fortran-lang/fortls/pull/448
Full Changelog: https://github.com/fortran-lang/fortls/compare/v3.1.2...v3.2.0
- Python
Published by gnikit 12 months ago
fortls - v3.1.1
What's Changed
- Fix nested pre-processor blocks by @albertziegenhagel in https://github.com/fortran-lang/fortls/pull/405
- build(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1 by @dependabot in https://github.com/fortran-lang/fortls/pull/403
Full Changelog: https://github.com/fortran-lang/fortls/compare/v3.1.0...v3.1.1
- Python
Published by gnikit over 1 year ago
fortls - v3.1.0
What's Changed
- feat/debug preproc by @gnikit in https://github.com/fortran-lang/fortls/pull/396
- fix(parser): preproc operator mixed with line cont by @gnikit in https://github.com/fortran-lang/fortls/pull/399
- build(deps): bump codecov/codecov-action from 4.3.1 to 4.4.0 by @dependabot in https://github.com/fortran-lang/fortls/pull/397
- fix: properly locates closing parenthesis in the presence of quotes by @gnikit in https://github.com/fortran-lang/fortls/pull/400
- fix(parser): support free-form line continuation in lexical tokens by @gnikit in https://github.com/fortran-lang/fortls/pull/401
- chore: update CHANGELOG version by @gnikit in https://github.com/fortran-lang/fortls/pull/402
Full Changelog: https://github.com/fortran-lang/fortls/compare/v3.0.0...v3.1.0
- Python
Published by gnikit almost 2 years ago
fortls - v3.0.0
What's Changed
- feat: added basic citation file by @gnikit in https://github.com/fortran-lang/fortls/pull/188
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/189
- Allow running python -m fortls by @awvwgk in https://github.com/fortran-lang/fortls/pull/197
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/198
- docs: added install instruction for brew by @gnikit in https://github.com/fortran-lang/fortls/pull/199
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/200
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/205
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/206
- feat: Change hover to use MarkupContent by @gnikit in https://github.com/fortran-lang/fortls/pull/213
- feat: Change autocomplete to use MarkupContent by @gnikit in https://github.com/fortran-lang/fortls/pull/220
- feat: added pip in dependabot by @gnikit in https://github.com/fortran-lang/fortls/pull/223
- fix(debug): erroneous loading of config files by @gnikit in https://github.com/fortran-lang/fortls/pull/224
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/216
- feat: add JSON schema for fortls configuration by @gnikit in https://github.com/fortran-lang/fortls/pull/226
- docs: replace wording binary with executable by @gnikit in https://github.com/fortran-lang/fortls/pull/229
- docs: updated all references to old repo by @gnikit in https://github.com/fortran-lang/fortls/pull/230
- feat: add Markdown intrinsic procedure documentation by @gnikit in https://github.com/fortran-lang/fortls/pull/231
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/232
- bug: incomplete submodule setting name to None by @gnikit in https://github.com/fortran-lang/fortls/pull/234
- fix: len and kind attribute mistaken as variables by @gnikit in https://github.com/fortran-lang/fortls/pull/238
- fix: completion of USE ONLY interaces by @gnikit in https://github.com/fortran-lang/fortls/pull/239
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/241
- chore: temp switch to lfortran for donations by @gnikit in https://github.com/fortran-lang/fortls/pull/242
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/243
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/244
- feat: Import host association by @gnikit in https://github.com/fortran-lang/fortls/pull/240
- feat: add hover for types and modules by @gnikit in https://github.com/fortran-lang/fortls/pull/246
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/245
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/251
- Add a "Future plans" section by @certik in https://github.com/fortran-lang/fortls/pull/252
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/254
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/253
- bug: fixes
CRITICAL"Unexpected end of scope" by @gnikit in https://github.com/fortran-lang/fortls/pull/256 - Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/258
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/260
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/261
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/263
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/266
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/268
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/271
- build(deps): bump peter-evans/create-pull-request from 4 to 5 by @dependabot in https://github.com/fortran-lang/fortls/pull/272
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/273
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/274
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/276
- fix: evaluates langid only at LSP creation by @gnikit in https://github.com/fortran-lang/fortls/pull/279
- fix: associate block from Function result by @gnikit in https://github.com/fortran-lang/fortls/pull/280
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/285
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/287
- Fix small typo by @gbogopolsky in https://github.com/fortran-lang/fortls/pull/283
- Issue #284 fix and extend hover of parameters. by @folk85 in https://github.com/fortran-lang/fortls/pull/288
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/290
- Skip trying to substitute macros into lines that do not contain them by @albertziegenhagel in https://github.com/fortran-lang/fortls/pull/296
- Fix #291 hover multi-line parameter signature by @folk85 in https://github.com/fortran-lang/fortls/pull/293
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/294
- Fix passing
incl_suffixesas command line arguments to fortls by @albertziegenhagel in https://github.com/fortran-lang/fortls/pull/299 - fix: rewrote the source file extension REGEX by @gnikit in https://github.com/fortran-lang/fortls/pull/306
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/304
- fix: Go To Implementation works for submodules by @gnikit in https://github.com/fortran-lang/fortls/pull/310
- Issue #286: Fix wrong indentation of derived type by @folk85 in https://github.com/fortran-lang/fortls/pull/305
- build(deps-dev): bump pydantic from 1.9.1 to 1.10.12 by @dependabot in https://github.com/fortran-lang/fortls/pull/314
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/313
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in https://github.com/fortran-lang/fortls/pull/321
- build(deps-dev): bump pydantic from 1.10.12 to 1.10.13 by @dependabot in https://github.com/fortran-lang/fortls/pull/325
- maint: remove obsolete setuptoolsscmgit_archive by @gnikit in https://github.com/fortran-lang/fortls/pull/330
- Refactoring Fortran Objects by @gnikit in https://github.com/fortran-lang/fortls/pull/324
- Fix preprocessor else and elif by @AljenU in https://github.com/fortran-lang/fortls/pull/331
- chore: update Downloads shield by @gnikit in https://github.com/fortran-lang/fortls/pull/336
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/338
- build(deps): bump github/codeql-action from 2 to 3 by @dependabot in https://github.com/fortran-lang/fortls/pull/342
- build(deps): bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/fortran-lang/fortls/pull/340
- Refactor parser for modularity by @gnikit in https://github.com/fortran-lang/fortls/pull/333
- Fix version update unit test by @emanspeaks in https://github.com/fortran-lang/fortls/pull/347
- Ignore preprocessor lines when detecting fixed form fortran by @albertziegenhagel in https://github.com/fortran-lang/fortls/pull/302
- Allow dollar in symbol names by @emanspeaks in https://github.com/fortran-lang/fortls/pull/351
- build(deps): bump peter-evans/create-pull-request from 5 to 6 by @dependabot in https://github.com/fortran-lang/fortls/pull/355
- Addressing compatibility issue for shell script in CONTRIBUTING.md by @azzamh15 in https://github.com/fortran-lang/fortls/pull/361
- ci: bump codecov to v4 by @gnikit in https://github.com/fortran-lang/fortls/pull/364
- Fixes update intrinsics action by @azzamh15 in https://github.com/fortran-lang/fortls/pull/362
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/366
- build(deps): bump peaceiris/actions-gh-pages from 3 to 4 by @dependabot in https://github.com/fortran-lang/fortls/pull/370
- Preprocessor macro expansion by @gnikit in https://github.com/fortran-lang/fortls/pull/368
- refactor: use lazy string evaluation for logs by @gnikit in https://github.com/fortran-lang/fortls/pull/372
- feat: add option to increase the default Python recursion depth by @gnikit in https://github.com/fortran-lang/fortls/pull/373
- feat: Add GitHub Actions workflow for previewing documentation by @gnikit in https://github.com/fortran-lang/fortls/pull/374
- chore: update pydantic dependency to version 2.7.0 by @gnikit in https://github.com/fortran-lang/fortls/pull/375
- refactor/debug by @gnikit in https://github.com/fortran-lang/fortls/pull/377
- docs/minor edits by @gnikit in https://github.com/fortran-lang/fortls/pull/378
- ci: enable testing with Python 3.12 by @gnikit in https://github.com/fortran-lang/fortls/pull/382
- ci/simplify coverage by @gnikit in https://github.com/fortran-lang/fortls/pull/383
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/381
- build: move project setup to pyproject.toml by @gnikit in https://github.com/fortran-lang/fortls/pull/384
- ci: enable parallel tests on GitHub Actions by @gnikit in https://github.com/fortran-lang/fortls/pull/385
- maint(ci): update repository-url key field by @gnikit in https://github.com/fortran-lang/fortls/pull/386
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/315
- build: update setuptools include pattern in pyproject.toml by @gnikit in https://github.com/fortran-lang/fortls/pull/389
- refactor/small improvements by @gnikit in https://github.com/fortran-lang/fortls/pull/388
- chore: update Codecov action to version 4.3.1 by @gnikit in https://github.com/fortran-lang/fortls/pull/390
- docs/edits by @gnikit in https://github.com/fortran-lang/fortls/pull/391
- chore: Fix parent scope issue in FortranAST class by @gnikit in https://github.com/fortran-lang/fortls/pull/392
- fix/issue 265 by @gnikit in https://github.com/fortran-lang/fortls/pull/393
New Contributors
- @awvwgk made their first contribution in https://github.com/fortran-lang/fortls/pull/197
- @github-actions made their first contribution in https://github.com/fortran-lang/fortls/pull/232
- @certik made their first contribution in https://github.com/fortran-lang/fortls/pull/252
- @gbogopolsky made their first contribution in https://github.com/fortran-lang/fortls/pull/283
- @folk85 made their first contribution in https://github.com/fortran-lang/fortls/pull/288
- @albertziegenhagel made their first contribution in https://github.com/fortran-lang/fortls/pull/296
- @AljenU made their first contribution in https://github.com/fortran-lang/fortls/pull/331
- @emanspeaks made their first contribution in https://github.com/fortran-lang/fortls/pull/347
- @azzamh15 made their first contribution in https://github.com/fortran-lang/fortls/pull/361
Full Changelog: https://github.com/fortran-lang/fortls/compare/v2.13.0...v3.0.0
- Python
Published by gnikit almost 2 years ago
fortls - v3.0.0rc5
What's Changed
- build: update setuptools include pattern in pyproject.toml by @gnikit in https://github.com/fortran-lang/fortls/pull/389
- refactor/small improvements by @gnikit in https://github.com/fortran-lang/fortls/pull/388
- chore: update Codecov action to version 4.3.1 by @gnikit in https://github.com/fortran-lang/fortls/pull/390
Full Changelog: https://github.com/fortran-lang/fortls/compare/v3.0.0rc4...v3.0.0rc5
- Python
Published by gnikit almost 2 years ago
fortls - v3.0.0rc4
What's Changed
- ci: enable testing with Python 3.12 by @gnikit in https://github.com/fortran-lang/fortls/pull/382
- ci/simplify coverage by @gnikit in https://github.com/fortran-lang/fortls/pull/383
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/381
- build: move project setup to pyproject.toml by @gnikit in https://github.com/fortran-lang/fortls/pull/384
- ci: enable parallel tests on GitHub Actions by @gnikit in https://github.com/fortran-lang/fortls/pull/385
- maint(ci): update repository-url key field by @gnikit in https://github.com/fortran-lang/fortls/pull/386
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/315
Full Changelog: https://github.com/fortran-lang/fortls/compare/v3.0.0rc3...v3.0.0rc4
- Python
Published by gnikit almost 2 years ago
fortls - v3.0.0rc3
What's Changed
- Fix version update unit test by @emanspeaks in https://github.com/fortran-lang/fortls/pull/347
- Ignore preprocessor lines when detecting fixed form fortran by @albertziegenhagel in https://github.com/fortran-lang/fortls/pull/302
- Allow dollar in symbol names by @emanspeaks in https://github.com/fortran-lang/fortls/pull/351
- build(deps): bump peter-evans/create-pull-request from 5 to 6 by @dependabot in https://github.com/fortran-lang/fortls/pull/355
- Addressing compatibility issue for shell script in CONTRIBUTING.md by @azzamh15 in https://github.com/fortran-lang/fortls/pull/361
- ci: bump codecov to v4 by @gnikit in https://github.com/fortran-lang/fortls/pull/364
- Fixes update intrinsics action by @azzamh15 in https://github.com/fortran-lang/fortls/pull/362
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/366
- build(deps): bump peaceiris/actions-gh-pages from 3 to 4 by @dependabot in https://github.com/fortran-lang/fortls/pull/370
- Preprocessor macro expansion by @gnikit in https://github.com/fortran-lang/fortls/pull/368
- refactor: use lazy string evaluation for logs by @gnikit in https://github.com/fortran-lang/fortls/pull/372
- feat: add option to increase the default Python recursion depth by @gnikit in https://github.com/fortran-lang/fortls/pull/373
- feat: Add GitHub Actions workflow for previewing documentation by @gnikit in https://github.com/fortran-lang/fortls/pull/374
- chore: update pydantic dependency to version 2.7.0 by @gnikit in https://github.com/fortran-lang/fortls/pull/375
- refactor/debug by @gnikit in https://github.com/fortran-lang/fortls/pull/377
- docs/minor edits by @gnikit in https://github.com/fortran-lang/fortls/pull/378
New Contributors
- @emanspeaks made their first contribution in https://github.com/fortran-lang/fortls/pull/347
- @azzamh15 made their first contribution in https://github.com/fortran-lang/fortls/pull/361
Full Changelog: https://github.com/fortran-lang/fortls/compare/v3.0.0rc2...v3.0.0rc3
- Python
Published by gnikit almost 2 years ago
fortls - v3.0.0rc2
What's Changed
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/338
- build(deps): bump github/codeql-action from 2 to 3 by @dependabot in https://github.com/fortran-lang/fortls/pull/342
- build(deps): bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/fortran-lang/fortls/pull/340
- Refactor parser for modularity by @gnikit in https://github.com/fortran-lang/fortls/pull/333
Full Changelog: https://github.com/fortran-lang/fortls/compare/v3.0.0rc1...v3.0.0rc2
- Python
Published by gnikit about 2 years ago
fortls - v3.0.0rc1
This is the first sneak preview (release candidate1) to the final v3.0.0 for fortls. Expect some minor changes to the final release and bug fixes.
What's Changed
- feat: added basic citation file by @gnikit in https://github.com/fortran-lang/fortls/pull/188
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/189
- Allow running python -m fortls by @awvwgk in https://github.com/fortran-lang/fortls/pull/197
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/198
- docs: added install instruction for brew by @gnikit in https://github.com/fortran-lang/fortls/pull/199
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/200
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/205
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/206
- feat: Change hover to use MarkupContent by @gnikit in https://github.com/fortran-lang/fortls/pull/213
- feat: Change autocomplete to use MarkupContent by @gnikit in https://github.com/fortran-lang/fortls/pull/220
- feat: added pip in dependabot by @gnikit in https://github.com/fortran-lang/fortls/pull/223
- fix(debug): erroneous loading of config files by @gnikit in https://github.com/fortran-lang/fortls/pull/224
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/216
- feat: add JSON schema for fortls configuration by @gnikit in https://github.com/fortran-lang/fortls/pull/226
- docs: replace wording binary with executable by @gnikit in https://github.com/fortran-lang/fortls/pull/229
- docs: updated all references to old repo by @gnikit in https://github.com/fortran-lang/fortls/pull/230
- feat: add Markdown intrinsic procedure documentation by @gnikit in https://github.com/fortran-lang/fortls/pull/231
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/232
- bug: incomplete submodule setting name to None by @gnikit in https://github.com/fortran-lang/fortls/pull/234
- fix: len and kind attribute mistaken as variables by @gnikit in https://github.com/fortran-lang/fortls/pull/238
- fix: completion of USE ONLY interaces by @gnikit in https://github.com/fortran-lang/fortls/pull/239
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/241
- chore: temp switch to lfortran for donations by @gnikit in https://github.com/fortran-lang/fortls/pull/242
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/243
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/244
- feat: Import host association by @gnikit in https://github.com/fortran-lang/fortls/pull/240
- feat: add hover for types and modules by @gnikit in https://github.com/fortran-lang/fortls/pull/246
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/245
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/251
- Add a "Future plans" section by @certik in https://github.com/fortran-lang/fortls/pull/252
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/254
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/253
- bug: fixes
CRITICAL"Unexpected end of scope" by @gnikit in https://github.com/fortran-lang/fortls/pull/256 - Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/258
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/260
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/261
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/263
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/266
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/268
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/271
- build(deps): bump peter-evans/create-pull-request from 4 to 5 by @dependabot in https://github.com/fortran-lang/fortls/pull/272
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/273
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/274
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/276
- fix: evaluates langid only at LSP creation by @gnikit in https://github.com/fortran-lang/fortls/pull/279
- fix: associate block from Function result by @gnikit in https://github.com/fortran-lang/fortls/pull/280
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/285
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/287
- Fix small typo by @gbogopolsky in https://github.com/fortran-lang/fortls/pull/283
- Issue #284 fix and extend hover of parameters. by @folk85 in https://github.com/fortran-lang/fortls/pull/288
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/290
- Skip trying to substitute macros into lines that do not contain them by @albertziegenhagel in https://github.com/fortran-lang/fortls/pull/296
- Fix #291 hover multi-line parameter signature by @folk85 in https://github.com/fortran-lang/fortls/pull/293
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/294
- Fix passing
incl_suffixesas command line arguments to fortls by @albertziegenhagel in https://github.com/fortran-lang/fortls/pull/299 - fix: rewrote the source file extension REGEX by @gnikit in https://github.com/fortran-lang/fortls/pull/306
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fortran-lang/fortls/pull/304
- fix: Go To Implementation works for submodules by @gnikit in https://github.com/fortran-lang/fortls/pull/310
- Issue #286: Fix wrong indentation of derived type by @folk85 in https://github.com/fortran-lang/fortls/pull/305
- build(deps-dev): bump pydantic from 1.9.1 to 1.10.12 by @dependabot in https://github.com/fortran-lang/fortls/pull/314
- Update M_intrinsics by @github-actions in https://github.com/fortran-lang/fortls/pull/313
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in https://github.com/fortran-lang/fortls/pull/321
- build(deps-dev): bump pydantic from 1.10.12 to 1.10.13 by @dependabot in https://github.com/fortran-lang/fortls/pull/325
- maint: remove obsolete setuptoolsscmgit_archive by @gnikit in https://github.com/fortran-lang/fortls/pull/330
- Refactoring Fortran Objects by @gnikit in https://github.com/fortran-lang/fortls/pull/324
- Fix preprocessor else and elif by @AljenU in https://github.com/fortran-lang/fortls/pull/331
- chore: update Downloads shield by @gnikit in https://github.com/fortran-lang/fortls/pull/336
New Contributors
- @awvwgk made their first contribution in https://github.com/fortran-lang/fortls/pull/197
- @github-actions made their first contribution in https://github.com/fortran-lang/fortls/pull/232
- @certik made their first contribution in https://github.com/fortran-lang/fortls/pull/252
- @gbogopolsky made their first contribution in https://github.com/fortran-lang/fortls/pull/283
- @folk85 made their first contribution in https://github.com/fortran-lang/fortls/pull/288
- @albertziegenhagel made their first contribution in https://github.com/fortran-lang/fortls/pull/296
- @AljenU made their first contribution in https://github.com/fortran-lang/fortls/pull/331
Full Changelog: https://github.com/fortran-lang/fortls/compare/v2.13.0...v3.0.0rc1
- Python
Published by gnikit over 2 years ago
fortls - v2.13.0
What's Changed
- Add pre-commit.ci by @gnikit in https://github.com/gnikit/fortls/pull/169
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/gnikit/fortls/pull/170
- docs: adds security policy mention in README by @gnikit in https://github.com/gnikit/fortls/pull/174
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/gnikit/fortls/pull/176
- Add coverage for multiple Python versions by @gnikit in https://github.com/gnikit/fortls/pull/178
- Add usedforsecurity flag to md5 hashing by @jandrej in https://github.com/gnikit/fortls/pull/177
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/gnikit/fortls/pull/179
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/gnikit/fortls/pull/182
- mention eglot for emacs support by @ssnnoo in https://github.com/gnikit/fortls/pull/129
- feat: adds more default configuration file names by @gnikit in https://github.com/gnikit/fortls/pull/185
New Contributors
- @pre-commit-ci made their first contribution in https://github.com/gnikit/fortls/pull/170
- @jandrej made their first contribution in https://github.com/gnikit/fortls/pull/177
- @ssnnoo made their first contribution in https://github.com/gnikit/fortls/pull/129
Full Changelog: https://github.com/gnikit/fortls/compare/v2.12.0...v2.13.0
- Python
Published by gnikit over 3 years ago
fortls - v2.10.0
What's Changed
- Bump actions/setup-python from 3 to 4 by @dependabot in https://github.com/gnikit/fortls/pull/146
- Add Python 3.11 in CI by @gnikit in https://github.com/gnikit/fortls/pull/152
Full Changelog: https://github.com/gnikit/fortls/compare/v2.9.0...v2.10.0
- Python
Published by gnikit over 3 years ago
fortls - v2.8.0
What's Changed
- Feature/sitemap by @gnikit in https://github.com/gnikit/fortls/pull/134
- Bug/lsp-messages by @gnikit in https://github.com/gnikit/fortls/pull/136
- Gnikit/issue137 by @gnikit in https://github.com/gnikit/fortls/pull/138
Full Changelog: https://github.com/gnikit/fortls/compare/v2.7.0...v2.8.0
- Python
Published by gnikit over 3 years ago
fortls - v2.7.0
What's Changed
- Gnikit/issue131 by @gnikit in https://github.com/gnikit/fortls/pull/132
- Feature/kind-improvements by @gnikit in https://github.com/gnikit/fortls/pull/130
- Feature/clean-up-vars by @gnikit in https://github.com/gnikit/fortls/pull/133
Full Changelog: https://github.com/gnikit/fortls/compare/v2.6.0...v2.7.0
- Python
Published by gnikit almost 4 years ago
fortls - v2.6.0
What's Changed
- Updates Vim and NeoVim instructions by @gnikit in https://github.com/gnikit/fortls/pull/115
- Update-website by @gnikit in https://github.com/gnikit/fortls/pull/116
- Bug/scope-overreach by @gnikit in https://github.com/gnikit/fortls/pull/121
- chore: Update Fortran regex by @gnikit in https://github.com/gnikit/fortls/pull/122
Full Changelog: https://github.com/gnikit/fortls/compare/v2.5.0...v2.6.0
- Python
Published by gnikit almost 4 years ago
fortls - v2.5.0
What's Changed
- Gnikit/issue106 by @gnikit in https://github.com/gnikit/fortls/pull/110
- Rename Fortran classes used for AST by @gnikit in https://github.com/gnikit/fortls/pull/111
- Added
textDocument/documentHighlightby @gnikit in https://github.com/gnikit/fortls/pull/113
Full Changelog: https://github.com/gnikit/fortls/compare/v2.4.0...v2.5.0
- Python
Published by gnikit almost 4 years ago
fortls - v2.4.0
What's Changed
- Create CODEOFCONDUCT.md by @gnikit in https://github.com/gnikit/fortls/pull/104
- Update LICENSE by @gnikit in https://github.com/gnikit/fortls/pull/105
- Hover on associated blocks does not display types by @gnikit in https://github.com/gnikit/fortls/pull/107
Full Changelog: https://github.com/gnikit/fortls/compare/v2.3.1...v2.4.0
- Python
Published by gnikit almost 4 years ago
fortls - v2.2.14
What's Changed
- Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/gnikit/fortls/pull/95
- Bump actions/setup-python from 2 to 3 by @dependabot in https://github.com/gnikit/fortls/pull/94
- Bump codecov/codecov-action from 2 to 3 by @dependabot in https://github.com/gnikit/fortls/pull/93
- Bump github/codeql-action from 1 to 2 by @dependabot in https://github.com/gnikit/fortls/pull/97
- Restructures signature help tests and adds intrinsic test by @gnikit in https://github.com/gnikit/fortls/pull/98
New Contributors
- @dependabot made their first contribution in https://github.com/gnikit/fortls/pull/95
Full Changelog: https://github.com/gnikit/fortls/compare/v2.2.13...v2.2.14
- Python
Published by gnikit almost 4 years ago
fortls - v2.2.12
What's Changed
- Adds coverage report uploading for Windows by @gnikit in https://github.com/gnikit/fortls/pull/90
- v2.2.12 - PreRelease by @gnikit in https://github.com/gnikit/fortls/pull/91
Full Changelog: https://github.com/gnikit/fortls/compare/v2.2.11...v2.2.12
- Python
Published by gnikit almost 4 years ago
fortls - v2.2.11
What's Changed
- extended list of keywords by @JHenneberg in https://github.com/gnikit/fortls/pull/88
New Contributors
- @JHenneberg made their first contribution in https://github.com/gnikit/fortls/pull/88
Full Changelog: https://github.com/gnikit/fortls/compare/v2.2.10...v2.2.11
- Python
Published by gnikit almost 4 years ago
fortls - v2.2.7
What's Changed
- add kakoune editor by @freevryheid in https://github.com/gnikit/fortls/pull/79
- Bug/update-dependencies by @gnikit in https://github.com/gnikit/fortls/pull/81
- Feature/conda skip by @gnikit in https://github.com/gnikit/fortls/pull/82
New Contributors
- @freevryheid made their first contribution in https://github.com/gnikit/fortls/pull/79
Full Changelog: https://github.com/gnikit/fortls/compare/v2.2.6...v2.2.7
- Python
Published by gnikit almost 4 years ago
fortls - v2.2.6
What's Changed
- Added fortls autoupdate during initialisation by @gnikit in https://github.com/gnikit/fortls/pull/75
- Deprecated
--variable_hoverby @gnikit in https://github.com/gnikit/fortls/pull/77
Full Changelog: https://github.com/gnikit/fortls/compare/v2.2.5...v2.2.6
- Python
Published by gnikit almost 4 years ago
fortls - v2.2.5
What's Changed
- Updated setup.cfg and docs by @gnikit in https://github.com/gnikit/fortls/pull/71
- Do not require parentheses for the
definedpreprocessor operator by @phil-blain in https://github.com/gnikit/fortls/pull/67
New Contributors
- @phil-blain made their first contribution in https://github.com/gnikit/fortls/pull/67
Full Changelog: https://github.com/gnikit/fortls/compare/v2.2.4...v2.2.5
- Python
Published by gnikit almost 4 years ago
fortls - v2.2.4
What's Changed
- Feature/dataclasses by @gnikit in https://github.com/gnikit/fortls/pull/53
- Space separated keywords not being parsed by @gnikit in https://github.com/gnikit/fortls/pull/61
Full Changelog: https://github.com/gnikit/fortls/compare/v2.2.3...v2.2.4
- Python
Published by gnikit about 4 years ago
fortls - v2.2.3
What's Changed
- Fix error in Windows in zh_CN locale by @lixiang810 in https://github.com/gnikit/fortls/pull/51
New Contributors
- @lixiang810 made their first contribution in https://github.com/gnikit/fortls/pull/51
Full Changelog: https://github.com/gnikit/fortls/compare/v2.2.2...v2.2.3
- Python
Published by gnikit about 4 years ago
fortls - v2.1.2
What's Changed
- Fix text completion for procedures by @ZedThree in https://github.com/gnikit/fortls/pull/40
- Feature/vscode-variable-res by @gnikit in https://github.com/gnikit/fortls/pull/41
New Contributors
- @ZedThree made their first contribution in https://github.com/gnikit/fortls/pull/40
Full Changelog: https://github.com/gnikit/fortls/compare/v2.1.1...v2.1.2
- Python
Published by gnikit about 4 years ago
fortls - v2.1.0
What's Changed
- Featture/coverage by @gnikit in https://github.com/gnikit/fortls/pull/29
- Improve code-base and coverage by @gnikit in https://github.com/gnikit/fortls/pull/31
Full Changelog: https://github.com/gnikit/fortls/compare/v2.0.1...v2.1.0
- Python
Published by gnikit about 4 years ago
fortls - v2.0.1
What's Changed
- Bug/visibility modules by @gnikit in https://github.com/gnikit/fortls/pull/25
- Automates the commit of version numbers by @gnikit in https://github.com/gnikit/fortls/pull/27
Full Changelog: https://github.com/gnikit/fortls/compare/v2.0.0...v2.0.1
- Python
Published by gnikit about 4 years ago
fortls - v2.0.0
What's Changed
- Features and Changes for v2.0.0 release by @gnikit in https://github.com/gnikit/fortls/pull/12
- Bug/externals by @gnikit in https://github.com/gnikit/fortls/pull/14
- Unify command line and configure file interfaces by @gnikit in https://github.com/gnikit/fortls/pull/15
- Fixes bug with fortan line cont and preproc by @gnikit in https://github.com/gnikit/fortls/pull/19
- Bug/7 by @gnikit in https://github.com/gnikit/fortls/pull/20
Full Changelog: https://github.com/gnikit/fortls/compare/v1.16.0...v2.0.0
- Python
Published by gnikit about 4 years ago
fortls - v1.15.1
What's Changed
- Split files by @gnikit in https://github.com/gnikit/fortls/pull/10
New Contributors
- @gnikit made their first contribution in https://github.com/gnikit/fortls/pull/10
Full Changelog: https://github.com/gnikit/fortls/compare/v1.15.0...v1.15.1
- Python
Published by gnikit about 4 years ago