mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
50 KiB
50 KiB
Changelog
- Format inspired by Keep a Changelog
- Format defined in Pulsar Change Log
- Project adheres to Semantic Versioning
[Unreleased]
- Added a new autocomplete API that does not uses prefixes and instead declares the range it'll replace (better LSP support)
1.109.0
- Fixed a race condition that could cause
autocomplete-plus
to ignore user input. - Fixed the
about
package linking to release notes for Pulsar. - Reduced the amount of network requests that
settings-view
creates. - Fixed the icon used when registering Pulsar as a file handler on Windows.
- Removed the non-functional
autoUpdate
API from Pulsar, instead relying on thepulsar-updater
package. - Prevented warnings in the developer console from appearing when autocomplete suggestions are shown.
- Removed the last CoffeeScript code from Pulsar and core packages.
- Migrated the majority of our CI to GitHub Actions.
Pulsar
- Added: about: Make the About page's CSS responsive for narrow panes @DeeDeeG
- Added: [core & settings-view] Avoid network requests for bundled packages @confused-Techie
- Fixed: Remove @ from example to fix Documentation CI @Spiker985
- Fixed: Cirrus: Don't update last good commit if CI skipped @DeeDeeG
- Fixed: Tree-sitter running fixes (August edition) @savetheclocktower
- Added: [status-bar & tree-view] Manual Decaf Source @confused-Techie
- Added: [core] Consolidate app detail logic into single module @confused-Techie
- Fixed: [about] Link release notes to
CHANGELOG.md
instead of tagged release of Pulsar @confused-Techie - Removed: Remove
fs-plus
from atom-protocol-handler @Sertonix - Fixed: [core] Fix the icon used when registering Pulsar as a file handler in Windows @confused-Techie
- Added: Decaf Packages Spec @confused-Techie
- Removed: settings-view: Don't fix repository for core themes @DeeDeeG
- Added: Cirrus: Skip builds if same commit was previously built @DeeDeeG
- Fixed: CI: Tweak Cirrus build filter to allow tag pushes @DeeDeeG
- Added: Automatically rename binaries in CI during Regular releases @DeeDeeG
- Removed: remove repository fallback @Sertonix
- Added: [meta] GitHub Actions: Don't sign macOS builds from forked repo PRs @confused-Techie
- Added: [meta] Ensure Actions can upload Rolling Releases @confused-Techie
- Added: [meta] Cleanup
push
trigger, addworkflow_dispatch
@confused-Techie - Added: Migrate most binary building to GitHub Actions @confused-Techie
- Added: [meta] Add
ignorePaths
to renovate config @confused-Techie - Added: [language- && packages] Manual Decaf Spec Bundle @confused-Techie
- Fixed: fix links of packages readme @asiloisad
- Added: [meta] Add new and missing packages to renovate config @confused-Techie
- Added: Small Update to Docs @confused-Techie
- Fixed: [autocomplete-plus] Detect when menu state gets out of sync with DOM @savetheclocktower
- Removed: Remove AutoUpdate functionality from Core @confused-Techie
- Bumped: Update autocomplete-html package @renovate
- Added: [core]: Make showing tab title in window title optional @confused-Techie
- Fixed: [autocomplete-plus] Suppress
marked
warnings @savetheclocktower - Added: [pulsar-updater] Don't notify if Pulsar is running via
yarn start
@confused-Techie - Bumped: bump actions/checkout to v3 @casswedson
1.108.0
- Restored ability for
less
files in packages to use inline JavaScript inside backticks. - Fixed a syntax highlighting issue inside the
styleguide
package. - Fixed an issue with rubygems timing out on ARM Linux workflow.
- Rewrote Tree-sitter scope predicates to use
#is?
and#is-not?
where applicable. - Ensure that project-specific setting overrides don't leak to the user's config file when the settings UI is visited.
- Added a feature in
markdown-preview
that adds support for Linguist, Chroma, Rouge, and HighlightJS for language identifiers in fenced code blocks. - Fixed the
TextMate
language-toml
grammar to properly support whitespace where-ever it may appear. - Added a Tree-Sitter grammar for YAML files.
- Added a new core package
pulsar-updater
to help users update Pulsar. - Added
ppm
andppm.cmd
binaries/launchers within ppm. This allows easier integration of correctly named binaries on more systems in more contexts (especially Windows). Existingapm
andapm.cmd
binaries/launchers are still there for the time being. - Added a modern Tree-Sitter grammar for Markdown files.
Pulsar
- Added: Add the Tree-Sitter Markdown grammar @savetheclocktower
- Fixed: [pulsar-updater] Correct deb-get instructions ( + readme change) @Daeraxa
- Added: Tree-sitter running fixes @savetheclocktower
- Added: Add
pulsar-updater
as a core bundled Package @confused-Techie - Added: Manual Decaf Bundle (
autocomplete-atom-api
,autoflow
,deprecation-cop
) Source @confused-Techie - Bumped: [Time Sensitive] Update Cirrus Encrypted token for GitHub Access @confused-Techie
- Added: [core]: Transforming Deprecated Math Usage - Support for Variables @confused-Techie
- Added: Add Tree-sitter grammar for YAML @savetheclocktower
- Fixed: [language-toml] Add whitespace rule to values @arite
- Added: [markdown-preview]: Support for nested table objects in Yaml Frontmatter @confused-Techie
- Added: [markdown-preview]: Revamp Fenced Code Block Language Identifiers @confused-Techie
- Bumped: ppm: Update submodule to 49c8ced8f9552bb4aeb279130 @DeeDeeG
- Fixed: [settings-view] Don't let project-specific settings pollute the UI @savetheclocktower
- Added: [modern-tree-sitter] Overhaul Tree-sitter scope tests @savetheclocktower
- Fixed: fix(arm): use rubygems from APT @cat-master21
- Added: [language-*]: Manual Spec Decaf (Part 1) @confused-Techie
- Fixed: [styleguide] Fix error when styleguide is shown... @savetheclocktower
- Bumped: Bump
less-cache
to 2.0.1 @savetheclocktower
ppm
- Added: Add 'ppm' bins to complement existing 'apm' bins @DeeDeeG
- Fixed: Replace "apm" by "ppm" in help messages. @azuledu
- Bumped: Update OS, actions, node @Spiker985
1.107.1
- Updated the
github
package to resolve incompatibility in Style Sheets against Less v4
Pulsar
- Bumped: deps: Update github package to v0.36.17-pretranspiled @DeeDeeG
github
- Fixed: Fix Less Syntax @confused-Techie
1.107.0
- Fixed a number of issues with the experimental modern Tree-sitter grammar mode
- Pulsar can now be added to the PATH on Windows, via the "System" pane within Settings View.
- Bumped
less-cache
tov2.0.0
which usesless@4.1.3
. This adds many new features of Less, while causing breaking changes to existing Less StyleSheets. Read more about these changes here. Pulsar will attempt to automatically repair any breaking changes in any package style sheets, while emitting deprecations. - Fixed a bug that would render files unable to be clicked with sticky headers enabled on One-Dark and One-Light themes.
- Added a Modern Tree-Sitter TOML Grammar.
- Added a new API endpoint within Pulsar of
atom.versionSatisifes()
to allow packages to safely check the version of Pulsar, instead of having to do so themselves. - An issue in a downstream dependency has been resolved that improperly flagged Pulsar as malicious.
Pulsar
- Added: Improved Windows Install (
PATH
,ATOM_HOME
,InstallLocation
) @confused-Techie - Fixed: Running PR for Tree-Sitter fixes @savetheclocktower
- Added: [autocomplete-css]: Manual Decaf of Source @confused-Techie
- Fixed: [welcome]: Ensure Changelog Always Shows if enabled, and version hasn't been dismissed @confused-Techie
- Bumped: [autocomplete-plus] Maintenance - Deps bumps, remove CoffeeScript files @confused-Techie
- Fixed: Fix tree-view sticky headers of one-dark & one-light themes @asiloisad
- Fixed: [spell-check]: Remove usage of reserved word @confused-Techie
- Added: [core]: Implement API on
atom.
to compare Pulsar Versions @confused-Techie - Added: [settings-view]: Manual Decaf (source) @confused-Techie
- Bumped: [core]: Bump
less-cache
tov2.0.0
Upgradesless
to4.1.3
@confused-Techie - Added: [core]: Bundle
spell-check
@confused-Techie - Bumped: Update dependency semver to v7.5.2 [SECURITY] @renovate
- Added: [modern-tree-sitter] Add TOML tree-sitter grammar @savetheclocktower
- Fixed: [language-toml]: Allow spaces within Array @confused-Techie
- Fixed: Pin
es5-ext
topulsar-edit/es5-ext
removing code flagged as malicious @confused-Techie - Bumped: [git-diff] Bump all Deps @confused-Techie
- Bumped: Update dependency semver [SECURITY] @renovate
- Fixed: [autocomplete-css] Get tests passing for new CSS tree-sitter grammar @savetheclocktower
- Bumped: [dalek] Bump dependencies to latest, fix links @confused-Techie
- Bumped: Update dependency marked to v5.0.3 @mauricioszabo
less-cache
- Bumped: Bump
1.1.1
=>2.0.0
@confused-Techie - Bumped: Bump
less
3.12.2
=>4.1.3
@confused-Techie - Added: Repository Cleanup + CoffeeScript tool Removal (Depends on #2) @confused-Techie
- Added: Manual decaf of source files @confused-Techie
- Added: Implement Repo Tests @confused-Techie
1.106.0
- Fixed bug that happens on some systems when trying to launch Pulsar using the Cinnamon desktop environment
- Added a modern implementation of Tree-sitter grammars behind an experimental flag. Enable the “Use Modern Tree-Sitter Implementation” in the Core settings to try it out
- Bugfix: fixed Clojure indentation on tree-sitter
- Improved the Clojure language support by migrating it to tree-sitter and support block comments, quoting, and other advanced features on modern tree-sitter implementation
- Fixed a bug that could cause images to not appear the first time opening them
autocomplete-css
Completions are now sorted in a way that may match what users expect- Added a "Log Out" menu item for the
github
package
Pulsar
- Updated: deps: Bump github to v0.36.16-pretranspiled @DeeDeeG
- Removed: Mostly remove
request
@confused-Techie - Fixed: Fix: Image doesn't appear at first open @asiloisad
- Removed: Remove specific cinnamon condition @mauricioszabo
- Fixed: Fix of Clojure's indentation rules by removing query file @mauricioszabo
- Fixed: Update links in settings page @Daeraxa
- Added: [autocomplete-css] Sort
completions.json
@confused-Techie - Fixed: Fixes on "comment block" for Clojure grammar @mauricioszabo
- Added: Hardcode NSIS GUID @confused-Techie
- Fixed: Make yarn sane @mauricioszabo
- Fixed: Huge improvement on Clojure highlighting @mauricioszabo
- Removed: Removed unused_require method @mauricioszabo
- Bumped: Update dependency underscore to 1.12.1 [SECURITY] @renovate
- Added: Add modern tree-sitter support behind an experimental flag @savetheclocktower
- Added: Make CHANGELOG easier to merge and update dompurify @mauricioszabo
- Added: js operators @icecream17
- Bumped: Update dependency postcss to v8.2.13 [SECURITY] @renovate
github
- Added: Add logout menu option @Daeraxa
- Updated: ci: Bump action dependencies @Spiker985
1.105.0
- Rebranded notifications, using our backend to find new versions of package, and our github repository to find issues on Pulsar. Also fixed the "view issue" and "create issue" buttons that were not working
- Bumped to latest version of
second-mate
, fixing a memory usage issue invscode-oniguruma
- Removed a cache for native modules - fix bugs where an user rebuilds a native module outside of Pulsar, but Pulsar refuses to load anyway
- Removed
nslog
dependency - Fixed an error where the GitHub package tried to interact with a diff view after it was closed
- Fixed RPM installation failure when Atom was installed on the same machine
- Added a new set of Package
activationHooks
,...:uri-opened
lets a package activate when any URI is opened within Pulsar, and...:file-name-opened
lets a package activate when any specific filename is opened within Pulsar.
Pulsar
- Added: Add new
...:uri-opened
&&...:file-name-opened
Package Activation Hook @confused-Techie - Fixed: Properly localize Download/Stargazer Counts within
settings-view
@confused-Techie - Added: Add bookmarks service for consumption by other packages @savetheclocktower
- Added: Bundle notifications @mauricioszabo
- Fixed: Fix Ripgrep download issues in CirrusCI @confused-Techie
- Removed: Revert Incorrect Commit @confused-Techie
- Fixed: Making CI green, hopefully @mauricioszabo
- Bumped: Bump
second-mate
to 96866771 @savetheclocktower - Removed: Remove cache of incompatible native packages @mauricioszabo
- Added: Simplify and bundle fuzzy-finder @mauricioszabo
- Added: Bundle find and replace @mauricioszabo
- Added: Bundle tree view @confused-Techie
- Added: Bundle
autocomplete-atom-api
@confused-Techie - Added: Add FPM option to stop rpm buildid clash @Daeraxa
- Bumped: chore(deps): update dependency minimist [security] @renovate
- Fixed: Disable Failing Tests @confused-Techie
- Bumped: chore(deps): update dependency ajv to 6.12.3 [security] @renovate
- Bumped: chore(deps): update dependency async to 3.2.2 [security] @renovate
- Added: Add "icon only" class to settings view icon @Daeraxa
- Bumped: chore(deps): update dependency minimatch [security] @renovate
- Removed: Remove
nslog
dependency @mauricioszabo - Added: Setup Renovate @confused-Techie
- Fixed: Don't mark diff ranges on a destroyed buffer @savetheclocktower
- Added: First Architectural Design Records @mauricioszabo
- Bumped: use pular's
typscript-simple
fork, which bumpstypescript
to 5.0.3 @Meadowsys - Added: CI: cache and restore dependencies, plus skip rebuilding all over the place (saves a lot of time) @DeeDeeG
notifications
- Fixed: Cleanup and rename @Sertonix
- Added: reject promise with Error instance @Sertonix
- Added: Add our Testing Action @confused-Techie
- Fixed: Change atom strings to pulsar @mdibella-dev
- Bumped: Bump to v3.2 of action-pulsar-dependency @confused-Techie
- Fixed: Fix all Tests @confused-Techie
1.104.0
- The settings-view package now lists a package’s snippets more accurately
- Fixed some issues with some packages with WebComponents v0 (tablr package should work now) by internalizing and patching document-register-element
- Migrated away from
node-oniguruma
in favor ofvscode-oniguruma
(WASM version). This fixes issues with Electron 21 - Ensured new WASM packages will work on Apple Silicon
- Completions for HTML will now be as bleeding edge as possible.
Pulsar
- Added:
settings-view
Support for Badges @confused-Techie - Removed: remove weird duplicate accented fixture file (hopefully?) @Meadowsys
- Added: Add optional entitlements monkey-patch @confused-Tecie
- Added: Decaf
wrap-guide
@confused-Techie - Added: Additional Bundling of Core Packages @confused-Techie
- Added: add allow-jit entitlement (fixes Apple Silicon builds) @Meadowsys
- Removed: Revert "Create i18n API" @mauricioszabo
- Added: Build first, and test later @mauricioszabo
- Update: [settings-view] Update package snippets view to reflect new features @savetheclocktower
- Added: Create i18n API @Meadowsys
- Added: Add Automated updating of
autocomplete-html
completions.json
@confused-Techie - Fixed: docs: fix markdown links in packages README @oakmac
- Fixed: Patch document register element @mauricioszabo
- Added: Using "second-mate" @mauricioszabo
- Fixed: Fix spacing of PHP's "for ..." snippet @machitgarha
- Update: Update resources metadata @Spiker985
- Fixed: Cirrus: Windows: install ppm deps with Yarn @DeeDeeG
- Added: made cirrus build scripts consistent @Sertonix
- Update: Update package.json author @Daeraxa
second-mate
- Added: Migrate to vscode-oniguruma @mauricioszabo
autosave
bracket-matcher
- Fixed: Fixing test that need to run locally @mauricioszabo
- Update: cleanup .md and rename repo url @Sertonix
- Update: Rename A[a]tom -> P[p]ulsar @Spiker985
timecop
- Update: cleanup and rename @Sertonix
keybinding-resolver
- Update: Cleanup and rename @Sertonix
1.103.0
- Added a new feature to Search for Pulsar's settings
- Updated the completions provided by
autocomplete-css
to be as bleeding edge as possible. - Updated the instructions and look of the login flow for the
github
package. - Snippet transformations no longer have an implied global flag, bringing them into compatibility with snippets in most other editors.
- Snippets can now be given command names instead of tab triggers, and thus can now be assigned to key shortcuts in
keymap.cson
.
Pulsar
- Added: feature: Implement Search Settings Ability @confused-Techie
- Added: Show Settings Icon in Status Bar @confused-Techie
- Added: Add Automated updated of
autocomplete-css
completions.json
@confused-Techie - Bumped: ppm: Update submodule to 9af239277180f2a9ee9e86714 @Spiker985
- Bumped: ppm: Update submodule to 915cbf6e5f9ea1141ef5dcaf8 @DeeDeeG
- Bumped: deps: Bump github to v0.36.15-pretranspiled @DeeDeeG
- Added: actually cache based on sha @Meadowsys
- Bumped: Bump
snippets
to bb00f9 @savetheclocktower - Added: [skip-ci] Small Readme Touchup @confused-Techie
- Added: json language - add .har extension @wesinator
- Added: Bundle
markdown-preview
,styleguide
,wrap-guide
@confused-Techie - Added: Add GitHub Token to Doc CI @Spiker985
- Added: Add Setup Node to Package Tests @confused-Techie
- Added: feat: add dev.pulsar_edit.Pulsar.metainfo.xml @cat-master21
Snippets
- Added: Add
command
property that registers a command name for a snippet @savetheclocktower - Removed: Remove implicit
g
flag from snippet transformations @savetheclocktower - Fixed: Fix failing specs @mauricioszabo
- Added: cleanup and rename @Sertonix
Github
- Added: rebrand git-tab-view @icecream17
- Added: lib: Update login instructions for PATs, not OAuth @DeeDeeG
PPM
- Fixed: src: Update default Pulsar install paths @DeeDeeG
- Bumped: deps: Upgrade npm to 6.14.18 @DeeDeeG
- Fixed: Fix installing with yarn on Windows @DeeDeeG
- Fixed: Fix inability to notice newer versions of git-installed packages @savetheclocktower
- Added: meta: Actually sync yarn.lock @DeeDeeG
1.102.0
- Fixed a bug where
pulsar
on Windows could never trigger - Fixed
github
package shelling out togit
on macOS - Fixed minor bugs found during fixes to tests
- Improved our testing infrastructure to aide in finding and fixing further bugs
- Updated many dependencies of Pulsar and its core packages
- New Pulsar Icon on macOS
- Selected text is styled by default
- Restored
right-clicked
CSS class on tags - Fixed syntax highlighting on C++
- Updated JavaScript snippets to modern ES6 syntax
- PPM no longer assumes
master
for git branches
Pulsar
- Added: implement signing and notarizing for macOS, PR #4 lol @Meadowsys
- Fixed: Pin
python
brew installation to3.10
during MacOS Intel Cirrus Build @confused-Techie - Update: Bump
ppm
toa46537c0b7f0eaaef5404ef88003951fdc988c65
@confused-Techie - Added: Add new macOS icon @mdibella-dev
- Fixed: type $ as # @Meadowsys
- Update: deps: Update github to v0.36.14-pretranspiled-take-2 @DeeDeeG
- Added: add style to selected text by default @Sertonix
- Added: Set Max Concurrent Package Tests @confused-Techie
- Fixed: c++ fixes @icecream17
- Update: deps: Update github to v0.36.14-pretranspiled @DeeDeeG
- Update
coffeescript
@confused-Techie - Updated: Misc Dependency Updates @confused-Techie
- Added: Bundle
autocomplete-plus
@confused-Techie - Fixed: Add LICENSE.md to extra resources (resourcesPath) @Daeraxa
- Fixed: Get Windows
pulsar
Working @confused-Techie - Fixed: Restore
right-clicked
class on a right-clicked tab @savetheclocktower - Updated: ppm: Update submodule to commit 4645ba2905747897b0 @DeeDeeG
- Added: Machine decaf tabs spec @confused-Techie
- Added: Manually Decaf
tabs
package Specs @confused-Techie - Fixed: Uncomment and fix a settings-view package test @DeeDeeG
- Added: Decaf Changes from Manual and Machine Decaf to Main @confused-Techie
- Added: Manual decafe tabs @confused-Techie
- Added: Organize failing tests @mauricioszabo
- Fixed: autocomplete-snippets: Fix repo URL @DeeDeeG
- Updated: update apm message to pulsar -p @Daeraxa
- Fixed: Replace incorrect spellings of 'macOS' with the correct one @mdibella-dev
- Changed: use
let
andconst
in js snippets @Sertonix - Fixed: Fix URI to correct address @mdibella-dev
- Updated: update copyright year (2023) @icecream17
ppm
- Fixed: fix: Don't assume
master
when checking git packages for upgrades @savetheclocktower - Fixed: meta: Normalize package.json and lockfile line endings @DeeDeeG
- Update: spec: Fixtures Node v10.20.1 --> Electron v12.2.3 @DeeDeeG
- Fixed: Fix .com links, pulsar rebranding and rebranding readme @Daeraxa
github
- Fixed: lib: Rebrand getAtomAppName() function (fix shelling out to
git
on macOS) @DeeDeeG - Fixed: meta: Revert "main" to "./lib/index", no dist (fix package on
master
branch) @DeeDeeG
1.101.0-beta
- Fixed a bug where macOS menus like "Open" don't do anything
- Fixed a bug where macOS wouldn't open files by dragging them onto the dock.
- Fixed a bug where devtools won't open (https://github.com/pulsar-edit/pulsar/issues/260)
- Fixed a bug where the editor refused to open with the message "GPU process isn't usable. Goodbye" (https://github.com/pulsar-edit/pulsar/issues/233)
- Fixed logo artifacts on Linux
- Fixed Windows Taskbar Icon being 'Cut in Half'
- Fixed commands like
--version
,--package
or--help
did not show outputs - Fixed additional flags not being sent to
--package
- Small improvement on the binary size
- Fixed "install command line tools" on Mac and Windows
- Cached queries for featured packages (featured packages will load faster, and fewer errors on the settings-view regarding package info)
- Added warning when
settings-view
is disabled, describing how to re-enable it
Pulsar
- Added: script: Clean up
pulsar
andppm
on uninstall @DeeDeeG - Added: increase search query delay @Sertonix
- Fixed: update
packages/README.md
@Sertonix - Fixed: Fix Windows Icon being cut in half @confused-Techie
- Removed: remove unused json @Sertonix
- Added: add ignored
package-lock.json
to packages @Sertonix - Rebrand: Rebrand AppUserModelID - Ensure Pulsar is separated as its own App Icon on Windows @confused-Techie
- Removed: remove fs-plus from image-view package @Sertonix
- Added: Additional Bundling of Core Packages @confused-Techie
- Fixed: Resolve some
about
package tests (6 Resolved Tests) @confused-Techie - Fixed: Fix Package Test Cache Issue @confused-Techie
- Fixed: Resolve all Tests within
language-html
(Resolves 2 Failing Tests) @confused-Techie - Fixed: Resolve all Tests within
language-javascript
(Resolves 24 Failing Tests) @confused-Techie - Fixed: Resolve 40 Failing
image-view
Tests @confused-Techie - Added: Added changelog entries that we missed @mauricioszabo
- Removed: meta: Delete preinstall script from package.json @DeeDeeG
- Added: Improve macOS Builds @confused-Techie
- Fixed: Fix
archive-view
@confused-Techie - Added: Improved Windows Builds @confused-Techie
- Added: More Bundles @confused-Techie
- Fixed: Fix macOS open without window @mauricioszabo
- Removed: delete workflow from language-java @Sertonix
- Removed: Remove handlers for opening things on Mac @mauricioszabo
- Rebrand: Rebranding and relinking to new site @Daeraxa
- Added: script: symlink ppm in post-install.sh (for .deb and .rpm packages) @DeeDeeG
- Added: Add --no-sandbox to start script @Daeraxa
- Added: exclude directories from build @Sertonix
- Added: add warning when settings-view is disabled @Sertonix
- Fixed: Fix typo @snowcatridge10
- Fixed: Fix install on packaged code @mauricioszabo
- Fixed: Fix Logo weirdness @mauricioszabo
- Fixed: Fix installing shell commands to path (macOS) @DeeDeeG
- Fixed: 🍎 Fix wrong app name resolution in pulsar.sh on Mac @soupertonic
- Fixed: Postinstall error with rm usr/bin/pulsar @Spiker985
- Added: Made changes to the main.js file. @CatPerson136
- Added: Add
--no-sandbox
to Linux Launch @confused-Techie - Removed: removed unused files @Sertonix
- Rebrand: rebrand package publish domain @Sertonix
- Removed: remove metrics code from welcome package @Sertonix
- Fixed: Deep cache for settings view @mauricioszabo
- Fixed: fix syntax error in
packages/README.md
@Sertonix - Removed: remove package.json dependencies @Sertonix
- Added:
underscore-plus
to dependencies @Sertonix
ppm
- Added: Convert body params to query params @Spiker985
- Fixed: src: Update Electron header download URL @DeeDeeG
v1.100.0-beta
- Bump to Electron 12 and Node 14
- Added a rebranding API
- Removed experimental file watchers on the editor
- Ability to install packages from git repositories
- New Pulsar Package Repository Backend
- Better error messages when installing a package fails
- Config watching fixes
- Bump tree-sitter to 0.20.1 and all grammars to their recent versions
- Native support for Apple Silicon and ARM Linux
- Removed Benchmark Startup Mode
- Removed all telemetry from Core Editor
- New Pulsar Website
- New Test Runner to Improve Testing
- Added Apple Silicon support to
github
Package v0.36.13
Pulsar
- Added: Incorporate settings-view to core @Daeraxa
- Added: Bundle
autocomplete-css
&&autocomplete-html
@confused-Techie - Added: add or update
packages/*/package-lock.json
@Sertonix - Fixed: Organize our Exclusions/Inclusions @confused-Techie
- Added: Bundle
package-generator
@confused-Techie - Fixed: meta: Don't exclude 'loophole' or 'pegjs' packages @DeeDeeG
- Fixed: Fix
dugite
@confused-Techie - Bumped: ppm: Update ppm submodule (new Electron headers download URL) @DeeDeeG
- Removed: Revert "Merge pull request #184 from pulsar-edit/bump-autocomplete-plus" @confused-Techie
- Bumped: Bump GitHub package @mauricioszabo
- Fixed: CI (Windows): Use npm (not yarn) to install ppm @DeeDeeG
- Bumped: Bumped
autocomplete-plus
@confused-Techie - Added: Adding test runner missing files @mauricioszabo
- Fixed: fix about package test @Sertonix
- Added: Add tar.gz target to electron-builder @Daeraxa
- Fixed: Cleanup/standardize pulsar.sh @Spiker985
- Fixed: Update LICENSE.md @Daeraxa
- Removed: remove old scripts @Sertonix
- Fixed: Fix Codacy Ignore @confused-Techie
- Added: New ChangeLog Format @confused-Techie
- Fixed: shorten task description if too long @Sertonix
- Fixed: Improve Package Tests @confused-Techie
- Removed: Metric docs from
welcome
@Sertonix - Fixed: PostInstall of
ppm
@mauricioszabo - Fixed: Unmerged Menus ignoring separators @Sertonix
- Removed:
mkdirp
@Sertonix - Fixed:
--package
exiting incorrectly @mauricioszabo - Bumped:
ppm
submodule @mauricioszabo - Fixed: undefined
nsole
@jonian - Fixed: Git tab in Binaries @benonymus
- Fixed:
yarn.lock
versions @jonian - Added:
dist
&binaries
togitignore
@jonain - Bumped:
ppm
submodule to allow Git Package Install @mauricioszabo - Bumped:
settings-view
0.261.9 -> 0.261.10 @mauricioszabo - Removed: Unused code fragments from build scripts @Sertonix
- Added: Ability to run
ppm
frompulsar
CLI @mauricioszabo - Fixed: base16 URL to use WayBack Machine @Sertonix
- Removed:
fs-plus
fromexception-reporting
@Sertonix - Removed: Benchmark Startup Mode Part 2 @DeeDeeG
- Removed: Unused scripts @mauricioszabo
- Bumped:
background-tips
0.28.0 -> 0.28.1 @confused-Techie - Removed: Tooling bloat @confused-Techie
- Bumped:
snippets
NA -> 1.6.1 @mauricioszabo - Removed: Benchmark Startup mode @confused-Techie
- Added: Binaries for Intel Mac & ARM Linux @mauricioszabo
- Added:
yarn dist
accepts arguments @mauricioszabo - Fixed: Load core packages
README.md
@Sertonix - Fixed: Unlock terminal on Linux @mauricioszabo
- Added: Aliases to workflow for link generation @kaosine
- Fixed: Hooked
NSFW
directly @mauricioszabo - Bumped:
settings-view
0.261.8 -> 0.261.9 @mauricioszabo - Bumped:
.nvmrc
12.18 -> 16 @Daeraxa - Bumped:
ppm
submodule for new backend @confused-Techie - Removed: Experimental and internal watchers @mauricioszabo
- Fixed: Improvements for windows binaries @mauricioszabo
- Fixed: Improvements for binary building @mauricioszabo
- Bumped:
async
3.2.0 -> 3.2.4 @confused-Techie - Removed: Mystery/Ghost Submodule @mauricioszabo
- Removed: Telemetry and Remote Crash Reports @confused-Techie
- Added: Bundled
language-c
into the editor @mauricioszabo - Bumped:
electron
11.5.0 -> 12.2.3 @mauricioszabo - Fixed:
yarn install
due to syntax error @Daeraxa - Added: Bundled most language grammars into the editor @mauricioszabo
- Bumped:
autocomplete-html
0.8.8 -> 0.8.9 @mauricioszabo - Bumped:
tree-sitter
NA -> 0.20.0 @mauricioszabo - Added: Branding Config on Global Atom API @confused-Techie
- Added:
yarn
as method to build editor. @mauricioszabo - Bumped:
fs-admin
0.15.0 -> 0.19.0 @kaosine - Bumped:
text-buffer
13.18.5 -> 13.18.6 @kaosine - Decaffeinate: Numerous efforts from many contributors to decaffeinate the editor:
- Rebrand: Numerous efforts from many contributors to rebrand the editor:
- Tests: Numerous efforts from many contributors to improve our tests:
ppm
- Fixed: ppm PostInstall @mauricioszabo
- Added: Better
help
command display @mauricioszabo - Fixed: Empty Featured Packages @jonian
- Fixed: Use ppm as basename in
getResourcePath
@jonain - Fixed: Installation from Git @mauricioszabo
- Added: Ability to define tag to install @mauricioszabo
- Added: Our new Pulsar Package Repository Backend @confused-Techie
- Bumped:
electron
to 12 @mauricioszabo - Rebrand: Numerous efforts from many contributors to rebrand ppm:
- Tests: Numerous efforts from many contributors to improve our tests:
autocomplete-html
- Fixed: Finding the proper Node version @mauricioszabo
settings-view
- Added: Remember Scroll Position @jonian
- Removed: Support for deprecated packages @Sertonix
- Added: Better errors when search fails @mauricioszabo
- Rebrand: Numerous efforts from many contributors to rebrand settings-view:
- Tests: Numerous efforts from many contributors to improve our tests:
snippets
- Added: Proper Testing @confused-Techie
- Removed:
fs-plus
@Sertonix - Fixed: Fix open Snippets URI @Sertonix
background-tips
- Bumped:
background-tips
0.28.0 -> 0.28.1 @confused-Techie - Rebrand: Numerous efforts from many contributors to rebrand background-tips: