Skip to content

Commit

Permalink
v2023.12.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Dec 18, 2023
1 parent 5ed4b0d commit 8f0e67f
Show file tree
Hide file tree
Showing 30 changed files with 24 additions and 16 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ This is a detailed list of changes in each version.

<!-- fix "tag context" for "next previous" context. I'd always done a search, clicked a thumb, and then clicked esc to go back to the search results. But... if you click a thumb from a search, and then click "next" or "previous", it ignores that you can from a search, and does the chronological next asset, which is very confusing/irritating. -->

## v2023.12.0-alpha.6

**Released 17 December 2023**

- 🐛 Reverted alpha.5 `WorkQueue` job dequeuing tweak (as it seemed to cause lower cpu systems to never do work)

## v2023.12.0-alpha.5

**Released 17 December 2023**
Expand All @@ -43,6 +49,8 @@ This is a detailed list of changes in each version.

- 📦 Added `jpegtran` health check. You know you all wanted it.

- 📦 `WorkQueue` job dequeuing tries to take into account system load to avoid overscheduling

<a id="v2023.11.0-alpha.2"></a>

## v2023.12.0-alpha.3
Expand Down
10 changes: 5 additions & 5 deletions VERSION.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "2023.12.0-alpha.5",
"version": "2023.12.0-alpha.6",
"versionMajor": 2023,
"versionMinor": 12,
"versionPatch": 0,
"versionPrerelease": [
"alpha",
5
6
],
"release": "2023.12.0-alpha.5+20231217214814",
"gitSha": "9cdc7207350c3cab07b8b5255f2134dc354de3a3",
"gitDate": "2023-12-18T05:48:14.000Z"
"release": "2023.12.0-alpha.6+20231217225159",
"gitSha": "0ed4df2dc131e503da6a162b731b022c60a58207",
"gitDate": "2023-12-18T06:51:59.000Z"
}
2 changes: 1 addition & 1 deletion bin/info.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/list.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/logcat.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/logtail.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/photostructure.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/sync.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/web.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/worker.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "photostructure",
"productName": "PhotoStructure",
"author": "PhotoStructure, Inc. <[email protected]>",
"version": "2023.12.0-alpha.5",
"version": "2023.12.0-alpha.6",
"license": "SEE LICENSE IN LICENSE.md",
"description": "PhotoStructure for Servers",
"homepage": "https://photostructure.com/server/photostructure-for-node/",
Expand Down
2 changes: 1 addition & 1 deletion photostructure

Large diffs are not rendered by default.

Binary file modified public/3rd-party-licenses.txt.gz
Binary file not shown.
Binary file modified public/app/about.css.gz
Binary file not shown.
Binary file modified public/app/about.css.map.gz
Binary file not shown.
Binary file modified public/app/about.js.gz
Binary file not shown.
Binary file modified public/app/app.css.gz
Binary file not shown.
Binary file modified public/app/app.css.map.gz
Binary file not shown.
Binary file modified public/app/app.js.gz
Binary file not shown.
Binary file modified public/app/health.css.gz
Binary file not shown.
Binary file modified public/app/health.css.map.gz
Binary file not shown.
Binary file modified public/app/health.js.gz
Binary file not shown.
Binary file modified public/app/install.js.gz
Binary file not shown.
Binary file modified public/app/settings.css.gz
Binary file not shown.
Binary file modified public/app/settings.css.map.gz
Binary file not shown.
Binary file modified public/app/settings.js.gz
Binary file not shown.
Binary file modified public/app/splash.css.gz
Binary file not shown.
Binary file modified public/app/splash.css.map.gz
Binary file not shown.
Binary file modified public/app/splash.js.gz
Binary file not shown.

0 comments on commit 8f0e67f

Please sign in to comment.