> For the complete documentation index, see [llms.txt](https://forgebox.ortusbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://forgebox.ortusbooks.com/release-history/whats-new-with-7.7.0.md).

# What's New With 7.7.0

#### Bug

[FORGEBOX-769](https://ortussolutions.atlassian.net/browse/FORGEBOX-769) Search doesn't match the package slug when searching in the teams package list

#### Improvement

[FORGEBOX-764](https://ortussolutions.atlassian.net/browse/FORGEBOX-764) Add the per-version download counts to the package version view and add the count to the version array that comes back in the entry data

[FORGEBOX-765](https://ortussolutions.atlassian.net/browse/FORGEBOX-765) Remove the ratings array from the entry response

[FORGEBOX-766](https://ortussolutions.atlassian.net/browse/FORGEBOX-766) Move this endpoint to the API (<https://forgebox.io/view/coldbox/versions>)

[FORGEBOX-771](https://ortussolutions.atlassian.net/browse/FORGEBOX-771) Update last updated date for a package to match the different pages that show this info across the app

[FORGEBOX-775](https://ortussolutions.atlassian.net/browse/FORGEBOX-775) replace the usage of the \`prop\` helper function in favor of the coldbox\`forAttribute\` function across the app

[FORGEBOX-777](https://ortussolutions.atlassian.net/browse/FORGEBOX-777) Update the entry versions search to allow semantic version values

#### New Feature

[FORGEBOX-716](https://ortussolutions.atlassian.net/browse/FORGEBOX-716) Showing a graph on the package homepage with the installs counts for the last year

[FORGEBOX-776](https://ortussolutions.atlassian.net/browse/FORGEBOX-776) Show installation stats for entry and entry versions in the ForgeBox UI

[FORGEBOX-778](https://ortussolutions.atlassian.net/browse/FORGEBOX-778) Add a binaryHash field on the entryVersions table and return the value in the entry response

####


---

# 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://forgebox.ortusbooks.com/release-history/whats-new-with-7.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.
