Kavita+ Overhaul & New Changelog (#3507)
This commit is contained in:
parent
d880c1690c
commit
a5707617f2
249 changed files with 14775 additions and 2300 deletions
|
@ -1,12 +1,24 @@
|
|||
export interface UpdateVersionEvent {
|
||||
currentVersion: string;
|
||||
updateVersion: string;
|
||||
updateBody: string;
|
||||
updateTitle: string;
|
||||
updateUrl: string;
|
||||
isDocker: boolean;
|
||||
publishDate: string;
|
||||
isOnNightlyInRelease: boolean;
|
||||
isReleaseNewer: boolean;
|
||||
isReleaseEqual: boolean;
|
||||
currentVersion: string;
|
||||
updateVersion: string;
|
||||
updateBody: string;
|
||||
updateTitle: string;
|
||||
updateUrl: string;
|
||||
isDocker: boolean;
|
||||
publishDate: string;
|
||||
isOnNightlyInRelease: boolean;
|
||||
isReleaseNewer: boolean;
|
||||
isReleaseEqual: boolean;
|
||||
|
||||
added: Array<string>;
|
||||
removed: Array<string>;
|
||||
changed: Array<string>;
|
||||
fixed: Array<string>;
|
||||
theme: Array<string>;
|
||||
developer: Array<string>;
|
||||
api: Array<string>;
|
||||
/**
|
||||
* The part above the changelog part
|
||||
*/
|
||||
blogPart: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue