| Age | Commit message (Expand) | Author |
| 2019-06-10 | Updated with some cleaner behavior for PICK and added SPIN. Also removed | Bruce Hill |
| 2019-06-09 | Fix for being unable to deselect nonexistant files | Bruce Hill |
| 2019-06-06 | Fix for top level '/' dir edge cases | Bruce Hill |
| 2019-06-06 | Bumped version | Bruce Hill |
| 2019-06-06 | Removed some unnecessary +refreshes and just set the dirty bit to 1 | Bruce Hill |
| 2019-06-06 | Removed code for move cursor to position (unused) | Bruce Hill |
| 2019-06-06 | Fixed some wrap/cursor visibility issues | Bruce Hill |
| 2019-06-06 | Removed breadline() and switched to use `ask` when possible, defaulting | Bruce Hill |
| 2019-06-04 | Fixed issue with navigating to parent not selecting previous directory. | Bruce Hill |
| 2019-06-04 | Fixed issue with non-NORMAL_TERM commands that set and reset alt screen, | Bruce Hill |
| 2019-06-04 | Cleaned up scrolling logic | Bruce Hill |
| 2019-05-31 | Improved the randomization a bit, so the numbers are evenly distributed | Bruce Hill |
| 2019-05-31 | Made links dim (-> foo) instead of just the arrow | Bruce Hill |
| 2019-05-31 | Compacting the code, putting column names with widths | Bruce Hill |
| 2019-05-31 | Added "<selection>" virtual directory, added '-' mark for "last | Bruce Hill |
| 2019-05-31 | Moved colwidths to config | Bruce Hill |
| 2019-05-31 | Got rid of +align command, and simplified column width logic (no more | Bruce Hill |
| 2019-05-31 | Fixed some redraw dirty flag issues | Bruce Hill |
| 2019-05-31 | Simplifying interleave code and adding doc | Bruce Hill |
| 2019-05-31 | Moving interleave-dirs back from a full column to just a setting | Bruce Hill |
| 2019-05-31 | Added a bit of extra spacing around columns | Bruce Hill |
| 2019-05-31 | Cleaned up some T_WRAP stuff | Bruce Hill |
| 2019-05-31 | Switched to use cfmakeraw() instead of manually setting a bunch of | Bruce Hill |
| 2019-05-31 | Fixed some stuff with alt screen and spurious output to stdout | Bruce Hill |
| 2019-05-31 | Version bump | Bruce Hill |
| 2019-05-31 | Cleaned up a lot of the cd logic, making path names better-standardized, | Bruce Hill |
| 2019-05-31 | Moved populating files before startup commands, so '+mark:0' works | Bruce Hill |
| 2019-05-31 | Fixed some memory errors, including a use-after-free. Simplified the | Bruce Hill |
| 2019-05-31 | Added permission flags for created bb cmdfile | Bruce Hill |
| 2019-05-31 | Fixed one more qsort argument issue | Bruce Hill |
| 2019-05-31 | Fixing some qsort_r arg problems | Bruce Hill |
| 2019-05-31 | Updating with more mac compatibility | Bruce Hill |
| 2019-05-31 | Got everything working on linux | Bruce Hill |
| 2019-05-30 | realloc() -> reallocf() to be extra safe | Bruce Hill |
| 2019-05-30 | Simplifying command control flow | Bruce Hill |
| 2019-05-30 | Cleaned up a bunch of stuff, including finding entries, a sorting bug, | Bruce Hill |
| 2019-05-30 | Bumped version | Bruce Hill |
| 2019-05-30 | Inlined the options to bb_t, and added a dirty flag instead of the | Bruce Hill |
| 2019-05-30 | Finally got everything working with a refactor to use hash lookups | Bruce Hill |
| 2019-05-30 | Code cleanup | Bruce Hill |
| 2019-05-30 | Updated some doc and removed the "-B" flag for full key binding info | Bruce Hill |
| 2019-05-29 | Deleted CTRL_H functionality. | Bruce Hill |
| 2019-05-29 | Some cleanup of text coloring | Bruce Hill |
| 2019-05-29 | Tweaked some default layout stuff, fixed some flushing issues with | Bruce Hill |
| 2019-05-29 | Removing +opts in favor of just having commands for each setting. Also | Bruce Hill |
| 2019-05-29 | Overhaul of sorting and columns, simplifying and unifying things a bit | Bruce Hill |
| 2019-05-29 | Version bump | Bruce Hill |
| 2019-05-29 | Cleanup of the rendering code, including making the selection column a | Bruce Hill |
| 2019-05-28 | Simplified the opts API a bit, cleaned up the code a little, added a | Bruce Hill |
| 2019-05-28 | Adding comment about . | Bruce Hill |