Releases: xHENAI/Mononoke
v0.1.7-beta
Download the source code if you want to install Mononoke!
If you are a developer, check out https://cdn.henai.eu/Mononoke/versions/, it is the complete source without the config.php
.-+= CHANGELOG =+-.
Fixed: Wrong text in settings on Website URL (thx IncarnateWill!)
Fixed: Several bugs in kink.php
Fixed: Not deleting update.sql on update
Fixed: Installer showing if everything's ready to go
Added: Update.zip package which only contains changed files for updater
Added: Fully working caching system
Added: Fully working AJAX system for Bookmarking and YouTrack
Removed: Temporary from A-Z, 0-9 and #
.-+= N O T E S =+-.
DO NOT USE AUTO-UPDATE! Download the Source here: https://cdn.henai.eu/Mononoke/versions/v0.1.7-beta/update.zip
unzip it and replace ALL files of Mononoke with the ones you just
downloaded. This should do the magic.
You need to add this to $settings in your config.php:
"cache" => true, // Can improve website loading massivle on all but especially slow webservers. If you encounter errors or so, try setting to false and report them
"cachetime" => 2628288, // How many seconds is the cache valid? Default is a month
If this file is not displayed properly, you can view it here:
https://cdn.henai.eu/Mononoke/versions/v0.1.7-beta/notes.txt
v0.1.6-beta
Download the source code if you want to install Mononoke!
If you are a developer, check out https://cdn.henai.eu/Mononoke/versions/, it is the complete source without the config.php
.-+= CHANGELOG =+-.
Fixed: Invalid characters as Anime Slug causing errors
Fixed: Censorship not properly displayed on Anime page
Fixed: Banned user could login or if loggedin, could use page
Fixed: Old links in footer still displayed
Added: hCaptcha functionality if enabled
Added: The ability to enable caching on some sites for loading optimization
Added: View all Studios
Added: View Animes by Studio
Added: SEO Tags and complete customization
Removed: Download-system on Anime page temporary since not high priority
Removed: Recommended Anime on Anime page because it's renamed to Related Anime and in work
.-+= N O T E S =+-.
You need to add this to $config in config.php:
"credits" => true, // Your choice to show or hide who made this. I prefer leaving it on true, but that's up to you.
And add this below the $config, as new array, and edit it:
$seo = [
"color" => "#33ccff", // The color the embed will have when displayed (such as on Discord)
"animes" => "Brose all our Animes and watch them for free in high quality! Come check us out :D", // Text displayed on Animes page embed
"az-list" => "Brose all our Animes from A to Z on our site with no ads and stream episodes in high quality!", // Text displayed on A-Z List page embed
"bookmarks" => "Keep track of your Animes and make sure you don't miss out new episodes by Bookmarking them! Create an Account and do it today!", // Text displayed on Bookmarks page embed
"fan" => "You want to become a fan as well? Join us by creating an account! What are you waiting for? It's free and we respect your privacy!", // Text displayed on Profile/Fan page embed
"genre" => "Browse all our Animes by genre! Don't hesitate to find new ones to watch with us :)", // Text displayed on Genre page embed
"genres" => "An overview of all genres we have. It's huuge! Don't miss out and come watch Anime with us, you won't regret it!", // Text displayed on Genres page embed
"home" => "Welcome to Mononoke, your place to watch Animes and keep track of new releases. Create an account for free and start tracking! We respect your privacy and store NONE of your data! What are you waiting for?", // Text displayed on Home page embed
"random" => "Watch a random Anime! We won't spoiler you, which one it is :)", // Text displayed on Random page embed
"season" => "Browse all Animes by this season! Wanna know what came out? Just wait and see :)", // Text displayed on Season page embed
"seasons" => "Brose all Seasons and their Animes! Wanna know what came out? Just wait and see :)", // Text displayed on Seasons page embed
"studios" => "View all the Studios that have Animes viewable on us! Why wait? Because... there's no excuse. Now come and browse!", // Text displayed on Studios page embed
"studio" => "View all the Animes the Studio has viewable on us! Why wait? Because... there's no excuse. Now come and browse!", // Text displayed on Studios page embed
"watch" => "Watch episodes in full length and in high-quality in top-speed on our site now! Keep track of what you watch by creating an account bookmarking them! What are you waiting for? It's free and we respect your privacy!" // Text displayed on Watch page embed
];
If this is not properly display, see this file here:
https://cdn.henai.eu/Mononoke/versions/v0.1.6-beta/notes.txt
You are done :)
v0.1.5-betafix
Download the source code if you want to install Mononoke!
If you are a developer, check out https://cdn.henai.eu/Mononoke/versions/, it is the complete source without the config.php
.-+= CHANGELOG =+-.
Added: Simple search
Added: Support for hCaptcha
Added: Pagination on Animes
Added: Bookmarking & viewing Bookmarks on page
Added: YouTrack - track your watching status
Fixed: Broken browsing Anime
Fixed: Display "Your Profile" button when not logged in
Fixed: Episode Count always shown as ?
Fixed: Wrong Picture when viewing other Profile of fan
Removed: Old Captcha
Removed: YouTrack tab on menu because feature in Bookmarks page
Removed: (Temporary) Popular tab on sidebar
Removed: (Temporary) Schedule tab on menu
.-+= N O T E S =+-.
Using auto-update will do (almost) everything for you.
However, since I now implemented hCaptcha and removed the old one,
you need to add and edit following code to your 'core/config.php' file:
$captcha = [
"enabled" => false, // Enable hCaptcha? Recommended: true, default: false
"sitekey" => "your-site-key",
"secret" => "0x-secret-key"
];
v0.1.5-beta
Download the source code if you want to install Mononoke!
If you are a developer, check out https://cdn.henai.eu/Mononoke/versions/, it is the complete source without the config.php
.-+= CHANGELOG =+-.
Added: Simple search
Added: Support for hCaptcha
Added: Pagination on Animes
Added: Bookmarking & viewing Bookmarks on page
Added: YouTrack - track your watching status
Fixed: Broken browsing Anime
Fixed: Display "Your Profile" button when not logged in
Fixed: Episode Count always shown as ?
Fixed: Wrong Picture when viewing other Profile of fan
Removed: Old Captcha
Removed: YouTrack tab on menu because feature in Bookmarks page
Removed: (Temporary) Popular tab on sidebar
Removed: (Temporary) Schedule tab on menu
.-+= N O T E S =+-.
Using auto-update will do (almost) everything for you.
However, since I now implemented hCaptcha and removed the old one,
you need to add and edit following code to your 'core/config.php' file:
$captcha = [
"enabled" => false, // Enable hCaptcha? Recommended: true, default: false
"sitekey" => "your-site-key",
"secret" => "0x-secret-key"
];
v0.1.4-beta
Download the source code if you want to install Mononoke!
If you are a developer, check out https://cdn.henai.eu/Mononoke/versions/, it is the complete source without the config.php
.-+= CHANGELOG =+-.
---- BUGFIX RELEASE
Fixed: Improved Server stuff
Fixed: Slow loading due to lot of Requests in Sidebar
Fixed: Installer delete Update-Archive
Fixed: No Release year for adding Animes
Fixed: Wrong Episode on watching Anime
Fixed: ' when adding Anime (as always)
Fixed: Wrong Type shown when browsing by Genre
Fixed: Wrong Type shown when browsing by Season
Added: Add Episodes from JSON
.-+= N O T E S =+-.
Nothing, you can proceed by using auto-update :)
*You may need to update Genre ID on Animes...
v0.1.3-beta
Download Mononoke.Installer.zip
if you want to install Mononoke!
If you are a developer, check out https://cdn.henai.eu/Mononoke/versions/, it is the complete source without the config.php
.-+= CHANGELOG =+-.
Fixed: Login & Signup errors
Fixed: Minor JavaScript errors on Episodes
Added: Reporting Broken Episodes
Added: Reporting System in Admin
Added: User-Settings
Added: Changing Password
Added: Viewing ones and others Profile
Added: Import MySQL file on auto-update
.-+= N O T E S =+-.
Using auto-update will download 'update.sql' to your root directory.
Download the file and import it to the MySQL Database manually, then delete the file on the webserver.
The system for doing this automaticly comes in this very update!
Also, paste the code below into the 'core/config.php' in the $config array:
"email" => "[email protected]", // For Password-resets if user is logged in
v0.1.2-beta
Download Mononoke.Installer.zip
if you want to install Mononoke!
If you are a developer, check out https://cdn.henai.eu/Mononoke/versions/, it is the complete source without the config.php
.-+= CHANGELOG =+-.
Fixed: Homepage
Fixed: Various small bugs
Fixed: Improved Installer
Added: Auto-Update for stuff without MySQL
Added: Watching Episodes
Added: Adding Episodes
Added: Editing Episodes
Added: Episodes LayOut for AdminArea
v0.1.1-beta-fix
Download Mononoke.Installer.zip
if you want to install Mononoke!
If you are a developer, check out https://cdn.henai.eu/Mononoke/versions/, it is the complete source without the config.php
.-+= CHANGELOG =+-.
Fixed: Security on AdminArea
Fixed: Login pages etc.
Fixed: Footer Links breaking everything
Fixed: Small Adjustments to things
Added: Importing Animes from MyAnimeList
v0.1.0-beta
v0.0.9-alpha
What's Changed
- FIXXX!!! by @saintly2k in #61
- Dev by @saintly2k in #70
- Update readme.txt by @saintly2k in #71
Full Changelog: v0.0.8-alpha...v0.0.9-alpha