Skip to content

Releases: Fortran-FOSS-Programmers/ford

v7.0.9

12 Nov 11:15
9183014
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.0.8...v7.0.9

v7.0.8

29 Jul 08:15
ac5ed02
Compare
Choose a tag to compare

What's Changed

  • Fix documentation builds on readthedocs by @ZedThree in #656
  • Don't try to fix relative links if they already start with "http" by @ZedThree in #658
  • Fix issue with no whitespace between type and function by @ZedThree in #657

Full Changelog: v7.0.7...v7.0.8

v7.0.7

17 Jul 09:40
1b95d4a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.0.6...v7.0.7

v7.0.6

03 Apr 15:44
8e05e45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.0.5...v7.0.6

v7.0.5

08 Jan 11:12
809aa10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.0.4...v7.0.5

v7.0.4

05 Jan 09:24
e76e1c4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.0.3...v7.0.4

v7.0.3

09 Nov 14:52
e2784cb
Compare
Choose a tag to compare

What's Changed

  • Fix call chain following for external types by @ZedThree in #584

Full Changelog: v7.0.2...v7.0.3

v7.0.2

01 Nov 17:13
cd71a3f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.0.1...v7.0.2

v7.0.1

17 Oct 16:12
32d6044
Compare
Choose a tag to compare

What's Changed

  • Fix some issues with code blocks and listing of source files by @ZedThree in #576

Fixes:

  • code blocks not wrapping
  • code highlighting not working
  • "Source File" navbar link not working for single file projects
  • duplicated source files on case insensitive filesystems

Full Changelog: v7.0.0...v7.0.1

v7.0.0

16 Oct 15:42
84c75f0
Compare
Choose a tag to compare

This is a major release that changes quite a few thing. Notably, we have updated the CSS framework, Bootstrap, to 5.3, which changes the look of built websites a bit. We've also added processing of namelists, and the ability to set project options in fpm.toml files.

Breaking changes

  • It is no longer possible to include other files in the project file metadata
  • The Bootstrap CSS framework has been updated to 5.3, which might break project's custom CSS

What's Changed

New Contributors

Full Changelog: v6.2.5...v7.0.0