SHA256
1
0
forked from pool/moolticute
Files
moolticute/_service
Robert Frohl bb8980756c Accepting request 1114455 from home:fawz:branches:security:privacy
- Update to v1.02.0
    [BLE] Fetch and send password for special no bundle upload
    Remove duplicate service check during import, fix #1148
    [BLE] Remove empty service during integrity check
    Change Credential save error message to more specific, fix #1021
    Prevent Linux Mint dark mode readability issues, fix #1158
    Remove CTRL from shortcut displayed on Advanced tab
    Fix Login and Password length limit for credentials edit
    Fix Login and Password length limit on Credentials tab
    [BLE] Decrease notes images, increase font size
    [BLE] Protect note fetch from parallel fetches, fix #1151
    [BLE] Remove Enabled/Disabled text for BT and Knock detection
    build for ubuntu 23.04
    [BLE] Handle email address during adding credential
    [BLE] Add improve battery life text to disable BLE setting (bundle v13)
    [BLE] Improve notes label name display
    [BLE] Send wake up device when credential requested and device is locked
    Add copy to clipboard for password generation
    [BLE] Add new device settings (paranoid pin entry, battery charge disable - bundle v13)
    [BLE] Fix fetch password for multiple domains
    [BLE] Fix password change for multiple domains
    Handle new tld for existing multiple domain service
    Set password generator length based on device, fix #1174
    [BLE] Add option to continue recondition

OBS-URL: https://build.opensuse.org/request/show/1114455
OBS-URL: https://build.opensuse.org/package/show/security:privacy/moolticute?expand=0&rev=10
2023-10-16 11:22:44 +00:00

21 lines
809 B
Plaintext

<services>
<service name="obs_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/mooltipass/moolticute.git</param>
<param name="filename">moolticute</param>
<param name="package-meta">yes</param>
<param name="revision">v1.02.0</param>
<param name="versionrewrite-pattern">v([0-9\.]*)(-testing)?(.*)</param>
<param name="versionrewrite-replacement">\1\3</param>
<param name="versionformat">@PARENT_TAG@.r@TAG_OFFSET@.g%h</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">moolticute</param>
</service>
<service name="tar" mode="disabled" />
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
</services>