mirror of
https://github.com/alangrainger/immich-public-proxy.git
synced 2025-01-23 16:02:43 +01:00
1.6.2
Fix #52 lightGallery "preload" option doesn't work with infinite scrolling
This commit is contained in:
parent
200fb8848e
commit
f2b751c42f
3 changed files with 5 additions and 5 deletions
|
@ -2,9 +2,9 @@
|
|||
|
||||
<p align="center" width="100%">
|
||||
<a href="https://hub.docker.com/r/alangrainger/immich-public-proxy/tags">
|
||||
<img alt="Docker pulls" src="https://badgen.net/docker/pulls/alangrainger/immich-public-proxy?v1.6.1&icon=docker&label=docker%20pulls&color=green&scale=1.1"></a>
|
||||
<img alt="Docker pulls" src="https://badgen.net/docker/pulls/alangrainger/immich-public-proxy?v1.6.2&icon=docker&label=docker%20pulls&color=green&scale=1.1"></a>
|
||||
<a href="https://github.com/alangrainger/immich-public-proxy/releases/latest">
|
||||
<img alt="Latest release" src="https://badgen.net/static/release/v1.6.1/blue?scale=1.1"></a>
|
||||
<img alt="Latest release" src="https://badgen.net/static/release/v1.6.2/blue?scale=1.1"></a>
|
||||
<a href="https://immich-demo.note.sx/share/gJfs8l4LcJJrBUpjhMnDoKXFt1Tm5vKXPbXl8BgwPtLtEBCOOObqbQdV5i0oun5hZjQ"><img alt="Open demo gallery" src="https://badgen.net/static/↗🖼️/live%20demo/green?scale=1.1"></a>
|
||||
</p>
|
||||
|
||||
|
|
4
app/package-lock.json
generated
4
app/package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "immich-public-proxy",
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "immich-public-proxy",
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.2",
|
||||
"license": "AGPL-3.0",
|
||||
"dependencies": {
|
||||
"archiver": "^7.0.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "immich-public-proxy",
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.2",
|
||||
"scripts": {
|
||||
"dev": "ts-node src/index.ts",
|
||||
"build": "npx tsc",
|
||||
|
|
Loading…
Reference in a new issue