diff --git a/changelog.md b/changelog.md index cbfa8d9..13c09cf 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,16 @@ +# v5.2.0 (2024-06-19) +## New features +- Add support for running commands with specific user + +## Bug fixes +- Fixed buggy edit page + +## Misc +- Disable Google Translate popup +- Minor UI adjustments + +--- + # v5.1.1 (2024-02-29) ## New features - Add options page, which includes the entry of update checker @@ -42,4 +55,4 @@ - Added icon in SVG format - Improved README.md ---- \ No newline at end of file +--- diff --git a/manifest.json b/manifest.json index 23c1243..36e707a 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "minimum_chrome_version": "100", "name": "ChromeOS AutoStart", - "version": "5.1.1", + "version": "5.2.0", "description": "Run Linux commands at ChromeOS startup.", "homepage_url": "https://github.com/supechicken/ChromeOS-AutoStart", "author": "supechicken666@gmail.com", diff --git a/update.json b/update.json index ec9d387..63a5155 100644 --- a/update.json +++ b/update.json @@ -1,4 +1,4 @@ { - "latest_version": "5.1.1", - "release_date": "2024-02-29" + "latest_version": "5.2.0", + "release_date": "2024-06-19" }