mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-10 03:50:33 +03:00
update for-next-release
This commit is contained in:
parent
78fadc30cd
commit
31a2952cbf
@ -1,27 +1,28 @@
|
||||
SHORT TERM TODO FOR NEXT RELEASE
|
||||
|
||||
Bring in Mauro's new update list code.
|
||||
Bring in Mauro's new update list code. DONE.
|
||||
|
||||
Fix issue where loading/saving queue re-sorts them (have the fix). It should
|
||||
not re-sort -- when loading, it should overwrite or append (see next item);
|
||||
when saving, it should use copy the temp queue to the saved queue, nothing
|
||||
more.
|
||||
more. DONE.
|
||||
|
||||
Fix issue where loading backup or user-saved queue overwrites current tmp
|
||||
queue. Suppose user adds a lot to the queue before going to the queue menu?
|
||||
Instead, maybe automatically append or ask if user wants to overwrite or
|
||||
append (have the fix).
|
||||
append (have the fix). DONE.
|
||||
|
||||
Whitespace cleanups - 70 or 78 columns? Leaning towards 78.
|
||||
Whitespace cleanups - 70 or 78 columns? Leaning towards 78. DONE - 78 :)
|
||||
|
||||
Add code re: unselecting apps in 'view_queue' changes to OFF, instead of
|
||||
removing them (have this working but not committed yet). See sbopkg ML.
|
||||
DONE.
|
||||
|
||||
Once the unselecting code is added, need to revisit how to delete individual
|
||||
items from queue. Maybe have the current "Clear Queue" menu item take the
|
||||
user to another checklist of the queue, but in this one unselecting items
|
||||
/will/ remove them and also offer a button to 'clear' the entire queue at
|
||||
once. See sbopkg ML.
|
||||
once. See sbopkg ML. DONE.
|
||||
|
||||
Fix issue where download does not complete at all -- maybe mirror times out --
|
||||
and currently sbopkg still tests for md5sum, which is dumb. It should know if
|
||||
|
Loading…
Reference in New Issue
Block a user