mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
[Files Refactor] Rollback platform-agnostic paths (#2852)
* Rollback platform agnostic path storage * Add release note for database change
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import v0170 from "./v0170.md";
|
||||
import r20220826 from "./20220826.md";
|
||||
|
||||
export type Module = typeof v0170;
|
||||
|
||||
@@ -13,4 +14,8 @@ export const releaseNotes: IReleaseNotes[] = [
|
||||
date: 20220801,
|
||||
content: v0170,
|
||||
},
|
||||
{
|
||||
date: 20220826,
|
||||
content: r20220826,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user