Kirill Müller 
							
						 
					 
					
						
						
							
						
						15052b4dcc 
					 
					
						
						
							
							fix: Reenable -p and --limit switches ( #778 )  
						
						... 
						
						
						
						Reduced version of #776 , without the new tests.
Fixes  #771 .
Reviewed-on: https://gitea.com/gitea/tea/pulls/778 
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: Kirill Müller <kirill@cynkra.com >
Co-committed-by: Kirill Müller <kirill@cynkra.com > 
						
						
							
						
					 
					
						2025-07-14 14:28:35 +00:00 
						 
				 
			
				
					
						
							
							
								Lunny Xiao 
							
						 
					 
					
						
						
							
						
						8212d5f527 
					 
					
						
						
							
							Update release ci ( #768 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/768  
						
						
							
 
						
					 
					
						2025-06-16 19:23:55 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						d536242aa9 
					 
					
						
						
							
							chore(deps): update crazy-max/ghaction-import-gpg action to v6 ( #736 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg ) | action | major | `v5` -> `v6` |
---
### Release Notes
<details>
<summary>crazy-max/ghaction-import-gpg (crazy-max/ghaction-import-gpg)</summary>
### [`v6`](https://github.com/crazy-max/ghaction-import-gpg/compare/v5...v6 )
[Compare Source](https://github.com/crazy-max/ghaction-import-gpg/compare/v5...v6 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦  **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update again.
---
 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/tea/pulls/736 
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-06-16 17:10:55 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						ffff540aa7 
					 
					
						
						
							
							fix(deps): update module github.com/urfave/cli/v3 to v3.3.8 ( #766 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/urfave/cli/v3](https://github.com/urfave/cli ) | require | patch | `v3.3.3` -> `v3.3.8` |
---
### Release Notes
<details>
<summary>urfave/cli (github.com/urfave/cli/v3)</summary>
### [`v3.3.8`](https://github.com/urfave/cli/releases/tag/v3.3.8 )
[Compare Source](https://github.com/urfave/cli/compare/v3.3.7...v3.3.8 )
#### What's Changed
-   Remove "alpha" wording around `v3` series by [@​meatballhat](https://github.com/meatballhat ) in https://github.com/urfave/cli/pull/2155 
**Full Changelog**: https://github.com/urfave/cli/compare/v3.3.7...v3.3.8 
### [`v3.3.7`](https://github.com/urfave/cli/releases/tag/v3.3.7 )
[Compare Source](https://github.com/urfave/cli/compare/v3.3.6...v3.3.7 )
#### What's Changed
-   fix: add missing `IsLocal` for BoolWithInverseFlag by [@​huiyifyj](https://github.com/huiyifyj ) in https://github.com/urfave/cli/pull/2151 
-   Fix OnUsageError Trigger When Error Is Caused by Mutually Exclusive Flags by [@​Ali-Doustkani](https://github.com/Ali-Doustkani ) in https://github.com/urfave/cli/pull/2152 
#### New Contributors
-   [@​Ali-Doustkani](https://github.com/Ali-Doustkani ) made their first contribution in https://github.com/urfave/cli/pull/2152 
**Full Changelog**: https://github.com/urfave/cli/compare/v3.3.6...v3.3.7 
### [`v3.3.6`](https://github.com/urfave/cli/releases/tag/v3.3.6 )
[Compare Source](https://github.com/urfave/cli/compare/v3.3.5...v3.3.6 )
#### What's Changed
-   Fish completions with identically named sub-commands now work by [@​bittrance](https://github.com/bittrance ) in https://github.com/urfave/cli/pull/2130 
**Full Changelog**: https://github.com/urfave/cli/compare/v3.3.5...v3.3.6 
### [`v3.3.5`](https://github.com/urfave/cli/releases/tag/v3.3.5 )
[Compare Source](https://github.com/urfave/cli/compare/v3.3.4...v3.3.5 )
#### What's Changed
-   Fix:(issue\_2137) Ensure default value for bool with inverse flag is h… by [@​dearchap](https://github.com/dearchap ) in https://github.com/urfave/cli/pull/2138 
-   Fix:(issue\_2131) Show help text for BoolWithInverseFlag by [@​Juneezee](https://github.com/Juneezee ) in https://github.com/urfave/cli/pull/2142 
**Full Changelog**: https://github.com/urfave/cli/compare/v3.3.4...v3.3.5 
### [`v3.3.4`](https://github.com/urfave/cli/releases/tag/v3.3.4 )
[Compare Source](https://github.com/urfave/cli/compare/v3.3.3...v3.3.4 )
#### What's Changed
-   Fix Docs(issue\_2125) Add PathFlag to StringFlag migration by [@​dearchap](https://github.com/dearchap ) in https://github.com/urfave/cli/pull/2136 
-   fix: remove extraneous space from subcommand help template by [@​G-Rath](https://github.com/G-Rath ) in https://github.com/urfave/cli/pull/2140 
-   Fix:(issue\_2135) Correct formatting of default subcommand USAGE text by [@​zzspoon](https://github.com/zzspoon ) in https://github.com/urfave/cli/pull/2139 
#### New Contributors
-   [@​zzspoon](https://github.com/zzspoon ) made their first contribution in https://github.com/urfave/cli/pull/2139 
**Full Changelog**: https://github.com/urfave/cli/compare/v3.3.3...v3.3.4 
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦  **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update again.
---
 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40OS42IiwidXBkYXRlZEluVmVyIjoiNDAuNDkuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Reviewed-on: https://gitea.com/gitea/tea/pulls/766 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-06-16 17:07:00 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						f09d6ca46b 
					 
					
						
						
							
							fix(deps): update module github.com/go-git/go-git/v5 to v5.16.2 ( #765 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/765 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
 
						
					 
					
						2025-06-10 14:52:26 +00:00 
						 
				 
			
				
					
						
							
							
								TheFox0x7 
							
						 
					 
					
						
						
							
						
						0e54bae0c4 
					 
					
						
						
							
							migrate tea to urfave v3 ( #760 )  
						
						... 
						
						
						
						I tested this somewhat, but I haven't been using the cli before so I'm not sure if there are changes - there shouldn't be though.
Reviewed-on: https://gitea.com/gitea/tea/pulls/760 
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: TheFox0x7 <thefox0x7@gmail.com >
Co-committed-by: TheFox0x7 <thefox0x7@gmail.com > 
						
						
							
						
					 
					
						2025-06-10 05:19:59 +00:00 
						 
				 
			
				
					
						
							
							
								JD Daniels 
							
						 
					 
					
						
						
							
						
						5420af1dfa 
					 
					
						
						
							
							fix: support SSH remotes with non-standard ports ( #761 )  
						
						... 
						
						
						
						The SSH host matching logic in contextFromLocalRepo only compared
exact host:port combinations. This failed for SSH remotes using
non-standard ports because the login SSH host configuration typically
stores just the hostname without the port.
This change allows matching both the full host:port string and the
hostname-only version against the configured SSH host, enabling
tea to work with SSH remotes on non-standard ports.
Fixes issue where commands requiring RemoteRepo failed with
'Remote repository required' error when using SSH on custom ports.
Signed-off-by: JD Daniels <jd@danielsdynamic.ca >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/tea/pulls/761 
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: JD Daniels <jd@danielsdynamic.ca >
Co-committed-by: JD Daniels <jd@danielsdynamic.ca > 
						
						
							
						
					 
					
						2025-06-07 03:21:11 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						177b7397f3 
					 
					
						
						
							
							fix(deps): update module github.com/go-git/go-git/v5 to v5.16.1 ( #762 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/762 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-06-06 00:13:48 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						11ec662434 
					 
					
						
						
							
							fix(deps): update module golang.org/x/crypto to v0.39.0 ( #764 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/764 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-06-06 00:13:38 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						8b1601c955 
					 
					
						
						
							
							chore(deps): update dependency go to v1.24.4 ( #763 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/763 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-06-06 00:13:27 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						213f976dcf 
					 
					
						
						
							
							fix(deps): update module github.com/olekukonko/tablewriter to v1.0.7 ( #759 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/759 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-05-28 15:10:06 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						59b35fecfe 
					 
					
						
						
							
							fix(deps): update module github.com/olekukonko/tablewriter to v1.0.5 ( #758 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/758 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-05-15 15:34:37 +00:00 
						 
				 
			
				
					
						
							
							
								techknowlogick 
							
						 
					 
					
						
						
							
						
						d4887f6b9d 
					 
					
						
						
							
							Bump Table Dep ( #757 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/757 
Co-authored-by: techknowlogick <techknowlogick@gitea.com >
Co-committed-by: techknowlogick <techknowlogick@gitea.com > 
						
						
							
						
					 
					
						2025-05-13 21:03:46 +00:00 
						 
				 
			
				
					
						
							
							
								techknowlogick 
							
						 
					 
					
						
						
							
						
						c5f398dcd2 
					 
					
						
						
							
							minor helper fixes ( #756 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/756 
Co-authored-by: techknowlogick <techknowlogick@gitea.com >
Co-committed-by: techknowlogick <techknowlogick@gitea.com > 
						
						
							
						
					 
					
						2025-05-13 20:55:41 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						9cb0d8baa1 
					 
					
						
						
							
							chore(deps): update dependency go to v1.24.3 ( #754 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/754 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-05-13 18:34:44 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						662d441e3a 
					 
					
						
						
							
							fix(deps): update module golang.org/x/crypto to v0.38.0 ( #751 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/751 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-05-06 03:54:32 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						894646a83c 
					 
					
						
						
							
							fix(deps): update module github.com/go-git/go-git/v5 to v5.16.0 ( #748 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/748 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-05-06 03:45:41 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						4adc925aa1 
					 
					
						
						
							
							fix(deps): update module github.com/charmbracelet/glamour to v0.10.0 ( #749 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/749 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-05-06 03:45:16 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						affef1980e 
					 
					
						
						
							
							fix(deps): update module golang.org/x/oauth2 to v0.30.0 ( #752 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/752 
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-05-06 03:44:39 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						6efa25d0f7 
					 
					
						
						
							
							fix(deps): update module github.com/go-git/go-git/v5 to v5.15.0 ( #747 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/747 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-04-12 00:58:08 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						2e389349e1 
					 
					
						
						
							
							fix(deps): update module github.com/charmbracelet/glamour to v0.9.1 ( #735 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/735 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-04-11 00:16:55 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						2f9bc0f8d9 
					 
					
						
						
							
							fix(deps): update module golang.org/x/oauth2 to v0.29.0 ( #742 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/742 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-04-11 00:16:27 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						2e4422577b 
					 
					
						
						
							
							fix(deps): update module code.gitea.io/sdk/gitea to v0.21.0 ( #740 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/740 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-04-10 18:29:04 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						1ea89f3409 
					 
					
						
						
							
							fix(deps): update module golang.org/x/crypto to v0.37.0 ( #743 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/743 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-04-10 18:26:21 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						d2c9df3b17 
					 
					
						
						
							
							chore(deps): update ghcr.io/devcontainers/features/git-lfs docker tag to v1.2.4 ( #745 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/745 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-04-10 18:25:13 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						21ede75fee 
					 
					
						
						
							
							chore(deps): update dependency go to v1.24.2 ( #739 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/739 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-04-03 18:17:36 +00:00 
						 
				 
			
				
					
						
							
							
								techknowlogick 
							
						 
					 
					
						
						
							
						
						d633e3018d 
					 
					
						
						
							
							test fallback to v5 for gpg action  
						
						
						
						
							
						
					 
					
						2025-03-19 01:56:55 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						3447e0b6ab 
					 
					
						
						
							
							fix(deps): update module golang.org/x/oauth2 to v0.28.0 ( #734 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/734 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-03-19 01:55:45 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						1681af8a3e 
					 
					
						
						
							
							fix(deps): update module golang.org/x/crypto to v0.36.0 ( #730 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/730 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-03-18 17:28:43 +00:00 
						 
				 
			
				
					
						
							
							
								techknowlogick 
							
						 
					 
					
						
						
							
						
						62dc1dde95 
					 
					
						
						
							
							Login via oauth2 flow ( #725 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/725 
Co-authored-by: techknowlogick <techknowlogick@gitea.com >
Co-committed-by: techknowlogick <techknowlogick@gitea.com > 
						
						
							
						
					 
					
						2025-03-18 17:01:49 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						e82dd9e08d 
					 
					
						
						
							
							fix(deps): update module github.com/urfave/cli/v2 to v2.27.6 ( #729 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/729 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-03-18 16:46:15 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						9785f6acf7 
					 
					
						
						
							
							fix(deps): update module github.com/charmbracelet/glamour to v0.9.0 ( #732 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/732 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-03-18 16:45:49 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						5d78e27542 
					 
					
						
						
							
							chore(deps): update mcr.microsoft.com/devcontainers/go docker tag to v1.24 ( #733 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/733 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-03-18 16:45:38 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						e2c199fcd5 
					 
					
						
						
							
							chore(deps): update dependency go to v1.24.1 ( #728 )  
						
						... 
						
						
						
						This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [go](https://go.dev/ ) ([source](https://github.com/golang/go )) | toolchain | patch | `1.24.0` -> `1.24.1` |
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦  **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕  **Ignore**: Close this PR and you won't be reminded about this update again.
---
 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNyIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: https://gitea.com/gitea/tea/pulls/728 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-03-05 01:45:28 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						9888ca69b2 
					 
					
						
						
							
							fix(deps): update module github.com/go-git/go-git/v5 to v5.14.0 ( #724 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/724 
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-02-28 01:57:47 +00:00 
						 
				 
			
				
					
						
							
							
								Vincent Neubauer 
							
						 
					 
					
						
						
							
						
						57e3400f0f 
					 
					
						
						
							
							Feat: interactive issue edit command ( #708 )  
						
						... 
						
						
						
						If there are no flags passed to the `issues edit` command, it prompts
for changes to the properties like title, description, labels, etc.
This is a follow-up to <https://gitea.com/gitea/tea/pulls/506 >.
Closes: <https://gitea.com/gitea/tea/issues/605 >
Co-authored-by: techknowlogick <techknowlogick@noreply.gitea.com >
Reviewed-on: https://gitea.com/gitea/tea/pulls/708 
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: Vincent Neubauer <v.neubauer@darlor.de >
Co-committed-by: Vincent Neubauer <v.neubauer@darlor.de > 
						
						
							
						
					 
					
						2025-02-27 18:49:24 +00:00 
						 
				 
			
				
					
						
							
							
								techknowlogick 
							
						 
					 
					
						
						
							
						
						60636cd7d8 
					 
					
						
						
							
							Use flakes vs devbox ( #723 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/723 
Co-authored-by: techknowlogick <techknowlogick@gitea.com >
Co-committed-by: techknowlogick <techknowlogick@gitea.com > 
						
						
							
						
					 
					
						2025-02-27 18:33:37 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						47ee397110 
					 
					
						
						
							
							chore(deps): update dependency go to v1.24.0 ( #719 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/719 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-02-26 16:11:22 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						b4655aefc4 
					 
					
						
						
							
							fix(deps): update module golang.org/x/crypto to v0.35.0 ( #721 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/721 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-02-26 16:10:39 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						aba2dadcfd 
					 
					
						
						
							
							fix(deps): update module github.com/muesli/termenv to v0.16.0 ( #720 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/720 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-02-26 16:10:21 +00:00 
						 
				 
			
				
					
						
							
							
								Matheus Sampaio Queiroga 
							
						 
					 
					
						
						
							
						
						c2ddda6800 
					 
					
						
						
							
							Fix helper panic ( #676 )  
						
						... 
						
						
						
						Fix helper on get login struct
Reviewed-on: https://gitea.com/gitea/tea/pulls/676 
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com >
Co-committed-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com > 
						
						
							
						
					 
					
						2025-02-26 16:09:06 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						fe1928679a 
					 
					
						
						
							
							chore(deps): update dependency go ( #715 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/715 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-02-16 17:46:19 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						681e665a59 
					 
					
						
						
							
							fix(deps): update module golang.org/x/crypto to v0.33.0 ( #718 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/718 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-02-16 17:45:59 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						72790aa50a 
					 
					
						
						
							
							fix(deps): update module github.com/go-git/go-git/v5 to v5.13.2 ( #713 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/713 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-01-27 02:10:31 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						1c24e199f7 
					 
					
						
						
							
							chore(deps): update dependency go to v1.23.5 ( #712 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/712 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-01-23 18:15:26 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						8efa1aaf1f 
					 
					
						
						
							
							fix(deps): update module code.gitea.io/sdk/gitea to v0.20.0 ( #711 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/711 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-01-10 17:55:51 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						bc29fa5c9c 
					 
					
						
						
							
							fix(deps): update module golang.org/x/crypto to v0.32.0 ( #710 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/710 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-01-10 17:55:38 +00:00 
						 
				 
			
				
					
						
							
							
								Nithin Philips 
							
						 
					 
					
						
						
							
						
						f3fe2a0532 
					 
					
						
						
							
							release create: Add --note-file flag to read release notes from a file ( #678 )  
						
						... 
						
						
						
						Add  a `--note-file` argument to pass a file with multi-line release notes instead of trying to pass as an argument using `--note`.
Co-authored-by: Lunny Xiao <lunny@noreply.gitea.com >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/tea/pulls/678 
Reviewed-by: Lunny Xiao <lunny@noreply.gitea.com >
Co-authored-by: Nithin Philips <nithin@nithinphilips.com >
Co-committed-by: Nithin Philips <nithin@nithinphilips.com > 
						
						
							
						
					 
					
						2025-01-08 05:00:21 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						54b3f8e5b2 
					 
					
						
						
							
							fix(deps): update module golang.org/x/term to v0.28.0 ( #709 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/709 
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-01-06 04:32:32 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						4e0fab6e7f 
					 
					
						
						
							
							fix(deps): update module github.com/go-git/go-git/v5 to v5.13.1 ( #707 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/tea/pulls/707 
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2025-01-03 04:09:44 +00:00