Skip to content

Commit

Permalink
Release 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RealLowMaster committed Jan 6, 2022
1 parent 3e91b55 commit c637d60
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion JS/requires.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const keydownEvents = [
'BrowserKeyEvents({ctrl},{shift},{key})',
'SettingKeyEvents({ctrl},{shift},{key})'
]
const ThisWindow = remote.getCurrentWindow(), loading = new Loading(10), Downloader = new DownloadManager(), db = {}, procressPanel = new ProcressPanel(0), update_number = 10
const ThisWindow = remote.getCurrentWindow(), loading = new Loading(10), Downloader = new DownloadManager(), db = {}, procressPanel = new ProcressPanel(0), update_number = 11
let comicDeleting = false, wt_fps = 20, dirDB, dirUL, dirBU, dirTmp, isOptimizing = false, browserLastTabs = [], tabsHistory = [], dirHistory = '', keydownEventIndex = 0, new_update, save_value = null, save_value2 = null, afterDLReload = true, setting, openedMenuTabIndex, copiedTab = null, tabs = [], lastComicId, lastHaveId, searchTimer, activeTabComicId = null, activeTabIndex = null, tabsPos = [], tabsPosParent = [], isUpdating = false
let collectionsDB = [], groupsDB = [], artistsDB = [], parodiesDB = [], tagsDB = [], charactersDB = [], languagesDB = [], categoriesDB = [], comicGroupsDB = [], comicArtistsDB = [], comicParodiesDB = [], comicTagsDB = [], comicCharactersDB = [], comicLanguagesDB = [], comicCategoriesDB = [], indexDB = []

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<body>
<div id="window">
<div id="window-menu">
<div>X Comic Downloader v2.0.71</div>
<div>X Comic Downloader v2.1.2</div>
<div>
<button type="button" onclick="remote.app.quit()"><svg aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 352 512"><path fill="currentColor" d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path></svg></button>
<button type="button" onclick="maximizeApp()"><svg aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V192h416v234z"></path></svg></button>
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function createWindow () {
minHeight: 600,
frame: false,
center: true,
title: 'X Comic Downloader v2.0.71',
title: 'X Comic Downloader v2.1.2',
webPreferences: {
enableRemoteModule: true,
nodeIntegration: true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "x-comic-downloader",
"version": "2.0.71",
"version": "2.1.2",
"description": "A Software for Downloading Adult and Hentai Comic and Manga and Manage Theme.",
"main": "index.js",
"author": "Mehdi Enayatzadeh (LowMaster)",
Expand Down
10 changes: 1 addition & 9 deletions task.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ Add Comic {
Artist => Nemu
Artist => Jun
Artist => Ganmarei
Artist =>
Artist =>

Artist => Ikezaki Misa
Artist => Aichi Shiho
Expand All @@ -114,11 +112,7 @@ Add Comic {
}

Added To Version {
Completely Change Downlaod System
Fix Bug: databases been empty error
Fix Bug: Some Update Errors
Update Xlecx API
Change Font

}

Doing {
Expand All @@ -131,8 +125,6 @@ Tasks => {
Add Browser-Right Click
Change Tab Remove Activating Next Tab
Add Search In Tags, Artists, and etc...
Fix Bug: Download Stop When you are downloading more than 200 image comic
Update Add Procress-Panels { Update, etc... }
Add Downloaded Comic Site Icon In Comic Panel
Fix bug: nhentai -> Searching B-trayal pagination won't work
Add Ability To Play Song
Expand Down

0 comments on commit c637d60

Please sign in to comment.