|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
5 | | -- Remove superfluous use of lazy_static (#364) |
6 | | -- Use exit code to set status var (#360) |
7 | | -- Add shell aliases (#357) |
8 | | -- Bump object from 0.28.4 to 0.29.0 (#358) |
9 | | -- Fix args ptr alignment (#359) |
10 | | -- Improve regex for redirections (#356) |
11 | | -- Store current direction in DIR shell variable (#355) |
12 | | -- Add userspace entry_point macro (#354) |
13 | | -- Add shell globbing (#352) |
14 | | -- Read command line args from userspace programs (#351) |
15 | | -- Add binaries (#350) |
16 | | -- Executable loading (#349) |
17 | | -- Add shell variables (#348) |
18 | | -- Improve Lisp (#344) |
19 | | -- Add lazy allocation (#275) |
20 | | -- Replace clock syscalls with device files (#345) |
21 | | -- Add time command (#346) |
22 | | -- Bump smoltcp from 0.8.0 to 0.8.1 (#342) |
23 | | -- Add socket command (#341) |
24 | | -- Bump object from 0.28.3 to 0.28.4 (#339) |
25 | | -- Replace ChaCha RNG by HC-128 (#338) |
26 | | -- Build only moros image (#340) |
27 | | -- Refactor serial (#336) |
28 | | -- Improve dhcp command (#335) |
29 | | -- Rewrite network interface (#334) |
30 | | -- Add CSI sequence for enabling or disabling echo to userspace (#333) |
31 | | -- Refactor code (#330) |
32 | | -- Improve FUSE driver with write and delete (#292) |
33 | | -- Fix device reading (#329) |
34 | | -- Add a reboot command (#328) |
35 | | -- Fix issues with process alloc (#327) |
| 5 | +## 0.8.0 (2022-08-05) |
| 6 | +- Add Brautigan poem ([#373](https://github.com/vinc/moros/pull/373)) |
| 7 | +- Add CSI sequence for enabling or disabling echo to userspace ([#333](https://github.com/vinc/moros/pull/333)) |
| 8 | +- Add a reboot command ([#328](https://github.com/vinc/moros/pull/328)) |
| 9 | +- Add binaries ([#350](https://github.com/vinc/moros/pull/350)) |
| 10 | +- Add lazy allocation ([#275](https://github.com/vinc/moros/pull/275)) |
| 11 | +- Add shell aliases ([#357](https://github.com/vinc/moros/pull/357)) |
| 12 | +- Add shell globbing ([#352](https://github.com/vinc/moros/pull/352)) |
| 13 | +- Add shell variables ([#348](https://github.com/vinc/moros/pull/348)) |
| 14 | +- Add socket command ([#341](https://github.com/vinc/moros/pull/341)) |
| 15 | +- Add tilde expansion to shell ([#367](https://github.com/vinc/moros/pull/367)) |
| 16 | +- Add time command ([#346](https://github.com/vinc/moros/pull/346)) |
| 17 | +- Add userspace entry point macro ([#354](https://github.com/vinc/moros/pull/354)) |
| 18 | +- Build only moros image ([#340](https://github.com/vinc/moros/pull/340)) |
| 19 | +- Executable loading ([#349](https://github.com/vinc/moros/pull/349)) |
| 20 | +- Fix args ptr alignment ([#359](https://github.com/vinc/moros/pull/359)) |
| 21 | +- Fix device reading ([#329](https://github.com/vinc/moros/pull/329)) |
| 22 | +- Fix issues with process alloc ([#327](https://github.com/vinc/moros/pull/327)) |
| 23 | +- Fix variables expansion ([#370](https://github.com/vinc/moros/pull/370)) |
| 24 | +- Improve FUSE driver with write and delete ([#292](https://github.com/vinc/moros/pull/292)) |
| 25 | +- Improve Lisp ([#344](https://github.com/vinc/moros/pull/344)) |
| 26 | +- Improve dhcp command ([#335](https://github.com/vinc/moros/pull/335)) |
| 27 | +- Improve http command ([#365](https://github.com/vinc/moros/pull/365)) |
| 28 | +- Improve lisp ([#362](https://github.com/vinc/moros/pull/362)) |
| 29 | +- Improve regex for redirections ([#356](https://github.com/vinc/moros/pull/356)) |
| 30 | +- Read command line args from userspace programs ([#351](https://github.com/vinc/moros/pull/351)) |
| 31 | +- Refactor code ([#330](https://github.com/vinc/moros/pull/330)) |
| 32 | +- Refactor serial ([#336](https://github.com/vinc/moros/pull/336)) |
| 33 | +- Remove superfluous use of lazy static ([#364](https://github.com/vinc/moros/pull/364)) |
| 34 | +- Replace ChaCha RNG by HC-128 ([#338](https://github.com/vinc/moros/pull/338)) |
| 35 | +- Replace clock syscalls with device files ([#345](https://github.com/vinc/moros/pull/345)) |
| 36 | +- Rewrite network interface ([#334](https://github.com/vinc/moros/pull/334)) |
| 37 | +- Store current direction in DIR shell variable ([#355](https://github.com/vinc/moros/pull/355)) |
| 38 | +- Upgrade linked list allocator ([#363](https://github.com/vinc/moros/pull/363)) |
| 39 | +- Use exit code to set status var ([#360](https://github.com/vinc/moros/pull/360)) |
| 40 | +- Bump libm from 0.2.2 to 0.2.3 ([#372](https://github.com/vinc/moros/pull/372)) |
| 41 | +- Bump object from 0.28.3 to 0.28.4 ([#339](https://github.com/vinc/moros/pull/339)) |
| 42 | +- Bump object from 0.28.4 to 0.29.0 ([#358](https://github.com/vinc/moros/pull/358)) |
| 43 | +- Bump raw-cpuid from 10.3.0 to 10.4.0 ([#375](https://github.com/vinc/moros/pull/375)) |
| 44 | +- Bump smoltcp from 0.8.0 to 0.8.1 ([#342](https://github.com/vinc/moros/pull/342)) |
| 45 | +- Bump spin from 0.9.3 to 0.9.4 ([#369](https://github.com/vinc/moros/pull/369)) |
| 46 | +- Bump vte from 0.10.1 to 0.11.0 ([#371](https://github.com/vinc/moros/pull/371)) |
| 47 | +- Bump x86_64 from 0.14.9 to 0.14.10 ([#368](https://github.com/vinc/moros/pull/368)) |
36 | 48 |
|
37 | 49 | ## 0.7.1 (2022-04-10) |
38 | 50 | - Add 2048 game ([#295](https://github.com/vinc/moros/pull/295)) |
|
0 commit comments