File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7676
7777### Fixed
7878
79+ - Fixed broken badges and replaced them with shields.io
80+ ([[ #815 ] ( https://github.com/fortran-lang/vscode-fortran-support/issues/815 )] )
7981- Fixed regular expression for parsing version of GFortran in linter
8082 ([ #759 ] ( https://github.com/fortran-lang/vscode-fortran-support/issues/759 ) )
8183- Fixed bug where diagnostic messages would linger from the previous state
Original file line number Diff line number Diff line change 44
55<div align =" center " >
66
7- [ ![ Downloads] ( https://vsmarketplacebadge.apphb.com/downloads-short/ fortran-lang.linter-gfortran.svg )] ( https://marketplace.visualstudio.com/items?itemName=fortran-lang.linter-gfortran )
8- [ ![ Installs] ( https://vsmarketplacebadge.apphb.com/installs-short/ fortran-lang.linter-gfortran.svg )] ( https://marketplace.visualstudio.com/items?itemName=fortran-lang.linter-gfortran )
9- [ ![ GitHub Actions ] ( https://github.com/fortran-lang/vscode-fortran-support/ actions/workflows/main.yaml/badge.svg )] ( https://github.com/ fortran-lang/vscode-fortran-support/actions )
10- [ ![ VS Marketplace] ( https://vsmarketplacebadge.apphb.com/version-short/ fortran-lang.linter-gfortran.svg )] ( https://marketplace.visualstudio.com/items?itemName=fortran-lang.linter-gfortran )
11- [ ![ MIT License ] ( https://img.shields.io/badge /license-MIT-brightgreen.svg )] ( https://raw.githubusercontent.com/ fortran-lang/vscode-fortran-support/master/LICENSE )
7+ ![ Visual Studio Marketplace Downloads] ( https://img.shields.io/visual-studio-marketplace/d/ fortran-lang.linter-gfortran?style=flat-square )
8+ ![ Visual Studio Marketplace Installs] ( https://img.shields.io/visual-studio-marketplace/i/ fortran-lang.linter-gfortran?style=flat-square )
9+ ![ GitHub Workflow Status ] ( https://img.shields.io/github/ actions/workflow/status/ fortran-lang/vscode-fortran-support/main.yaml?label=CI&style=flat-square )
10+ ![ Visual Studio Marketplace Version (including pre-releases) ] ( https://img.shields.io/visual-studio-marketplace/v/ fortran-lang.linter-gfortran?color=brightgreen&include_prereleases&style=flat-square )
11+ ![ GitHub ] ( https://img.shields.io/github /license/ fortran-lang/vscode-fortran-support?color=brightgreen&style=flat-square )
1212
1313</div >
1414
You can’t perform that action at this time.
0 commit comments