FedericoBruzzone / tgt

TUI for Telegram written in Rust 🦀
Apache License 2.0
377 stars 13 forks source link

[Iteration Plan] v1.1.0 #37

Open FedericoBruzzone opened 3 months ago

FedericoBruzzone commented 3 months ago

Plan Items

BNF for an item:

Item ::= "-" "[" Check? "]" "[" TestAnnotations FeatureAnnotations "]" Description

Check ::= "x"
Description ::= [\d\w\s]+
TestAnnotations ::= [✅❌]
FeatureAnnotations ::= [🏃✋🙅]
Test annotations: Mark Description
Tests completed
No Tests
Feature annotations: Mark Description
🏃 Work in progress
Blocked task
🙅 Not assigned

Road Map

Test Telegram API

Test TUI


For any kind of additional information do not hesitate to contact us.

noizo commented 3 months ago

Please add brew package for linux/macos

FedericoBruzzone commented 3 months ago

We will definitely do it for the next release :D

gwilkinsong commented 3 months ago

@FedericoBruzzone +1 for brew packages, is there a way to place prebuilt binaries on the 1.0.0 release?

FedericoBruzzone commented 3 months ago

We are planning to do this for the next release, not v1.1.0. A small release with a few bug fixes 🫶

Xpos587 commented 1 week ago

Small release?

FedericoBruzzone commented 1 week ago

Small release?

We can evaluate it. Do you need anything in particular?

Xpos587 commented 1 week ago

Small release?

We can evaluate it. Do you need anything in particular?

I'm waiting for an update, but if you add at least some support for the extension, then that would be great.

FedericoBruzzone commented 2 days ago

What do you mean for "extension"?

Small release?

We can evaluate it. Do you need anything in particular?

I'm waiting for an update, but if you add at least some support for the extension, then that would be great.

What do you mean for "extension"?

Xpos587 commented 2 days ago

What do you mean for "extension"?

Small release?

We can evaluate it. Do you need anything in particular?

I'm waiting for an update, but if you add at least some support for the extension, then that would be great.

What do you mean for "extension"?

An internal API that allows users to create their own modules. For example, I want to write a module that will automatically send a newsletter every morning at 9:00. I also need a module that will automatically take my account offline, and a module that will save deleted messages. I really want to write a module that will analyze my last 100 messages in correspondence and give insights and recommendations.