Skip to content

Commit

Permalink
Merge pull request #144 from Onemind-Services-LLC/dev
Browse files Browse the repository at this point in the history
Release v2.0.1
  • Loading branch information
abhi1693 authored Jul 17, 2024
2 parents 0112397 + 9363b27 commit 184942b
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 9 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

## [Unreleased](https://github.com/Onemind-Services-LLC/netbox-secrets/tree/HEAD)

[Full Changelog](https://github.com/Onemind-Services-LLC/netbox-secrets/compare/v1.10.2...HEAD)
[Full Changelog](https://github.com/Onemind-Services-LLC/netbox-secrets/compare/v2.0.0...HEAD)

**Closed issues:**

- \[Bug\]: Page Does Not Refresh Automatically on Session Key Activation [\#142](https://github.com/Onemind-Services-LLC/netbox-secrets/issues/142)

## [v2.0.0](https://github.com/Onemind-Services-LLC/netbox-secrets/tree/v2.0.0) (2024-07-15)

[Full Changelog](https://github.com/Onemind-Services-LLC/netbox-secrets/compare/v1.10.2...v2.0.0)

**Closed issues:**

Expand All @@ -17,7 +25,11 @@

**Merged pull requests:**

- Release v2.0.0 [\#141](https://github.com/Onemind-Services-LLC/netbox-secrets/pull/141) ([abhi1693](https://github.com/abhi1693))
- Bump braces from 3.0.2 to 3.0.3 in /netbox\_secrets/project-static in the npm\_and\_yarn group across 1 directory [\#140](https://github.com/Onemind-Services-LLC/netbox-secrets/pull/140) ([dependabot[bot]](https://github.com/apps/dependabot))
- NB-12 Add support for NetBox v4 [\#139](https://github.com/Onemind-Services-LLC/netbox-secrets/pull/139) ([kprince28](https://github.com/kprince28))
- Fixes List View action Buttons not Visible [\#133](https://github.com/Onemind-Services-LLC/netbox-secrets/pull/133) ([yash-pal1](https://github.com/yash-pal1))
- Add button to export keys to a file for download and a button to copy the private key [\#131](https://github.com/Onemind-Services-LLC/netbox-secrets/pull/131) ([VKumar786](https://github.com/VKumar786))

## [v1.10.2](https://github.com/Onemind-Services-LLC/netbox-secrets/tree/v1.10.2) (2024-01-26)

Expand Down
1 change: 1 addition & 0 deletions netbox_secrets/project-static/src/secrets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ function requestSessionKey(privateKey: string) {
} else {
// If the response received was not an error, show the user a success message.
const toast = createToast('success', 'Session Key Received', 'You may now unlock secrets.');
window.location.reload();
toast.show();
}
} else {
Expand Down
8 changes: 4 additions & 4 deletions netbox_secrets/static/netbox_secrets/secrets.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 184942b

Please sign in to comment.