summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbscan <10503608+bscan@users.noreply.github.com>2024-04-05 21:48:56 -0400
committerbscan <10503608+bscan@users.noreply.github.com>2024-04-05 21:48:56 -0400
commit787ea3edf68c6126fba4e3a559bc1c9506a15a76 (patch)
treecbc62e11bd04f6c1bea29bf561b59160f5b11a70
parent51819ed12de92a22fb836cf4c1c6de828fb6676d (diff)
downloadPerlNavigator-787ea3edf68c6126fba4e3a559bc1c9506a15a76.zip
Adding changelog and bumping version
-rw-r--r--CHANGELOG.md8
-rw-r--r--package.json2
-rw-r--r--server/package.json2
3 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a649c6a..7ac3643 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 0.8.4 2024-04-05
+- Perl::Tidy fix from @Ekopalypse
+- Logging enabled by default, from @WhoIsSethDaniel
+- Better logging for perlimports, from @oalders and @WhoIsSethDaniel
+- Replacing regex with string operations for speed and readability. From @IAKOBVS
+- Auto-expansion of tilde paths in linux, from @nugged
+- Ability to add environment variables for perl, from @nugged
+
## 0.8.3 2024-03-01
- ModHunter fix from @drgrice1
- Include changelog in bundle
diff --git a/package.json b/package.json
index 7429b64..fa08ac3 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"description": "Code navigation, autocompletion, syntax checking, and linting for Perl",
"author": "bscan",
"license": "MIT",
- "version": "0.8.3",
+ "version": "0.8.4",
"icon": "images/camel_icon.png",
"repository": {
"type": "git",
diff --git a/server/package.json b/server/package.json
index 725e539..58f5819 100644
--- a/server/package.json
+++ b/server/package.json
@@ -1,7 +1,7 @@
{
"name": "perlnavigator-server",
"description": "Perl language server",
- "version": "0.8.3",
+ "version": "0.8.4",
"author": "bscan",
"license": "MIT",
"engines": {