> For the complete documentation index, see [llms.txt](https://docs.linuxfoundation.org/lfx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linuxfoundation.org/lfx/organization-dashboard/release-notes/release-v1.7.0.md).

# Release v1.8.0

## New Features, Updates, and Bug Fixes

This section provides you with a list of new features, updates, and bug fixes for this release.

### New Features

The following list provides an overview of the new features implemented in this release:

* **Membership Page Redesign**: The membership page has been redesigned to include more data about membership history and dates, as well as which projects are included in this foundation membership.
  * Clicking the number of projects shows details of how this company is involved, whether it's code contributions, events, training, meetings, or email lists.
  * Sorting by foundation name has been added.
  * "N/A" will be displayed in the project involvement chart if that type of activity is not possible (upcoming update).
* **Key Contacts and Board/Committee Members**: Key contacts and board/committee members have been relocated to the Memberships page, where most people expect to find them.
  * Visual rules are now displayed around editing key contacts, such as "at least one is required" or "you can add up to 3".
  * Board seats are now displayed by membership entitlement or by vote, and explanations are provided for editing rules.
  * The **Users** page has been renamed to **Access** due to the relocation of key contacts and board/committee members.
* **Code Contributions Page**: The Code Contributions page now displays a table of individual commits with timestamp and committer, with a link to navigate to the commit in GitHub.

### Updates

#### ![:bar\_chart:](https://a.slack-edge.com/production-standard-emoji-assets/14.0/google-medium/1f4ca.png) The following list provides an overview of the updates implemented in this release:

* **Membership Management Improvements**: The active membership viewing experience has been streamlined, with enhanced payment and renewal tracking, simplified contact management, and better visualization of organizational hierarchies.
* **Enhanced Project Analytics**: The Top Foundations/Projects rankings have been updated to focus on the last 3 years, providing more relevant and current insights. Historical data remains accessible in analysis sections.

#### ![:wrench:](https://a.slack-edge.com/production-standard-emoji-assets/14.0/google-medium/1f527.png) Technical Enhancements

* **Optimized Table Layouts**: Table layouts have been optimized with improved column management.
* **UI Refinements**: UI refinements have been made to improve the user experience.
* **Temporary Removal of Benefits Tab**: The benefits tab has been temporarily removed for updates.

### Bug Fixes

The following list provides an overview of the bug fixes implemented in this release:

* **Security**: Security headers and script domains have been updated for **FontAwesome** and third-party services to ensure a secure experience.
* **Events Data**: Events data display issues have been fixed, providing a more accurate view of events data.

### Known Issues

**NA**

## Support Information <a href="#lfxprojectcontrolcenter-pcc-releasenotes-supportinformation" id="lfxprojectcontrolcenter-pcc-releasenotes-supportinformation"></a>

You can visit the following links for more information on Organization Dashboard:

* [Organization Dashboard Website](https://lfx.linuxfoundation.org/organizational-dashboard/)
* [Organization Dashboard Documentation](https://docs.linuxfoundation.org/lfx/organization-dashboard)
* [Support Forum](https://community.lfx.dev)
* [General Discussions](https://community.lfx.dev/c/lfx-general-discussion/72)
* [LFX Tool Help](https://community.lfx.dev/c/help/62)
* [Content & Articles](https://community.lfx.dev/c/content-articles/58)
* [Suggestions & Requests](https://community.lfx.dev/c/suggestion-box/70)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.linuxfoundation.org/lfx/organization-dashboard/release-notes/release-v1.7.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
