|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | | -- Empty log buffer when full (#640) |
5 | | -- Improve lisp docs (#639) |
6 | | -- Fix block bitmap utilisation (#637) |
7 | | -- Free unused blocks after rewrite (#636) |
8 | | -- Fix final line ending (#635) |
9 | | -- Bump object from 0.35.0 to 0.36.0 (#624) |
10 | | -- Add shell operator shortcut (#634) |
11 | | -- Fix life status color (#633) |
12 | | -- Fix line iterators (#632) |
13 | | -- Update doc (#631) |
14 | | -- Add file search to find command (#630) |
15 | | -- Add text viewer (#629) |
16 | | -- Improve network logs (#628) |
17 | | -- Rename colors (#625) |
18 | | -- Update install output (#626) |
19 | | -- Refactor install output (#623) |
20 | | -- Add text/plain content type to markdown files (#622) |
21 | | -- Add recursive hash (#621) |
22 | | -- Improve lisp numbers (#618) |
23 | | -- Add device creation from write command (#620) |
24 | | -- Refactor install with copy_file macro (#619) |
25 | | -- Bump num-bigint from 0.4.4 to 0.4.5 (#617) |
26 | | -- Bump num-traits from 0.2.18 to 0.2.19 (#616) |
27 | | -- Bump raw-cpuid from 11.0.1 to 11.0.2 (#613) |
28 | | -- Bump bootloader from 0.9.28 to 0.9.29 (#614) |
29 | | -- Add Intel PRO/1000 PT (#612) |
30 | | -- Bump object from 0.34.0 to 0.35.0 (#611) |
31 | | -- Add e1000 driver (#337) |
32 | | -- Reduce DHCP sleep time (#610) |
33 | | -- Allow copying file to dir (#607) |
34 | | -- Fix HTTP server buffer (#609) |
35 | | -- Fix HTTP server content type (#608) |
36 | | -- Improve RNG (#602) |
37 | | -- Fix invalid VGA palette reset (#605) |
38 | | -- Improve VGA palette parser (#604) |
39 | | -- Fix underflow errors in VGA driver (#603) |
| 4 | + |
| 5 | +## 0.10.4 (2024-06-20) |
| 6 | +- Add Intel PRO/1000 PT ([#612](https://github.com/vinc/moros/pull/612)) |
| 7 | +- Add device creation from write command ([#620](https://github.com/vinc/moros/pull/620)) |
| 8 | +- Add e1000 driver ([#337](https://github.com/vinc/moros/pull/337)) |
| 9 | +- Add file search to find command ([#630](https://github.com/vinc/moros/pull/630)) |
| 10 | +- Add recursive hash ([#621](https://github.com/vinc/moros/pull/621)) |
| 11 | +- Add shell operator shortcut ([#634](https://github.com/vinc/moros/pull/634)) |
| 12 | +- Add text viewer ([#629](https://github.com/vinc/moros/pull/629)) |
| 13 | +- Add text/plain content type to markdown files ([#622](https://github.com/vinc/moros/pull/622)) |
| 14 | +- Allow copying file to dir ([#607](https://github.com/vinc/moros/pull/607)) |
| 15 | +- Empty log buffer when full ([#640](https://github.com/vinc/moros/pull/640)) |
| 16 | +- Fix HTTP server buffer ([#609](https://github.com/vinc/moros/pull/609)) |
| 17 | +- Fix HTTP server content type ([#608](https://github.com/vinc/moros/pull/608)) |
| 18 | +- Fix block bitmap utilisation ([#637](https://github.com/vinc/moros/pull/637)) |
| 19 | +- Fix final line ending ([#635](https://github.com/vinc/moros/pull/635)) |
| 20 | +- Fix invalid VGA palette reset ([#605](https://github.com/vinc/moros/pull/605)) |
| 21 | +- Fix life status color ([#633](https://github.com/vinc/moros/pull/633)) |
| 22 | +- Fix line iterators ([#632](https://github.com/vinc/moros/pull/632)) |
| 23 | +- Fix underflow errors in VGA driver ([#603](https://github.com/vinc/moros/pull/603)) |
| 24 | +- Free unused blocks after rewrite ([#636](https://github.com/vinc/moros/pull/636)) |
| 25 | +- Improve RNG ([#602](https://github.com/vinc/moros/pull/602)) |
| 26 | +- Improve VGA palette parser ([#604](https://github.com/vinc/moros/pull/604)) |
| 27 | +- Improve lisp docs ([#639](https://github.com/vinc/moros/pull/639)) |
| 28 | +- Improve lisp numbers ([#618](https://github.com/vinc/moros/pull/618)) |
| 29 | +- Improve network logs ([#628](https://github.com/vinc/moros/pull/628)) |
| 30 | +- Reduce DHCP sleep time ([#610](https://github.com/vinc/moros/pull/610)) |
| 31 | +- Refactor install output ([#623](https://github.com/vinc/moros/pull/623)) |
| 32 | +- Refactor install with copy_file macro ([#619](https://github.com/vinc/moros/pull/619)) |
| 33 | +- Rename colors ([#625](https://github.com/vinc/moros/pull/625)) |
| 34 | +- Update doc ([#631](https://github.com/vinc/moros/pull/631)) |
| 35 | +- Update install output ([#626](https://github.com/vinc/moros/pull/626)) |
| 36 | +- Bump bootloader from 0.9.28 to 0.9.29 ([#614](https://github.com/vinc/moros/pull/614)) |
| 37 | +- Bump num-bigint from 0.4.4 to 0.4.5 ([#617](https://github.com/vinc/moros/pull/617)) |
| 38 | +- Bump num-traits from 0.2.18 to 0.2.19 ([#616](https://github.com/vinc/moros/pull/616)) |
| 39 | +- Bump object from 0.34.0 to 0.35.0 ([#611](https://github.com/vinc/moros/pull/611)) |
| 40 | +- Bump object from 0.35.0 to 0.36.0 ([#624](https://github.com/vinc/moros/pull/624)) |
| 41 | +- Bump raw-cpuid from 11.0.1 to 11.0.2 ([#613](https://github.com/vinc/moros/pull/613)) |
40 | 42 |
|
41 | 43 | ## 0.10.3 (2024-03-20) |
42 | 44 | - Add ANSI OSC color palette support ([#566](https://github.com/vinc/moros/pull/566)) |
|
0 commit comments