Release 0.2.5 - add app updater
Switches from argparse
's builtin --version
to some new functions:
check_latest_release()
update_dbmenu()
-
adds a
dataclass
toGethub
with useful public endpoints to makes the class more useful for querying Github's API for different repos -
adds optional app updates to the
-v
/--version
options- uses
importlib.metadata
to detect the app version frompyproject.toml
- by default
dbmenu
can be force updated withpipx
with a 2nd option to usepip
- uses
-
changes the default option to
Y
for creating theimages
directory (that holds thestandard
templates)
Full Changelog: 0.2.4...0.2.5