|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | | -- Update Rust from nightly-2023-12-01 to nightly-2024-03-01 (#598) |
5 | | -- Update unit conversions (#597) |
6 | | -- Update documentation (#592) |
7 | | -- Improve setup process (#596) |
8 | | -- Improve warning when MFS is not mounted (#595) |
9 | | -- Bump pic8259 from 0.10.4 to 0.11.0 (#594) |
10 | | -- Bump object from 0.33.0 to 0.34.0 (#593) |
11 | | -- Add drive device (#555) |
12 | | -- Add memory dump command (#574) |
13 | | -- Fix shell autocomplete (#591) |
14 | | -- Update x86_64 crate from 0.14.12 to 0.15.0 (#590) |
15 | | -- Bump object from 0.32.2 to 0.33.0 (#589) |
16 | | -- Add env vars to customize screen size (#585) |
17 | | -- Bump bootloader from 0.9.24 to 0.9.28 (#586) |
18 | | -- Add timeout to socket accept (#584) |
19 | | -- Skip ATA drive selection when not needed (#576) |
20 | | -- Initialize ACPI module at boot time (#583) |
21 | | -- Display non printable ascii chars with a dark dot (#580) |
22 | | -- Add time synchronisation with NTP (#579) |
23 | | -- Run clippy (#581) |
24 | | -- Add kernel log to buffer in memory (#578) |
25 | | -- Bump x86_64 from 0.14.11 to 0.14.12 (#577) |
26 | | -- Fix socket status reading (#575) |
27 | | -- Bump num-traits from 0.2.17 to 0.2.18 (#572) |
28 | | -- Fix random memory issues (#573) |
29 | | -- Bump bootloader from 0.9.23 to 0.9.24 (#571) |
30 | | -- Add hashbang support to execute scripts (#570) |
31 | | -- Refactor everything to stay below 80 chars per line (#567) |
32 | | -- Add ANSI OSC color palette support (#566) |
33 | | -- Bump uart_16550 from 0.2.19 to 0.3.0 (#524) |
34 | | -- Bump object from 0.32.1 to 0.32.2 (#564) |
35 | | -- Bump smoltcp from 0.10.0 to 0.11.0 (#565) |
36 | | -- Add escape sequences to shell (#558) |
| 4 | + |
| 5 | +## 0.10.3 (2024-03-20) |
| 6 | +- Add ANSI OSC color palette support ([#566](https://github.com/vinc/moros/pull/566)) |
| 7 | +- Add drive device ([#555](https://github.com/vinc/moros/pull/555)) |
| 8 | +- Add env vars to customize screen size ([#585](https://github.com/vinc/moros/pull/585)) |
| 9 | +- Add escape sequences to shell ([#558](https://github.com/vinc/moros/pull/558)) |
| 10 | +- Add hashbang support to execute scripts ([#570](https://github.com/vinc/moros/pull/570)) |
| 11 | +- Add kernel log to buffer in memory ([#578](https://github.com/vinc/moros/pull/578)) |
| 12 | +- Add memory dump command ([#574](https://github.com/vinc/moros/pull/574)) |
| 13 | +- Add time synchronisation with NTP ([#579](https://github.com/vinc/moros/pull/579)) |
| 14 | +- Add timeout to socket accept ([#584](https://github.com/vinc/moros/pull/584)) |
| 15 | +- Display non printable ascii chars with a dark dot ([#580](https://github.com/vinc/moros/pull/580)) |
| 16 | +- Fix random memory issues ([#573](https://github.com/vinc/moros/pull/573)) |
| 17 | +- Fix shell autocomplete ([#591](https://github.com/vinc/moros/pull/591)) |
| 18 | +- Fix socket status reading ([#575](https://github.com/vinc/moros/pull/575)) |
| 19 | +- Improve setup process ([#596](https://github.com/vinc/moros/pull/596)) |
| 20 | +- Improve warning when MFS is not mounted ([#595](https://github.com/vinc/moros/pull/595)) |
| 21 | +- Initialize ACPI module at boot time ([#583](https://github.com/vinc/moros/pull/583)) |
| 22 | +- Refactor everything to stay below 80 chars per line ([#567](https://github.com/vinc/moros/pull/567)) |
| 23 | +- Run clippy ([#581](https://github.com/vinc/moros/pull/581)) |
| 24 | +- Skip ATA drive selection when not needed ([#576](https://github.com/vinc/moros/pull/576)) |
| 25 | +- Update Rust from nightly-2023-12-01 to nightly-2024-03-01 ([#598](https://github.com/vinc/moros/pull/598)) |
| 26 | +- Update documentation ([#592](https://github.com/vinc/moros/pull/592)) |
| 27 | +- Update unit conversions ([#597](https://github.com/vinc/moros/pull/597)) |
| 28 | +- Update x86_64 crate from 0.14.12 to 0.15.0 ([#590](https://github.com/vinc/moros/pull/590)) |
| 29 | +- Bump bootloader from 0.9.23 to 0.9.24 ([#571](https://github.com/vinc/moros/pull/571)) |
| 30 | +- Bump bootloader from 0.9.24 to 0.9.28 ([#586](https://github.com/vinc/moros/pull/586)) |
| 31 | +- Bump num-traits from 0.2.17 to 0.2.18 ([#572](https://github.com/vinc/moros/pull/572)) |
| 32 | +- Bump object from 0.32.1 to 0.32.2 ([#564](https://github.com/vinc/moros/pull/564)) |
| 33 | +- Bump object from 0.32.2 to 0.33.0 ([#589](https://github.com/vinc/moros/pull/589)) |
| 34 | +- Bump object from 0.33.0 to 0.34.0 ([#593](https://github.com/vinc/moros/pull/593)) |
| 35 | +- Bump pic8259 from 0.10.4 to 0.11.0 ([#594](https://github.com/vinc/moros/pull/594)) |
| 36 | +- Bump smoltcp from 0.10.0 to 0.11.0 ([#565](https://github.com/vinc/moros/pull/565)) |
| 37 | +- Bump uart_16550 from 0.2.19 to 0.3.0 ([#524](https://github.com/vinc/moros/pull/524)) |
| 38 | +- Bump x86_64 from 0.15.0 to 0.15.1 ([#600](https://github.com/vinc/moros/pull/600)) |
| 39 | +- Bump x86_64 from 0.14.11 to 0.14.12 ([#577](https://github.com/vinc/moros/pull/577)) |
37 | 40 |
|
38 | 41 | ## 0.10.2 (2023-12-22) |
39 | 42 | - Add basic userspace allocator ([#544](https://github.com/vinc/moros/pull/544)) |
|
0 commit comments