-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #378 from webmaster442/development
Development
- Loading branch information
Showing
159 changed files
with
2,548 additions
and
1,348 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<rss version="2.0"> | ||
<channel> | ||
<title>Releases · webmaster442/BookGen · GitHub</title> | ||
<link>https://github.com/webmaster442/BookGen/releases</link> | ||
<description>BookGen Updates RSS Feed</description> | ||
<language>en</language> | ||
<lastBuildDate>Mon, 9 Oct 2023 18:40:45 -0000</lastBuildDate> | ||
<item> | ||
<title>BookGen 2023.05.06</title> | ||
<link>https://github.com/webmaster442/BookGen/releases/tag/2023-05-06</link> | ||
<description> | ||
🆕 New: GUI has been reworked. Instead of Terminal.GUI Spectre.Console is used | ||
🆕 New: Pack subcommand to pack the book source into a zip file | ||
🆕 New: Download command, to quickly download files from the internet to your project | ||
🆕 New: Tasks command, which allows running additional tasks & customizing workflow | ||
🆕 New: Web server now has a dedicated page to make it easier to connect to it, from other devices | ||
🆕 New: Linux build (experimental) | ||
👁🗨 Change: The Shell's cdg command is now implemented as terminal UI program with more features | ||
👁🗨 Change: Various fixes to support building and running on Linux distributions | ||
👁🗨 Change: Default console log uses Spectre.Console for output. This produces more colourful output | ||
👁🗨 Change: Reworked subcommand architecture | ||
👁🗨 Change: Removed & cleaned up NuGet package dependencies | ||
👁🗨 Change: Test server port is now 8090 | ||
👁🗨 Change: Removed WP-Load program | ||
👁🗨 Change: Removed Chapters command | ||
👁🗨 Change: Removed InstallPS Autocomplete command | ||
👁🗨 Change: Removed support for VS tasks | ||
🔧 Fix: Various Web sever stability fixes & improvements | ||
🔧 Fix: E-pub build time has been reduced | ||
🔧 Fix: Fixes a bug, which caused the progress bar messages while building not always readable | ||
🔧 Fix: BookGen shell colour scheme adjusted in windows terminal for better readability | ||
</description> | ||
<pubDate>Sat, 6 May 2023 18:40:45 -0000</pubDate> | ||
<guid isPermaLink="false">https://github.com/webmaster442/BookGen/releases/tag/2023-05-06</guid> | ||
</item> | ||
<item> | ||
<title>BookGen 2023.01.12</title> | ||
<link>https://github.com/webmaster442/BookGen/releases/tag/2023-01-12</link> | ||
<description> | ||
🆕 New: Rewrote launcher, looks a bit better & has built in preview function | ||
🆕 New: Math2SVG module (Requires internet connection to work) | ||
🆕 New: Output type for post processing (experimental) | ||
🆕 New: QR code generator module (Requires internet connection to work) | ||
🆕 New: Print output produces an XHTML file too, with embedded CSS rules for better compatibility with word processing | ||
🆕 New: JSON schema for config and tags available | ||
🆕 New: Tags module can now auto extract tags with RAKE if needed | ||
👁🗨 Change: Reworked preview module, now has a basic markdown editor | ||
👁🗨 Change: BookGen now ships with .NET, no need to install it sepperately | ||
👁🗨 Change: Updater now is a seperate program. | ||
👁🗨 Change: Removed markdown editor from launcher | ||
👁🗨 Change: Json output from now on doesn't encode non ASCII chars specially. | ||
👁🗨 Change: Better XHTML output for e-Pub generation with the use of HTMLTidy | ||
👁🗨 Change: Updated dependencies | ||
👁🗨 Change: configuration files are moved into .bookgen folder for projects | ||
</description> | ||
<pubDate>Thu, 12 Jan 2023 18:25:45 -0000</pubDate> | ||
<guid isPermaLink="false">https://github.com/webmaster442/BookGen/releases/tag/2023-01-12</guid> | ||
</item> | ||
</channel> | ||
</rss> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@1/css/pico.min.css"> | ||
<title>BookGen</title> | ||
</head> | ||
<body> | ||
<main class="container"> | ||
<h1>Welcome to BookGen!</h1> | ||
<ul> | ||
<li><a target="_blank" href="data/Commands.html">Commands help</a></li> | ||
<li><a target="_blank" href="data/Markdown-cheatsheet.html">Markdown basics</a></li> | ||
<li><a target="_blank" href="data/ChangeLog.html">Change log</a></li> | ||
<li><a target="_blank" href="data/RelaseNotes.html">Release Notes</a></li> | ||
<li><a target="_blank" href="https://github.com/webmaster442/BookGen">Github</a></li> | ||
</ul> | ||
</main> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.