From 4028ff35297508c9c8b046e1633471fc1fe85c34 Mon Sep 17 00:00:00 2001 From: Joseph Milazzo Date: Thu, 25 Mar 2021 08:38:38 -0500 Subject: [PATCH 1/2] v0.3.1 Release (#105) * Fix directory issue when building all the packages where directory got skewed. (#98) * Bump version for patch release due to bug in continue fuctionality. (#104) * Chore/version bump (#106) * Bump version for patch release due to bug in continue fuctionality. * Added develop branch for github actions --- .github/workflows/build.yml | 4 ++-- API/Startup.cs | 2 +- build.sh | 10 +++++++++- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 795832a8f..fc6133f9e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,9 @@ name: .NET Core Build on: push: - branches: [ main ] + branches: [ main, develop ] pull_request: - branches: [ main ] + branches: [ main, develop ] types: [opened, synchronize, reopened] jobs: diff --git a/API/Startup.cs b/API/Startup.cs index 997954016..65cde44f0 100644 --- a/API/Startup.cs +++ b/API/Startup.cs @@ -136,7 +136,7 @@ namespace API applicationLifetime.ApplicationStopping.Register(OnShutdown); applicationLifetime.ApplicationStarted.Register(() => { - Console.WriteLine("Kavita - v0.3"); + Console.WriteLine("Kavita - v0.3.1"); }); } diff --git a/build.sh b/build.sh index 22a8d09fe..9119b76f4 100644 --- a/build.sh +++ b/build.sh @@ -62,7 +62,6 @@ Package() ProgressStart "Creating $runtime Package for $framework" - BuildUI echo "Building" cd API @@ -91,16 +90,25 @@ Package() RID="$1" Build +BuildUI + +dir=$PWD if [[ -z "$RID" ]]; then Package "net5.0" "win-x64" + cd "$dir" Package "net5.0" "win-x86" + cd "$dir" Package "net5.0" "linux-x64" + cd "$dir" Package "net5.0" "linux-musl-x64" + cd "$dir" Package "net5.0" "osx-x64" + cd "$dir" else Package "net5.0" "$RID" + cd "$dir" fi From 816f4d2926dd8a19c48530435481ceca628c4b38 Mon Sep 17 00:00:00 2001 From: Joseph Milazzo Date: Thu, 25 Mar 2021 17:33:35 -0500 Subject: [PATCH 2/2] v0.3.1 - Release (#108) * Fix directory issue when building all the packages where directory got skewed. (#98) * Bump version for patch release due to bug in continue fuctionality. (#104) * Chore/version bump (#106) * Bump version for patch release due to bug in continue fuctionality. * Added develop branch for github actions * Updated readme to have an image and support link. (#107) --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 607bd1f04..271787b97 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ # Kavita -Kavita, meaning Stories, is a lightweight manga server. The goal is to replace Ubooquity with an -open source variant that is flexible and packs more punch, without sacrificing ease to use. -Think: ***Plex but for Manga.*** +![alt text](https://github.com/Kareadita/kareadita.github.io/blob/main/img/features/seriesdetail.PNG?raw=true) + +Kavita is a fast, feature rich, cross platform OSS manga server. Built with a focus for manga, +and the goal of being a full solution for all your reading needs. Setup your own server and share +your manga collection with your friends and family! + + ## Goals: * Serve up Manga (cbr, cbz, zip/rar, raw images) and Books (epub, mobi, azw, djvu, pdf) @@ -21,3 +25,6 @@ Think: ***Plex but for Manga.*** 3. Open appsettings.json and modify TokenKey to a random string ideally generated from [https://passwordsgenerator.net/](https://passwordsgenerator.net/) 4. Run Kavita +## Buy me a beer +I've gone through many beers building Kavita and expect to go through many more. If you want to throw me a few bucks you can [here](https://paypal.me/majora2007?locale.x=en_US). Money will go +towards beer or hosting for the upcoming Metadata release.