Unverified Commit f8296748 authored by Christine Kim's avatar Christine Kim Committed by GitHub
Browse files

8.3.0 release changes to dev (#5624)

* 8.3.0 changes

* Add latest releases to docs
parent e64f1566
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ release.
### Fixed
- Fixed a bug in kaguyasp2isis that doesn't work for data with a detached label.

## [8.3.0] - 2024-08-16
## [8.3.0] - 2024-09-30

### Added
- Added backplane options for SunIllumination and SurfaceObliqueDetectorResolution to phocube [#5467](https://github.com/DOI-USGS/ISIS3/issues/5467)
+7 −7
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@
    "name": "ISIS3",
    "organization": "U.S. Geological Survey",
    "description": "GitHub code repository for the Integrated Software for Imagers and Spectrometers (ISIS)",
    "version": "8.2.0",
    "version": "8.3.0",
    "status": "Production",

    "permissions": {
@@ -99,14 +99,14 @@
      "licenses": [
        {
          "name": "Public Domain, CC0-1.0",
          "URL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.2.0/LICENSE.md"
          "URL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.3.0/LICENSE.md"
        }
      ]
    },

    "homepageURL": "https://isis.astrogeology.usgs.gov",
    "downloadURL": "https://code.usgs.gov/astrogeology/isis/-/archive/8.2.0/8.2.0.zip",
    "disclaimerURL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.2.0/DISCLAIMER.md",
    "downloadURL": "https://code.usgs.gov/astrogeology/isis/-/archive/8.3.0/8.3.0.zip",
    "disclaimerURL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.3.0/DISCLAIMER.md",
    "repositoryURL": "https://code.usgs.gov/astrogeology/isis.git",
    "vcs": "git",

@@ -124,12 +124,12 @@
    ],

    "contact": {
      "name": "Adam Paquette",
      "email": "acpaquette@usgs.gov"
      "name": "Christine Kim",
      "email": "chkim@usgs.gov"
    },

    "date": {
      "metadataLastUpdated": "2024-08-22"
      "metadataLastUpdated": "2024-09-30"
    }
  }
]
+6 −0
Original line number Diff line number Diff line
@@ -58,6 +58,12 @@ Deborah Lee Soltesz
            <li class="usa-sidenav__item">
              <a href="https://isis.astrogeology.usgs.gov">Public&#160;Release</a>
            </li>
            <li class="usa-sidenav__item">
              <a href="https://isis.astrogeology.usgs.gov/8.3.0/">8.3.0</a>
            </li>
            <li class="usa-sidenav__item">
              <a href="https://isis.astrogeology.usgs.gov/8.2.0/">8.2.0</a>
            </li>
            <li class="usa-sidenav__item">
              <a href="https://isis.astrogeology.usgs.gov/8.1.0/">8.1.0</a>
            </li>