Releases: bkw777/mainline
Releases · bkw777/mainline
v1.3.12
- new parser for version strings
- handles more of the old & irregular versions correctly
- preserves more info from the version string
old one stripped all non-numeric text like "-dontuse", "-yakkety", etc
new one captures all the extra bits into version_extra - mostly trying to get ready for supporting other kernel flavors than just "-generic"
- fix --install-latest was ignoring point updates
- fix display and cache handling in the case where you have rc kernels enabled, install an rc kernel, and then disable rc kernels, the installed rc kernel was no longer recognized as a mainline kernel and displayed as a distro kernel with the dpkg package version
v1.3.11
v1.3.10
- Switch from Vte.Terminal.spawn_sync to Vte.Terminal.spawn_async to remove the final compiler warning
No more compiler warnings!
The spawn_sync version is still available if needed on older vala versions by commenting out the-D VTE_ASYNC
fromVALACFLAGS := -D VTE_ASYNC
inMakefile
- improve the handling of the terminal and child process a little along the way
v1.3.9
- Selection of different built-in sudo-like command options, plus custom entry.
- Auth commands now take a %s for the payload command, so that the payload command may be embedded within longer strings if needed.
example:su
commandline syntax issu -c "command args args args ..."
which you can specify assu -c "%s"
v1.3.8
v1.3.7
- ditch the thrice-damned progress window
show progress in the infobar instead - improve the terminal behavior a little
save & restore the terminal window position (only the size was working before but not the position)
surface the terminal window when the install/uninstall sctript finishes (this was in there already but broken for a long time) - internal changes that don't show except getting less crashy
v1.3.6
v1.3.5
- hopefully fixed a long-staning random crash that turned out to be caused by the progress window
- removed a lot of code from the progress window and improved appearance, removed non-functional cancel button
- fixed a few other minor bugs from uninitialized variables and order of operations