Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostboats committed Oct 5, 2024
1 parent d67efb8 commit bc32a85
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "bg3_mod_helper",
"publisher": "ghostboats",
"description": "This extension is designed to help you make mods in Baldur's Gate 3 by creating UUIDs and handles for you, as well as updating your .loca.xml files as well should they exist. And more to come in the future.",
"version": "2.2.59",
"version": "2.2.61",
"icon": "media/marketplace_icon.png",
"engines": {
"vscode": "^1.86.0"
Expand Down
6 changes: 3 additions & 3 deletions support_files/release_notes.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ function generateReleaseNotes(version) {
version: version,
features: [
{
title: "Changes",
title: "Dependencies Changes",
details: [
"I DONT REMEMBER, SORRY I DIDNT HAVE MY COMPUTER FOR OVER A MONTH AND FORGOT WHAT I DID"
"Add Dependency button should now correctly check your modsettings list (for all profiles) and \ngive you quick access to add them in as dependencies to the mod you are working on"
]
},
{
title: "Minor Changes",
details: [
"Json files will now be recognized for handle hovers (MCM stuff)"
"Your mod version now shows in the quick actions next to the version generator button(needs a \nreload of vscode if you update it to update the ui)."
]
},
{
Expand Down

0 comments on commit bc32a85

Please sign in to comment.