Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
c184eb5bde | |||
29912e84b0 | |||
789d580e62 |
@ -2,11 +2,19 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
|
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
|
||||||
|
|
||||||
|
#### [1.2.1](https://git.odit.services/lfk/scanclient/compare/1.2.0...1.2.1)
|
||||||
|
|
||||||
|
- feat: add imprint & privacy [`789d580`](https://git.odit.services/lfk/scanclient/commit/789d580e62d2d2fed0e72f3321f299ae05977035)
|
||||||
|
- refactor: move to nginx:1.27-alpine [`29912e8`](https://git.odit.services/lfk/scanclient/commit/29912e84b0e9e1b950eeb22ffe75c1533c0c6913)
|
||||||
|
|
||||||
#### [1.2.0](https://git.odit.services/lfk/scanclient/compare/1.0.3...1.2.0)
|
#### [1.2.0](https://git.odit.services/lfk/scanclient/compare/1.0.3...1.2.0)
|
||||||
|
|
||||||
|
> 6 April 2025
|
||||||
|
|
||||||
- chore: update to new svelte,vite,tailwindcss [`22a8953`](https://git.odit.services/lfk/scanclient/commit/22a8953332855b9797bb2f2d1e9ab1eee7726cce)
|
- chore: update to new svelte,vite,tailwindcss [`22a8953`](https://git.odit.services/lfk/scanclient/commit/22a8953332855b9797bb2f2d1e9ab1eee7726cce)
|
||||||
- chore: pnpm@9 + node@23 [`0ca99e7`](https://git.odit.services/lfk/scanclient/commit/0ca99e7a1693b7f3d3bf25425a4c6b0cf626500d)
|
- chore: pnpm@9 + node@23 [`0ca99e7`](https://git.odit.services/lfk/scanclient/commit/0ca99e7a1693b7f3d3bf25425a4c6b0cf626500d)
|
||||||
- chore: tmp release it swap [`a426e57`](https://git.odit.services/lfk/scanclient/commit/a426e57b6f8a190fb5545a8464c830bde1de528b)
|
- chore: tmp release it swap [`a426e57`](https://git.odit.services/lfk/scanclient/commit/a426e57b6f8a190fb5545a8464c830bde1de528b)
|
||||||
|
- chore(release): 1.2.0 [`5a61c78`](https://git.odit.services/lfk/scanclient/commit/5a61c78fa08da7cb8739917df6a14e4ae74eb001)
|
||||||
- cleanups, brand font, etc. [`b7c1ce9`](https://git.odit.services/lfk/scanclient/commit/b7c1ce947c8959f3b06231892c1c425eeaaba45f)
|
- cleanups, brand font, etc. [`b7c1ce9`](https://git.odit.services/lfk/scanclient/commit/b7c1ce947c8959f3b06231892c1c425eeaaba45f)
|
||||||
- chore(deps): bump some [`fdfb7be`](https://git.odit.services/lfk/scanclient/commit/fdfb7be739ba98534c57ca23f04733138e4c24b9)
|
- chore(deps): bump some [`fdfb7be`](https://git.odit.services/lfk/scanclient/commit/fdfb7be739ba98534c57ca23f04733138e4c24b9)
|
||||||
- feat(ci)!: Switch to woodpecker [`387002b`](https://git.odit.services/lfk/scanclient/commit/387002b261ef2c0681ad6318984581c0e67f4389)
|
- feat(ci)!: Switch to woodpecker [`387002b`](https://git.odit.services/lfk/scanclient/commit/387002b261ef2c0681ad6318984581c0e67f4389)
|
||||||
|
@ -7,5 +7,5 @@ RUN npm i -g pnpm@10.7 && pnpm i
|
|||||||
COPY . .
|
COPY . .
|
||||||
RUN pnpm build
|
RUN pnpm build
|
||||||
|
|
||||||
FROM registry.odit.services/library/nginx-brotli:3.15 AS final
|
FROM registry.odit.services/hub/library/nginx:1.27-alpine AS final
|
||||||
COPY --from=build /app/dist /usr/share/nginx/html
|
COPY --from=build /app/dist /usr/share/nginx/html
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@lfk/scanclient",
|
"name": "@lfk/scanclient",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
@ -172,26 +172,25 @@
|
|||||||
>
|
>
|
||||||
</form>
|
</form>
|
||||||
{/if}
|
{/if}
|
||||||
<div class="text-center pt-12 pb-12">
|
<div class="text-center mt-2">
|
||||||
<p>
|
<p>
|
||||||
<svg
|
powered by <a
|
||||||
style="height: 1rem;display: inline;"
|
href="https://odit.services?ref=lfk"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
fill="none"
|
|
||||||
stroke="currentColor"
|
|
||||||
stroke-width="2"
|
|
||||||
stroke-linecap="round"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
class="feather feather-zap"
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
>
|
|
||||||
<path d="M13 2L3 14h9l-1 8 10-12h-9l1-8z" />
|
|
||||||
</svg><span
|
|
||||||
>powered by <a
|
|
||||||
href="https://odit.services"
|
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="underline">ODIT.Services</a
|
class="underline">ODIT.Services</a
|
||||||
>.</span
|
>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<a
|
||||||
|
href="https://lauf-fuer-kaya.de/datenschutz/"
|
||||||
|
target="_blank"
|
||||||
|
class="underline">Datenschutz</a
|
||||||
|
>
|
||||||
|
-
|
||||||
|
<a
|
||||||
|
href="https://lauf-fuer-kaya.de/impressum/"
|
||||||
|
target="_blank"
|
||||||
|
class="underline">Impressum</a
|
||||||
>
|
>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user