Skip to content

Commit

Permalink
version-up major
Browse files Browse the repository at this point in the history
  • Loading branch information
mienaiyami committed Jan 20, 2023
1 parent df76f95 commit 56caa1c
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 30 deletions.
21 changes: 14 additions & 7 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
**Full Changelog**: https://github.com/mienaiyami/auto-release-test/compare/v2.3.14...v2.3.15
**Full Changelog**: https://github.com/mienaiyami/auto-release-test/compare/v2.3.15...v2.3.16

## Changed
- test
- testttt
- testtttt

- Scroll to current page after switching Reader mode.
- Scroll to current page after toggling vertically fit.
- Better checking for supported extensions.
- Improved Performance.

## Added

- Ability to edit themes (no need to create new theme after changing it).
- dev:
- Automated release

## Fixed
- 123123
- sdfdsfsdf
- asdsdsadasdasdddasdasdas

- Page number not changing in "click to move" mode when size is low.
6 changes: 3 additions & 3 deletions electron/IS_PORTABLE.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

const isPortable = false;
export default isPortable;
const isPortable = false;
export default isPortable;

15 changes: 0 additions & 15 deletions instructions.txt

This file was deleted.

6 changes: 3 additions & 3 deletions makeAll.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ const makeAndPushTag = () => {

const pushRelease = () => {
const pushCommand = (`gh release create v${pkgJSON.version} -t v${pkgJSON.version} -F changelog.md ` +
// `--discussion-category "General" ` +
"-d " +
`--discussion-category "General" ` +
// "-d " +
`./out/full/Manga.Reader-${pkgJSON.version}-Setup.exe ./out/full/Manga.Reader-win32-${pkgJSON.version}-Portable.zip`)
const a = printProcessing("Pushing build to gh release ")
const ghSpawn = exec(pushCommand);
Expand Down Expand Up @@ -132,4 +132,4 @@ const makeZip = () => {
});

}
makeExe()
setTimeout(makeExe, 3000);
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mangareader",
"productName": "Manga Reader",
"version": "2.3.15",
"version": "2.4.0",
"description": "App to read manga on desktop",
"main": ".webpack/main",
"author": {
Expand Down
1 change: 0 additions & 1 deletion src/Components/ReaderSettings.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { faBars, faMinus, faPlus, faTimes, faArrowsAltV } from "@fortawesome/free-solid-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import { app } from "electron";
import React, { useContext, useEffect, useState } from "react";
import { AppContext } from "../App";

Expand Down

0 comments on commit 56caa1c

Please sign in to comment.