Skip to content

Commit

Permalink
ChromeOS AutoStart v5.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: supechicken <me@supechicken666.dev>
  • Loading branch information
supechicken committed Jun 19, 2024
1 parent a6c1305 commit 9710485
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -42,4 +55,4 @@
- Added icon in SVG format
- Improved README.md

---
---
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"latest_version": "5.1.1",
"release_date": "2024-02-29"
"latest_version": "5.2.0",
"release_date": "2024-06-19"
}

0 comments on commit 9710485

Please sign in to comment.