mirror of
https://github.com/MaJerle/lwshell.git
synced 2025-02-06 13:08:22 +08:00
Add version 1.1
This commit is contained in:
parent
270c926c3b
commit
e39db64c7b
@ -2,6 +2,11 @@
|
||||
|
||||
## Develop
|
||||
|
||||
## v1.1.0
|
||||
|
||||
- Add support for `listcmd` to print all registered commands
|
||||
- Optimize code and remove unnecessary brackets
|
||||
|
||||
## v1.0.0
|
||||
|
||||
- First stable release
|
||||
|
@ -29,7 +29,7 @@
|
||||
* This file is part of Lightweight shell library.
|
||||
*
|
||||
* Author: Tilen MAJERLE <tilen@majerle.eu>
|
||||
* Version: v1.0.0
|
||||
* Version: v1.1.0
|
||||
*/
|
||||
#ifndef LWSHELL_HDR_OPTS_H
|
||||
#define LWSHELL_HDR_OPTS_H
|
||||
|
@ -29,7 +29,7 @@
|
||||
* This file is part of LwSHELL - Lightweight shell library.
|
||||
*
|
||||
* Author: Tilen MAJERLE <tilen@majerle.eu>
|
||||
* Version: v1.0.0
|
||||
* Version: v1.1.0
|
||||
*/
|
||||
#ifndef LWSHELL_HDR_H
|
||||
#define LWSHELL_HDR_H
|
||||
|
@ -29,7 +29,7 @@
|
||||
* This file is part of LwSHELL - Lightweight shell library.
|
||||
*
|
||||
* Author: Tilen MAJERLE <tilen@majerle.eu>
|
||||
* Version: v1.0.0
|
||||
* Version: v1.1.0
|
||||
*/
|
||||
#ifndef LWSHELL_HDR_OPT_H
|
||||
#define LWSHELL_HDR_OPT_H
|
||||
|
@ -29,7 +29,7 @@
|
||||
* This file is part of LwSHELL - Lightweight shell library.
|
||||
*
|
||||
* Author: Tilen MAJERLE <tilen@majerle.eu>
|
||||
* Version: v1.0.0
|
||||
* Version: v1.1.0
|
||||
*/
|
||||
#ifndef LWSHELL_HDR_OPTS_H
|
||||
#define LWSHELL_HDR_OPTS_H
|
||||
|
@ -29,7 +29,7 @@
|
||||
* This file is part of LwSHELL - Lightweight shell library.
|
||||
*
|
||||
* Author: Tilen MAJERLE <tilen@majerle.eu>
|
||||
* Version: v1.0.0
|
||||
* Version: v1.1.0
|
||||
*/
|
||||
#include <string.h>
|
||||
#include "lwshell/lwshell.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user