Add last PR for signing

This commit is contained in:
confused-Techie 2023-02-15 19:07:22 -08:00
parent e13c6abe64
commit d0b86c588e
2 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,7 @@
- PPM no longer assumes `master` for git branches
### Pulsar
- Added: implement signing and notarizing for macOS, PR #4 lol [@Meadowsys](https://github.com/pulsar-edit/pulsar/pull/387)
- Fixed: Pin `python` brew installation to `3.10` during MacOS Intel Cirrus Build [@confused-Techie](https://github.com/pulsar-edit/pulsar/pull/384)
- Update: Bump `ppm` to `a46537c0b7f0eaaef5404ef88003951fdc988c65` [@confused-Techie](https://github.com/pulsar-edit/pulsar/pull/383)
- Added: Add new macOS icon [@mdibella-dev](https://github.com/pulsar-edit/pulsar/pull/372)

View File

@ -52,6 +52,9 @@ export default class ChangeLogView {
<p>Take a look at some of the awesome things {atom.branding.name} has changed:</p>
<p>Feel free to read our <a href="https://github.com/pulsar-edit/pulsar/blob/master/CHANGELOG.md">Full Change Log</a>.</p>
<ul>
<li>
Signed Pulsar macOS Binaries
</li>
<li>
Fixed a bug where `pulsar` on Windows could never trigger
</li>