Add 0.25.0 changelog

This commit is contained in:
WithoutPants
2024-02-28 10:18:59 +11:00
parent 768f74a0b3
commit 33857122b8
4 changed files with 73 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
import v0170 from "./v0170.md";
import v0200 from "./v0200.md";
import v0240 from "./v0240.md";
import v0250 from "./v0250.md";
export interface IReleaseNotes {
// handle should be in the form of YYYYMMDD
@@ -10,6 +11,11 @@ export interface IReleaseNotes {
}
export const releaseNotes: IReleaseNotes[] = [
{
date: 20240228,
version: "v0.25.0",
content: v0250,
},
{
date: 20231212,
version: "v0.24.0",

View File

@@ -0,0 +1 @@
A number of settings and tasks are now only available when `Advanced Mode` is set to true in the settings, including the `Auto Tag` and `Identify` tasks.