# Changelog

### July 2023

#### Hacker account

* ⚙️ Fixed bug with accrual of funds after deleting payment request
* ⚙️ Fixed bug Email disclosure after removing hackers' invite to a private program
* ⚙️ Fixed code layout issue in report body+comments

#### Company account

* 🆕 Added GitHub integration
* ✎ Don't show monthly payments for a yearly subscription
* ⚙️ Fixed dashboard and website layout issues

### June 2023

#### Hacker account

* ⚙️ Fixed bug with nickname letters displaying
* ✎ Show KYC status and verified label in hacker profile
* ✎ Added year to the date section in comments
* ⚙️ Fixed bug with dashboard and website layout issues
* 🆕  Added the ability to upload files with extensions to reports like .zip, .sol, .rs, .md, .ts

#### Company account

* 🆕 Added response templates for report comments by company users.
* ✎ Added year to the date section in comments
* 🆕  Added Zapier Integration to each company program
* ⚙️ Fixed Email disclosure after removing user invite to the program
* ⚙️ Fixed problems with reports counting

### May 2023

#### Hacker account

* ⚙️  Fixed layout issues on some mobile extensions
* ⚙️  Fixed dashboard layout issues

#### Company account

* ✎ Updated emails for SLA notifications
* ⚙️ Fixed notification bug with the reports that go to the triaged state
* 🆕  Added filter for open and closed reports
* 🆕  Added KYC notification for company auditors

### April 2023

#### Hacker account

* ✎  Added Report ID to a report

#### Company account

* ✎ Changed the appearance of the text in the editor according to the design
* ✎  Added Report ID to report
* ⚙️ Fixed the analytics page layout issue
* 🆕 Added the ability to create duplicates from a draft program
* 🆕 Added a custom currency symbol for external bounty rewards

#### General

* 🆕  Now, an auditor can create a Company auditor profile
* 🆕 Added list of company auditors to WWW
* ⚙️ Fixed JS in the contact form
* ✎  Updated the design and code for transit pages

### March 2023

#### Hacker account

* 🆕 New methodology for reputation points for hackers' profile
* 🆕  New block for displaying hackers info filling progress
* 🆕  Added the “Tweet” button to the bounties table
* ✎ My activity notifications redesign

#### Company account

* ✎ My activity notifications redesign
* 🆕 Added Slack Integration into the program section

#### General

* ✎ Changed the order of public bug bounty programs
* ⚙️  Fixed the bug with unique passcode entering (2FA)

### February 2023

#### Hacker account

* 🆕 New design for hacker profile pages

#### Company account

* ⚙️ Fixed a bug where the link to the original report was not displayed correctly for a duplicate
* ⚙️ Fixed bug with severity column displaying
* 🆕 Added notification page for company user profile

### January 2023

#### Hacker account

* 🆕 from now a hacker can accept an invite to a private program not only from an email but also from his account's dashboard
* 🆕 Added a convenient block from which you can copy a link to your public hacker profile
* ✎ updated the block with the list of active reports sent by the hacker
* ⚙️ Fixed a number of visual flaws in the hacker dashboard
* 🆕  Several useful links have been added to the sidebar in the hacker dashboard, including a large prominent button to go to the list of public bounty programs
* ⚙️ Fixed a bug in which the profile completion percentage was incorrectly calculated for some hackers

#### Company account

* ⚙️ Fixed a number of visual flaws in the company dashboard

#### General

* 🆕 Now, if a bug bounty program is already published but hasn't started yet, it will display the number of days it will take to launch

#### Company account


---

# Agent Instructions: 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:

```
GET https://docs.hackenproof.com/good-to-know/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
