Skip to content

Commit e12a6a9

Browse files
committed
Release 26.1.1
1 parent 11fb4d4 commit e12a6a9

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 26.1.1
2+
3+
## Fixes
4+
- Allow storing multiple cache entries.
5+
6+
**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/26.1.0...26.1.1
7+
8+
19
# 26.1.0
210

311
## Features

docs/src/docs/subcommands/cache.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: cache
3+
---
4+
5+
## About
6+
The `cache` command stores the `audio` and `motion` levels, saving time at the cost of space. The cache will go up to 10 entires, and will delete the oldest after.
7+
8+
9+
## Examples
10+
To list the cache files:
11+
12+
```
13+
auto-editor cache
14+
```
15+
16+
To remove the cache files:
17+
18+
```
19+
auto-editor cache clear
20+
```
21+

docs/src/docs/subcommands/index.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ title: Auto-Editor - Subcommands
33
---
44

55
## Subcommands
6-
Subcommands are auxiliary programs that offer additional functionality. They have their own options, separate from main auto-editor.
6+
Subcommands are auxiliary programs that offer additional functionality. They have their own options, separate from main auto-editor cli.
77

88
---
99
[info](./info)
1010
[levels](./levels)
1111
[subdump](./subdump)
1212
[desc](./desc)
13+
[cache](./cache)
1314
[palet](./palet)
15+
[repl](./repl)

0 commit comments

Comments
 (0)