Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 60708dac4f | |||
|
|
90f5299ccb | ||
| e6a28e1b3b | |||
|
|
58f14aec1a |
32
hut.changes
32
hut.changes
@@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 1 10:35:46 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- Update to version 0.7.0:
|
||||
* Added:
|
||||
+ git webhook handling
|
||||
+ git setup command that configures a repository for "git send-email" via
|
||||
the project config file
|
||||
+ pages ACL handling
|
||||
+ "Update" command for multiple resources
|
||||
+ "count" flag for all list commands. The number of items that should be
|
||||
fetched by hut can now be specified. This is especially useful when
|
||||
redirecting "stdout" and not using the interactive pager.
|
||||
* Changed:
|
||||
+ Some list commands, like ticket list and patchset list, support filtering
|
||||
by status now and will only show actionable items by default (proposed
|
||||
patches, open tickets)
|
||||
+ hut will check all git remotes now instead of just origin
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 22 14:51:53 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- Update to version 0.6.0:
|
||||
- Project config: To make using hut a more seamless experience and help
|
||||
new contributors, a config file can be added to repositories.
|
||||
- Lots of new "hg" commands.
|
||||
- "update" commands for most resources.
|
||||
- Pager no longer messes up terminal on an internal error.
|
||||
- hut now checks whether "stdin" is an interactive terminal when it
|
||||
decides whether input should be read from "$EDITOR" or "stdin".
|
||||
- The deprecated not-found flag has been removed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 8 10:16:33 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
|
||||
4
hut.spec
4
hut.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package hut
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 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: hut
|
||||
Version: 0.5.0
|
||||
Version: 0.7.0
|
||||
Release: 0
|
||||
Summary: A CLI tool for sr.ht
|
||||
License: AGPL-3.0-or-later
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f78917a2da718b0317cd73307549f429340c7f5cac84c6356341e4fae800cc1
|
||||
size 129041
|
||||
3
v0.7.0.tar.gz
Normal file
3
v0.7.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5975f940740dd816057ab3cf20cebde3ece3250891952a566f8555f73fb67b21
|
||||
size 149392
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61ae8d99b78c5d9c594477e3cb5350419b4a299520eb48ca7b8f950d4744e531
|
||||
size 1385785
|
||||
oid sha256:af0d2ae38ead21c28f85a85afcecd1f222bc184b2fb7248cafcb0dad5750b19a
|
||||
size 1423124
|
||||
|
||||
Reference in New Issue
Block a user