Skip to content

Commit 8f0e67f

Browse files
committed
v2023.12.0-alpha.6
1 parent 5ed4b0d commit 8f0e67f

30 files changed

+24
-16
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ This is a detailed list of changes in each version.
2323

2424
<!-- 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. -->
2525

26+
## v2023.12.0-alpha.6
27+
28+
**Released 17 December 2023**
29+
30+
- 🐛 Reverted alpha.5 `WorkQueue` job dequeuing tweak (as it seemed to cause lower cpu systems to never do work)
31+
2632
## v2023.12.0-alpha.5
2733

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

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

52+
- 📦 `WorkQueue` job dequeuing tries to take into account system load to avoid overscheduling
53+
4654
<a id="v2023.11.0-alpha.2"></a>
4755

4856
## v2023.12.0-alpha.3

VERSION.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "2023.12.0-alpha.5",
2+
"version": "2023.12.0-alpha.6",
33
"versionMajor": 2023,
44
"versionMinor": 12,
55
"versionPatch": 0,
66
"versionPrerelease": [
77
"alpha",
8-
5
8+
6
99
],
10-
"release": "2023.12.0-alpha.5+20231217214814",
11-
"gitSha": "9cdc7207350c3cab07b8b5255f2134dc354de3a3",
12-
"gitDate": "2023-12-18T05:48:14.000Z"
10+
"release": "2023.12.0-alpha.6+20231217225159",
11+
"gitSha": "0ed4df2dc131e503da6a162b731b022c60a58207",
12+
"gitDate": "2023-12-18T06:51:59.000Z"
1313
}

bin/info.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/list.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/logcat.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/logtail.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/main.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/photostructure.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/sync.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/web.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/worker.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "photostructure",
33
"productName": "PhotoStructure",
44
"author": "PhotoStructure, Inc. <[email protected]>",
5-
"version": "2023.12.0-alpha.5",
5+
"version": "2023.12.0-alpha.6",
66
"license": "SEE LICENSE IN LICENSE.md",
77
"description": "PhotoStructure for Servers",
88
"homepage": "https://photostructure.com/server/photostructure-for-node/",

photostructure

+1-1
Large diffs are not rendered by default.

public/3rd-party-licenses.txt.gz

0 Bytes
Binary file not shown.

public/app/about.css.gz

0 Bytes
Binary file not shown.

public/app/about.css.map.gz

0 Bytes
Binary file not shown.

public/app/about.js.gz

0 Bytes
Binary file not shown.

public/app/app.css.gz

0 Bytes
Binary file not shown.

public/app/app.css.map.gz

0 Bytes
Binary file not shown.

public/app/app.js.gz

0 Bytes
Binary file not shown.

public/app/health.css.gz

0 Bytes
Binary file not shown.

public/app/health.css.map.gz

0 Bytes
Binary file not shown.

public/app/health.js.gz

0 Bytes
Binary file not shown.

public/app/install.js.gz

0 Bytes
Binary file not shown.

public/app/settings.css.gz

0 Bytes
Binary file not shown.

public/app/settings.css.map.gz

0 Bytes
Binary file not shown.

public/app/settings.js.gz

0 Bytes
Binary file not shown.

public/app/splash.css.gz

0 Bytes
Binary file not shown.

public/app/splash.css.map.gz

0 Bytes
Binary file not shown.

public/app/splash.js.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)