You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
## 1.111.0
10
10
11
11
- Added a new `UI` API to `atom.` accessible via `atom.ui`. This exposes a `markdown` object, allowing community packages to offload Markdown handling to the core editor.
12
-
- Fine-tuned/deduped dependencies to remove over ~35.5 MB from Pulsar's installed size.
12
+
- Fine-tuned/deduped dependencies to remove ~35.5 MB from Pulsar's installed size.
13
13
- Fixed an issue that sometimes caused text to shift or disappear after an editor pane regains focus.
14
14
- Fixed scoping/highlighting of single-quoted (`'...'`) and C-style (`$'...'`) strings in shell scripts.
15
15
- Fixed an issue with the "Dismiss this Version" button (In the `pulsar-updater` package).
Copy file name to clipboardExpand all lines: packages/welcome/lib/changelog-view.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ export default class ChangeLogView {
53
53
Added a new `UI` API to `atom.` accessible via `atom.ui`. This exposes a `markdown` object, allowing community packages to offload Markdown handling to the core editor.
54
54
</li>
55
55
<li>
56
-
Fine-tuned/deduped dependencies to remove over ~35.5 MB from Pulsar's installed size.
56
+
Fine-tuned/deduped dependencies to remove ~35.5 MB from Pulsar's installed size.
57
57
</li>
58
58
<li>
59
59
Fixed an issue that sometimes caused text to shift or disappear after an editor pane regains focus.
0 commit comments