Skip to content

Releases: CrowdWare/FreeBookDesigner

v1.012.08064 Alpha (Windows)

08 Dec 06:39
Compare
Choose a tag to compare

Alpha Release

This is the first alpha release, which means it’s a functional version but might still contain minor glitches or issues. Feedback and contributions are welcome as we refine the application.

Installation Instructions

Option 1: Install via Installer

  1. Download the .msi file.
  2. Run the .msi file on your Windows computer.
  3. Follow the setup program’s instructions.
  4. Navigate to the installation directory and double-click FreeBookDesigner.exe to start the application.

Option 2: Set Up the Project Locally

  1. Clone the repository:
git clone https://github.com/CrowdWare/FreeBookDesigner.git  
cd FreeBookDesigner  
  1. Open the project in your preferred IDE (recommended: IntelliJ IDEA).
  2. Build and run the project using Gradle.
./gradlew build
./gradlew run
  1. Enjoy the App
    The app should now be running and ready for you to start designing your first pages!

Changelog

Full Changelog: https://github.com/CrowdWare/FreeBookDesigner/commits/v1.012.08051

v1.012.08051 Alpha (Mac)

08 Dec 04:24
Compare
Choose a tag to compare

Alpha Release

This is the first alpha release, which means it’s a functional version but might still contain minor glitches or issues. Feedback and contributions are welcome as we refine the application.

Installation Instructions

Option 1: Install via DMG (macOS)

  1. Download the .dmg file.
  2. Double-click the .dmg file to mount it.
  3. Drag the FreeBookDesigner icon into the Applications folder.
  4. Open Launchpad, locate FreeBookDesigner, and start the application.

Option 2: Set Up the Project Locally

  1. Clone the repository:
git clone https://github.com/CrowdWare/FreeBookDesigner.git  
cd FreeBookDesigner  
  1. Open the project in your preferred IDE (recommended: IntelliJ IDEA).
  2. Build and run the project using Gradle.
./gradlew build
./gradlew run
  1. Enjoy the App
    The app should now be running and ready for you to start designing your first pages!

Changelog

Full Changelog: https://github.com/CrowdWare/FreeBookDesigner/commits/v1.012.08051

v1.012.07224 alpha

07 Dec 21:54
Compare
Choose a tag to compare

Alpha Release

First release even without an executable.
But...

Installation

Follow these steps to set up the project locally:

  1. Clone the repository:
git clone https://github.com/CrowdWare/FreeBookDesigner.git  
cd FreeBookDesigner  
  1. Open the project in your preferred IDE (recommended: IntelliJ IDEA).
  2. Build and run the project using Gradle.
./gradlew build
./gradlew run

Building a DMG file is a bit problematic atm. Dont know why ;-)
Also I dont have a Windows or Linux Machine right now.
Maybe you know how and want to contribute...
...your welcome.