Commit graph

6 commits

Author SHA1 Message Date
Ari Archer 1443f1006c
0.1.5: fix #18
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2023-01-15 15:38:16 +02:00
Ari Archer 9bfc08f357
[CORE] improved code, formatting and fixed some bugs
- Added a better `.gitignore`
- Formatted the `do` script better, made it better in general
- Improved instalation and upgrading instructons
- Removed arrow key support
- Imrproved `README.md` formatting
- Improved the runtime (`__main__.py`) script, improved formatting,
  handling of arguments and added docstrings
- Renamed `colors` to `colours`
- Added type hints to the config file and improved how it handles some
  things
- Improved chat action strings (e.g `uploading video` -> `is uploading a video`)
- Made `COPY_CMD` deprecated, using `pyperclip` instead
- Changed dependency for stability from dynamic to exact
  (`python-telegram>=....` to `python-telegram==....`)

Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
2022-01-01 03:21:24 +02:00
Ari Archer 94ce9fe73c
Implement do push, fixed some API issues and completed more TODOs
- Added drafts
- Fixed some API issues
- Add `do push`
- Added codeQL workflow
2021-12-04 22:15:03 +02:00
Ari Archer c46f7233b5
bump python-telegram from 0.14.0 to >0.15.0 2021-12-03 22:06:55 +02:00
Ari Archer 3f768ff00f
TODOs, improved README and in general code improvements.
- Added upgrading instructions in README
- Improved installation instructions
- Better keymapping support (more customisable)
- More low-level customisation
- Proper daemon initialisation
- Completed some TODOs in code and in README
- Made input design more consistant
- Custom extensions
- Removed/renabled useless variables
- Fixed bugs with update handlers
- Fixed requirement formatting and versioning
2021-12-02 19:40:19 +02:00
Ari Archer 55eebc496e
first commit 2021-11-28 15:56:03 +02:00