| 2020-12-19 18:38 | misc: Update readme and screenshot | mintsuki | b0d21caa |
| 2020-12-19 18:27 | menu: Add support for home and end bindings in textbox | mintsuki | 638b7454 |
| 2020-12-19 17:30 | limine-install: Fix type mismatch bug | mintsuki | 240dd3ca |
| 2020-12-19 17:28 | menu: Report to the user when text buffer is saturated | mintsuki | e7ee417d |
| 2020-12-19 16:10 | menu: Gracefully handle long lines wrapping in the textbox | mintsuki | 1fa24b49 |
| 2020-12-19 12:52 | panic: Go back to real mode instead of hanging with interrupts disabled so BIOS can handle events like ctrl-alt-delete | mintsuki | b262a642 |
| 2020-12-18 22:01 | menu: Small cosmetic changes to textbox | mintsuki | 8a40112f |
| 2020-12-18 21:38 | menu: Implement prettier entry edit textbox which handles scrolling | mintsuki | 373be351 |
| 2020-12-15 06:45 | menu: Cleanup way escaping editor is handled and check for \n instead of \r in main menu | mintsuki | eb1fd4af |
| 2020-12-15 06:40 | getchar: Return \n when return is pressed instead of passing through \r from int 10h | mintsuki | 44d90c02 |
| 2020-12-15 06:22 | limine-install: General code cleanup | mintsuki | 1c7a9491 |
| 2020-12-10 13:10 | pxe: add stivale2 pxe server info tag | Matteo Semenzato | d38dc9f6 |
| 2020-12-10 08:00 | docs: Explicitly state that the bootloader may ignore kernel header tags in stivale2 | mintsuki | 18992d92 |
| 2020-12-10 07:47 | stivale: Make bootloader reclaImable entries aligned by spec | mintsuki | 3d76435d |
| 2020-12-10 06:34 | docs: Document MENU_BRANDING config key | mintsuki | ed939eb6 |
| 2020-12-10 06:32 | menu: Support changing branding title screen | mintsuki | cdfc454a |
| 2020-12-10 06:22 | uri: Make 'uuid' an alias of 'guid' | mintsuki | 0a8eae7b |
| 2020-12-10 06:13 | part: Implement unified namespace between GPT partition UUIDs and filesystem UUIDs | mintsuki | 08d53bff |
| 2020-12-10 05:52 | misc: Bump version to 0.7 | mintsuki | 7545864f |
| 2020-12-09 12:02 | uri: Add boot resource | mintsuki | 8c910b20 |
| 2020-12-07 18:00 | misc: Update binary images | mintsuki | 9c529853 |
| 2020-12-07 17:37 | Merge pull request #56 from limine-bootloader/embedded_gpt | mint | ead1136c |
| 2020-12-07 17:36 | misc: Revert binary files to unstable's state as to make the PR mergeable | mintsuki | 475abd60 |
| 2020-12-07 17:20 | limine-install: Add more sanity checks and give the choice to install stage 2 to a partition with GPT | mintsuki | eeb647d0 |
| 2020-12-07 16:14 | font: Specify that we use code page 437, use unsigned 8-bit fonts and special characters to print the menu's tree | mintsuki | d40a6a36 |
| 2020-12-06 15:43 | gpt: Embed stage2 code within GPT structures so an extra partition is not needed | mintsuki | 35181c2b |
| 2020-12-05 03:42 | vbe: Add support for user loadable fonts for the menu | mintsuki | 8d04ab1c |
| 2020-12-05 03:31 | docs: Document sub-entries and default expanded entries | mintsuki | 34138387 |
| 2020-12-05 01:10 | stivale: Add support for extended colour information | mintsuki | 6ab44cb0 |
| 2020-12-04 23:44 | elf32: Fix bug where vaddr was used for memory zeroing instead of paddr | mintsuki | 2f486fae |