Skip to content

Commit

Permalink
v2023.11.0-prealpha.19
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Nov 2, 2023
1 parent a275f8a commit f7e15d7
Show file tree
Hide file tree
Showing 39 changed files with 36 additions and 28 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,17 @@ 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.10.0-prealpha.18
## v2023.11.0-prealpha.19

**Releasing soon**
**Released 2023 November 2**

- 🐛 File hidden tests no longer run on drive letters on windows (`C:\` is reported to be hidden as per `Get-Item`)

- 🐛 Fixed PowerShell health check on Windows

## v2023.11.0-prealpha.18

**Released 2023 November 2**

### ✨ Version checking was added as a health check

Expand Down Expand Up @@ -192,7 +200,7 @@ Several new settings were added to let you suit this feature to your taste:
exclusion globs that are in the library or originals directory hierarchy.
Note that files in NoMedia folders and hidden files (that start with `.`)
are still be ignored.

- 📦 Pulled in latest third-party libraries, including SQLite and ExifTool

- 🛡️ Added a [regex
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.11.0-prealpha.18",
"version": "2023.11.0-prealpha.19",
"versionMajor": 2023,
"versionMinor": 11,
"versionPatch": 0,
"versionPrerelease": [
"prealpha",
18
19
],
"release": "2023.11.0-prealpha.18+20231102152702",
"gitSha": "4b8d192a24a3bcd7545e28be11c53730526d1501",
"gitDate": "2023-11-02T22:27:02.000Z"
"release": "2023.11.0-prealpha.19+20231102163722",
"gitSha": "c53b4343a3ba13824535898a378fd5cd98ea5134",
"gitDate": "2023-11-02T23:37:22.000Z"
}
2 changes: 1 addition & 1 deletion bin/info.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/info.js.map

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/list.js.map

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/logcat.js.map

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/logtail.js.map

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/main.js.map

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/photostructure.js.map

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/sync.js.map

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/web.js.map

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 bin/worker.js.map

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.11.0-prealpha.18",
"version": "2023.11.0-prealpha.19",
"description": "PhotoStructure for Servers",
"repository": {
"type": "git",
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 f7e15d7

Please sign in to comment.