Compare commits
18 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b78dbbf447 | |||
| d1fd277015 | |||
| da504cb374 | |||
| d7c3b53024 | |||
| 1bf0c1cc6f | |||
| a1f1d1366c | |||
| 424904a640 | |||
| 99671fb588 | |||
| 8c0d4b393d | |||
| 6f70c0dcaf | |||
| 9d8df42ac0 | |||
| 7f764f4d73 | |||
| 06b71729a8 | |||
| c290941e51 | |||
| a3fbb8d3cc | |||
| c7502b7791 | |||
| 288fac1253 | |||
| 0da2eba62e |
4
_service
4
_service
@@ -4,9 +4,9 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">v2.9.1</param>
|
||||
<param name="revision">v3.6.0b</param>
|
||||
<param name="versionrewrite-pattern">v(.*)b</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual">
|
||||
</service>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/Canop/dysk</param>
|
||||
<param name="changesrevision">106440537d0710ea5b75aeae5bb1563289a78fa2</param></service></servicedata>
|
||||
<param name="changesrevision">6eaac2da0c38e7955445098f685c10cf1b3eccb2</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9900a7038177bae71b96990bcdb676f162532ac65ec47800dfa87312b5c0dacd
|
||||
size 3674636
|
||||
3
dysk-3.6.0.obscpio
Normal file
3
dysk-3.6.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f24952e0a2668ed72f0da521d75d332e26d00f161a5c31bea34b33707ee3b418
|
||||
size 1974284
|
||||
111
dysk.changes
111
dysk.changes
@@ -1,3 +1,114 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 12 06:35:10 UTC 2026 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- Update to version 3.6.0:
|
||||
On linux, stats reading is now time bounded, which avoids freezes
|
||||
on unresponding remote volumes or some invalid mounts.
|
||||
A new launch argument lets you tune the timeout, eg dysk
|
||||
--timeout no or dysk --timeout 5ms.
|
||||
This should make the --remote-stats no parameter mostly useless.
|
||||
* version 3.6.0
|
||||
* add test script to gitignore
|
||||
* Nobody ever gives feedback so I'm free to funk the site
|
||||
* update changelog
|
||||
* apply timeout to all disks
|
||||
* allow removing timeout
|
||||
* timeout checked when reading remote stats
|
||||
* fix img links in readme
|
||||
* improve ddoc
|
||||
* website: search
|
||||
* replace mkdocs with ddoc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 04 06:24:10 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- Update to version 3.5.0:
|
||||
* Windows: detect storage spaces - Thanks @mokurin000 and
|
||||
@acieslewicz
|
||||
* silently handle broken pipe on printing to stdout - Fix #104
|
||||
* don't print a TTY Reset when called with --color no or piped to
|
||||
a non TTY stream - Fix #105
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 09 09:43:35 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- Update to version 3.4.0:
|
||||
* version 3.4.0
|
||||
* exclude /Library/Developer from normal mounts
|
||||
* use merged lfs-core
|
||||
* Mac: list mounts not backed by a local phys device
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 02 16:01:39 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- Update to version 3.3.0:
|
||||
* support for getting info by path on windows, eg dysk some/file
|
||||
(was already possible on Linux and Mac)
|
||||
* hide the --strategy argument: there's no reason to use it today
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 30 07:10:44 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- Update to version 3.2.0:
|
||||
* new options column: linux mount options
|
||||
* new compress column: compression algorithm & level - Fix #98
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 09:15:35 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- Update to version 3.1.0:
|
||||
* default strategy on Mac is much faster (about 1000 times
|
||||
faster...)
|
||||
* strategy can be chosen with --strategy diskutil or --strategy
|
||||
iokit (default)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 06:18:57 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- Update to version 3.0.0:
|
||||
* reduce number of keywords in Cargo.toml
|
||||
* update changelog, fix deploy script
|
||||
* remove table of direct links to executables
|
||||
* commit the official deploy script
|
||||
* version 3.0
|
||||
* improve cross compilation
|
||||
* make target.sh compatible with mac
|
||||
* build.sh compatible with non linux local
|
||||
* update doc to mention in runs on mac too
|
||||
* update lfs-core to stop using stat on mac
|
||||
* restore dev major:minor in json
|
||||
* use lfs-core v0.13
|
||||
* Mac: unix device id, PATH argument
|
||||
* make / not normal on mac
|
||||
* make /System/Volumes/Data normal
|
||||
* use lfs-core dependency through github with branch
|
||||
* fix unused import on mac
|
||||
* make /boot not "normal" on linux
|
||||
* WIP - Mac compatibility
|
||||
* add a CONTRIBUTING.md file
|
||||
* add RISC-V pre-built binary
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 13 11:38:52 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- Update to version 2.10.1:
|
||||
* version 2.10.1
|
||||
* do a CSI reset on other termimad tables too
|
||||
* reset style after printing table
|
||||
* update dependencies
|
||||
* clippy
|
||||
* add uuid and partuuid columns to tests
|
||||
* remove mention of broot in website
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 21 14:14:42 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 2.10.0:
|
||||
* update CHANGELOG
|
||||
* add uuid & partuuid in web's columns list
|
||||
* version 2.10 with UUID and PARTUUID
|
||||
* fix colors of search dialog in website
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 14 11:05:54 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: dysk
|
||||
version: 2.9.1
|
||||
mtime: 1725784166
|
||||
commit: 106440537d0710ea5b75aeae5bb1563289a78fa2
|
||||
version: 3.6.0
|
||||
mtime: 1766513364
|
||||
commit: 6eaac2da0c38e7955445098f685c10cf1b3eccb2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package dysk
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: dysk
|
||||
Version: 2.9.1
|
||||
Version: 3.6.0
|
||||
Release: 0
|
||||
Summary: Get information on filesystems, like df but better
|
||||
License: MIT
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5fc131c42e86aa3956fea6c4cdf37bec9171a875dda8d52e2f23eae91f476352
|
||||
size 15428776
|
||||
oid sha256:f6ec617ab1c4fe3d607beb87bc125b3ca1a02794b605cd0758bcd08ee60d453f
|
||||
size 19145747
|
||||
|
||||
Reference in New Issue
Block a user