File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# ChangeLog
22
3+ ### 0.7.59
4+ - CHANGE: Minor changes
5+
36### 0.7.58
47- CHANGE: Improved package listing (-l option)
58
Original file line number Diff line number Diff line change @@ -211,10 +211,9 @@ def list_packages(show_all_pkgs):
211211 else :
212212 backup_status = Fore .YELLOW + "disabled" + Style .RESET_ALL
213213
214- print (Fore .CYAN + package [1 ] + Style .RESET_ALL )
214+ print (Fore .CYAN + package [1 ] + f" (version: { version } )" + Style .RESET_ALL )
215215 print ("[APP]: " + Style .BRIGHT + package [0 ] + Style .RESET_ALL )
216216 print ("[DIR]: " + Style .BRIGHT + os .path .join ("/data/data/" , package [1 ]) + Style .RESET_ALL )
217- print ("[VERSION]: " + Style .BRIGHT + version + Style .RESET_ALL )
218217 print ("[BACKUP]: " + backup_status )
219218
220219
Original file line number Diff line number Diff line change 55import mpt .config
66from mpt .config import Config
77
8- __version__ = '0.7.58 '
8+ __version__ = '0.7.59 '
99HOME_FOLDER = expanduser ("~" )
1010DEFAULT_MOBILE_FOLDER = os .path .join (HOME_FOLDER , "tools/MOBILE/" )
1111MPT_BIN = os .path .join (DEFAULT_MOBILE_FOLDER , 'bin' )
You can’t perform that action at this time.
0 commit comments