bump di-tui version
This commit is contained in:
parent
7537bf8410
commit
1d6166e390
3 changed files with 35 additions and 3 deletions
34
CHANGELOG.md
34
CHANGELOG.md
|
|
@ -2,7 +2,28 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## [v1.14.0](https://github.com/acaloiaro/di-tui/releases/tag/v1.14.0) (2026-05-02 15:59:24 +0000 UTC)
|
||||
## [v1.15.0](https://github.com/acaloiaro/di-tui/releases/tag/v1.15.0) (2026-07-19 19:09:33 +0000 UTC)
|
||||
|
||||
### Documentation
|
||||
|
||||
- docs: mention that github is a mirror
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
- feat: create first forgejo release
|
||||
|
||||
|
||||
|
||||
## [v1.14.1](https://github.com/acaloiaro/di-tui/releases/tag/v1.14.1) (2026-07-18 16:28:52 +0000 UTC)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- fix: favorites are now network-local
|
||||
|
||||
|
||||
|
||||
## [v1.14.0](https://github.com/acaloiaro/di-tui/releases/tag/v1.14.0) (2026-05-02 16:00:16 +0000 UTC)
|
||||
|
||||
### Features
|
||||
|
||||
|
|
@ -139,6 +160,14 @@
|
|||
## [v1.10.0](https://github.com/acaloiaro/di-tui/releases/tag/v1.10.0) (2024-10-09 14:09:20 -0700 -0700)
|
||||
|
||||
|
||||
## [1.9.3](https://github.com/acaloiaro/di-tui/releases/tag/1.9.3) (2024-10-09 20:41:48 +0000 UTC)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- fix: crash when favorites and channels unavailable
|
||||
|
||||
|
||||
|
||||
## [1.9.2](https://github.com/acaloiaro/di-tui/releases/tag/1.9.2) (2024-06-02 17:56:50 +0000 UTC)
|
||||
|
||||
|
||||
|
|
@ -310,3 +339,6 @@
|
|||
|
||||
|
||||
## [v1.0.1](https://github.com/acaloiaro/di-tui/releases/tag/v1.0.1) (2020-11-08 10:22:32 -0800 -0800)
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
}:
|
||||
buildGoApplication {
|
||||
pname = "di-tui";
|
||||
version = "1.14.0";
|
||||
version = "1.15.0";
|
||||
pwd = ./.;
|
||||
src = ./.;
|
||||
modules = ./gomod2nix.toml;
|
||||
|
|
|
|||
2
main.go
2
main.go
|
|
@ -22,7 +22,7 @@ import (
|
|||
var ctx *context.AppContext
|
||||
var favoritesDebouncer *time.Timer
|
||||
|
||||
const VERSION = "1.14.0"
|
||||
const VERSION = "1.15.0"
|
||||
|
||||
func main() {
|
||||
var err error
|
||||
|
|
|
|||
Loading…
Reference in a new issue