Skip to content

Commit

Permalink
Release 26.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Jan 5, 2025
1 parent 11fb4d4 commit e12a6a9
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 26.1.1

## Fixes
- Allow storing multiple cache entries.

**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/26.1.0...26.1.1


# 26.1.0

## Features
Expand Down
21 changes: 21 additions & 0 deletions docs/src/docs/subcommands/cache.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: cache
---

## About
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.


## Examples
To list the cache files:

```
auto-editor cache
```

To remove the cache files:

```
auto-editor cache clear
```

4 changes: 3 additions & 1 deletion docs/src/docs/subcommands/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ title: Auto-Editor - Subcommands
---

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

---
[info](./info)
[levels](./levels)
[subdump](./subdump)
[desc](./desc)
[cache](./cache)
[palet](./palet)
[repl](./repl)

0 comments on commit e12a6a9

Please sign in to comment.