12 Commits
Author SHA1 Message Date
tothbt 517816b4d9 release 1.1.5
Build and Release Court Pilot / draft (push) Canceled after 0s
Build and Release Court Pilot / windows (push) Canceled after 0s
Build and Release Court Pilot / snap (push) Canceled after 0s
Build and Release Court Pilot / publish (push) Canceled after 0s
2026-09-08 19:15:05 +02:00
tothbt c4c78bbc4c fix typo 2026-09-08 09:50:00 +02:00
tothbt 8190c3264f add missing windows things 2026-09-07 21:51:55 +02:00
tothbt 5c85a1dcfb add missing windows things 2026-09-07 21:32:36 +02:00
tothbt d0a89fe1da add missing windows things 2026-09-07 20:49:24 +02:00
tothbt 12fa701798 add missing windows things 2026-09-07 20:28:14 +02:00
tothbt bdd0812d2d add missing windows things 2026-09-07 20:21:06 +02:00
tothbt 03c3952863 fix executable name 2026-09-07 20:06:24 +02:00
tothbt e5de41d963 fix executable name 2026-09-07 19:50:51 +02:00
tothbt c48f043f7c feat: release 1.1.4
Build and Release Court Pilot / draft (push) Canceled after 0s
Build and Release Court Pilot / windows (push) Canceled after 0s
Build and Release Court Pilot / snap (push) Canceled after 0s
Build and Release Court Pilot / publish (push) Canceled after 0s
* Add LICENCSE
* Set executable name
* Release on the stable channel (snapcraft)
2026-09-07 19:29:00 +02:00
tothbt fbc214d56c use core24 2026-09-06 12:33:16 +02:00
tothbt 486ce47c39 snapcraft and version number fixes 2026-09-06 11:59:01 +02:00
8 changed files with 58 additions and 11 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ jobs:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
with:
snap: ${{ steps.snapcraft.outputs.snap }}
release: edge
release: stable
# ---------------------------------------------------------
# Publish CrabNebula release
+21
View File
@@ -0,0 +1,21 @@
MIT License
Copyright (c) 2026 Court Pilot
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
+4 -4
View File
@@ -1,8 +1,8 @@
{
"name": "court-pilot",
"version": "1.1.3",
"author": "Ionic Framework",
"homepage": "https://ionicframework.com/",
"version": "1.1.5",
"author": "Richard Toth",
"homepage": "https://github.com/tricsusz/court-pilot",
"scripts": {
"ng": "ng",
"start": "ionic serve --host=0.0.0.0",
@@ -67,5 +67,5 @@
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.9.0"
},
"description": "An Ionic project"
"description": "Manage court officials"
}
+9
View File
@@ -0,0 +1,9 @@
[Desktop Entry]
Categories=
Comment=Court Pilot
Exec=court-pilot
StartupWMClass=court-pilot
Icon=${SNAP}/meta/gui/court-pilot.png
Name=court-pilot
Terminal=false
Type=Application
Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

+16 -2
View File
@@ -1,7 +1,18 @@
name: court-pilot
base: core22
title: Court Pilot
contact:
- toth.richard@trweb.hu
issues:
- https://github.com/tricsusz/court-pilot/issues
source-code:
- https://github.com/tricsusz/court-pilot
website:
- https://github.com/tricsusz/court-pilot
license: MIT
base: core24
icon: snap/gui/court-pilot.png
version: '1.1.2'
version: '1.1.4'
summary: Badminton umpire rotation application
@@ -24,6 +35,9 @@ apps:
- network
- home
environment:
LD_LIBRARY_PATH: $SNAP_DESKTOP_RUNTIME/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
parts:
court-pilot:
plugin: dump
+6 -3
View File
@@ -1,7 +1,8 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "court-pilot",
"version": "1.1.3",
"productName": "Court Pilot",
"mainBinaryName": "court-pilot",
"version": "1.1.5",
"identifier": "com.courtpilot.dev",
"build": {
"frontendDist": "../www",
@@ -39,7 +40,9 @@
"android": {
"debugApplicationIdSuffix": ".debug"
},
"createUpdaterArtifacts": true
"createUpdaterArtifacts": true,
"license": "MIT",
"licenseFile": "../LICENSE"
},
"plugins": {
"updater": {
+1 -1
View File
@@ -62,7 +62,7 @@
<ion-col sizeLg="6" pushLg="3">
<ion-item>
<ion-label class="ion-text-center"
>{{ 'version' | translate }}: 1.1.3</ion-label
>{{ 'version' | translate }}: 1.1.5</ion-label
>
</ion-item>
</ion-col>