Skip to content

Commit

Permalink
Merge pull request #843 from pulsar-edit/1.112.1-changelog
Browse files Browse the repository at this point in the history
1.112.1 Changelog
  • Loading branch information
confused-Techie authored Dec 18, 2023
2 parents 1b559c2 + 508d1a2 commit becab35
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 20 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@

## [Unreleased]

## 1.112.1

- Fixed a bug in PPM during package publication that prevented the output of any text on the console.

### Pulsar
- Bumped: ppm: Update ppm to commit 7dfd9ca8cf877391fc6ef1d5 [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/842)

### PPM
- Fixed: Fix bugs found in `publish` after 1.112 release [@savetheclocktower](https://github.com/pulsar-edit/ppm/pull/116)

## 1.112.0

- Fixed github package not giving feedback when a token with the wrong scopes was entered, tweak scope-checking logic to match expectations, and log incorrect scopes.
Expand Down
21 changes: 1 addition & 20 deletions packages/welcome/lib/changelog-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,27 +50,8 @@ export default class ChangeLogView {
<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>
Fixed github package not giving feedback when a token with the wrong scopes was entered, tweak scope-checking logic to match expectations, and log incorrect scopes.
Fixed a bug in PPM during package publication that prevented the output of any text on the console.
</li>
<li>
Various cleanups, maintenance and upkeep of the PPM repo.
</li>
<li>
Added options for a user to control when to automatically show or hide the wrap-guide; "Always", "When soft wrap is enabled", and "When soft wrap at preferred line length is enabled".
</li>
<li>
Updated network handling in PPM to something newer and more secure.
</li>
<li>
Updated most of PPM's code to use async/await and promises internally.
</li>
<li>
Created `atom.ui.fuzzyMatcher` API, moving the Pulsar `fuzzy-finder` module into the core of the editor for community packages to utilize.
</li>
<li>
Fixed an issue that prevented Pulsar from inheriting the directory from which the `pulsar` binary was run.
</li>

</ul>

<section className="welcome-panel">
Expand Down

0 comments on commit becab35

Please sign in to comment.