diff --git a/config.example.ini b/config.example.ini index f924539..2e0f207 100644 --- a/config.example.ini +++ b/config.example.ini @@ -13,12 +13,10 @@ mouse-support=false # Timelines adds windows of feeds. You can customize the number of feeds, what # they should show and the key to activate them. # -# Available timelines: home, direct, local, federated, special-all, -# special-boosts, special-replies, bookmarks, saved, favorited, notifications, -# lists, tag +# Available timelines: home, direct, local, federated, special, bookmarks, +# saved, favorited, notifications, lists, tag # -# The ones named special-* are the home timeline with only boosts and/or -# replies. All contains both, -boosts only boosts and -replies only replies. +# The one named special are the home timeline with only boosts and/or replies. # # Tag is special as you need to add the tag after, see the example below. # diff --git a/config/default_config.go b/config/default_config.go index 5c37d0d..ce09bfb 100644 --- a/config/default_config.go +++ b/config/default_config.go @@ -15,12 +15,10 @@ mouse-support=false # Timelines adds windows of feeds. You can customize the number of feeds, what # they should show and the key to activate them. # -# Available timelines: home, direct, local, federated, special-all, -# special-boosts, special-replies, bookmarks, saved, favorited, notifications, -# lists, tag +# Available timelines: home, direct, local, federated, special, bookmarks, +# saved, favorited, notifications, lists, tag # -# The ones named special-* are the home timeline with only boosts and/or -# replies. All contains both, -boosts only boosts and -replies only replies. +# The one named special are the home timeline with only boosts and/or replies. # # Tag is special as you need to add the tag after, see the example below. # diff --git a/main.go b/main.go index 37a7c80..0518b4c 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( "github.com/rivo/tview" ) -const version = "1.0.27" +const version = "1.0.28" func main() { util.SetTerminalTitle("tut")