Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
FrogTheFrog committed Feb 5, 2024
1 parent a404545 commit 477d060
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moondeck",
"version": "1.6.16",
"version": "1.6.17",
"description": "MoonDeck is an automation tool that will simplify launching your Steam games via the Moonlight client for streaming.",
"scripts": {
"build": "shx rm -rf dist && pnpm run unlink-python && rollup -c",
Expand Down
13 changes: 12 additions & 1 deletion src/components/changelogview/changelogview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,18 @@ export const ChangelogView: VFC<unknown> = () => {
return (
<DialogBody>
<DialogControlsSection>
<Field
<Field
label="1.6.17"
description={
<>
<div>&bull; Migrated plugin to use global DFL version.</div>
<div>&bull; Fixed issue where MoonDeckStream would close on host when stream is terminated (in some cases).</div>
<div>&bull; Moonlight log is now properly written to (tnx python for this stupid non-sense).</div>
</>
}
focusable={true}
/>
<Field
label="1.6.16"
description={
<>
Expand Down

0 comments on commit 477d060

Please sign in to comment.