- Update to version 2.0.0+1:
* Updated README.md and screenshots * Updated version number to 2.0.0 * Update UI * Exit node feature complete * Refactored window.rs and logic.rs * Refactored logic.rs * Updated config logic and window * Updated Cargo.lock for bug * updated ui and adding allow lan * Config file is working * Added Cargo.lock * Updating config.rs * Working on config file * Started working on config for exit-node * Created host exit node functionality and set exit node functionality OBS-URL: https://build.opensuse.org/package/show/X11:COSMIC:Apps/cosmic-ext-applet-tailscale?expand=0&rev=4
This commit is contained in:
parent
66a419da20
commit
beafcaff95
7
_service
7
_service
@ -3,11 +3,12 @@
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="url">https://github.com/cosmic-utils/gui-scale-applet.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">refs/tags/1.0.0</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">main</param>
|
||||
<param name="versionrewrite-pattern">v(.*)\+0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="package-meta">yes</param>
|
||||
<param name="filename">cosmic-ext-applet-tailscale</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="file">*.tar</param>
|
||||
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/cosmic-utils/gui-scale-applet.git</param>
|
||||
<param name="changesrevision">bdc313f026f44d97828db36cbc216d4cef650b98</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be44df9893009ca296f83014fd1b75ca9e461c18d0efe2d0bdb3a55ae8503f45
|
||||
size 154817
|
3
cosmic-ext-applet-tailscale-2.0.0+1.tar.zst
Normal file
3
cosmic-ext-applet-tailscale-2.0.0+1.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff6ca10c148de19537f1233f8dd41d2055a2ad414e7f976e34e24d27d52c8d90
|
||||
size 285568
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 06 03:47:57 UTC 2024 - rrahl0@opensuse.org
|
||||
|
||||
- Update to version 2.0.0+1:
|
||||
* Updated README.md and screenshots
|
||||
* Updated version number to 2.0.0
|
||||
* Update UI
|
||||
* Exit node feature complete
|
||||
* Refactored window.rs and logic.rs
|
||||
* Refactored logic.rs
|
||||
* Updated config logic and window
|
||||
* Updated Cargo.lock for bug
|
||||
* updated ui and adding allow lan
|
||||
* Config file is working
|
||||
* Added Cargo.lock
|
||||
* Updating config.rs
|
||||
* Working on config file
|
||||
* Started working on config for exit-node
|
||||
* Created host exit node functionality and set exit node functionality
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 12 14:25:24 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define appname com.github.bhh32.GUIScaleApplet
|
||||
Name: cosmic-ext-applet-tailscale
|
||||
Version: 1.0.0
|
||||
Version: 2.0.0+1
|
||||
Release: 0
|
||||
Summary: Tailscale applet for the COSMIC Desktop
|
||||
License: BSD-3-Clause
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8eed36a825711dc237bd8f2b82f18404e0bba58b9cff21a5f5c07e6861979412
|
||||
size 68127401
|
||||
oid sha256:c61388f03f143417579ee6121c15467b42eacc0426c01dd61c8690cb8ee0f03d
|
||||
size 82984693
|
||||
|
Loading…
Reference in New Issue
Block a user