Releases: CrowdWare/FreeBookDesigner
v1.012.08064 Alpha (Windows)
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
- Download the .msi file.
- Run the .msi file on your Windows computer.
- Follow the setup program’s instructions.
- Navigate to the installation directory and double-click FreeBookDesigner.exe to start the application.
Option 2: Set Up the Project Locally
- Clone the repository:
git clone https://github.com/CrowdWare/FreeBookDesigner.git
cd FreeBookDesigner
- Open the project in your preferred IDE (recommended: IntelliJ IDEA).
- Build and run the project using Gradle.
./gradlew build
./gradlew run
- 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)
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)
- Download the .dmg file.
- Double-click the .dmg file to mount it.
- Drag the FreeBookDesigner icon into the Applications folder.
- Open Launchpad, locate FreeBookDesigner, and start the application.
Option 2: Set Up the Project Locally
- Clone the repository:
git clone https://github.com/CrowdWare/FreeBookDesigner.git
cd FreeBookDesigner
- Open the project in your preferred IDE (recommended: IntelliJ IDEA).
- Build and run the project using Gradle.
./gradlew build
./gradlew run
- 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
Alpha Release
First release even without an executable.
But...
Installation
Follow these steps to set up the project locally:
- Clone the repository:
git clone https://github.com/CrowdWare/FreeBookDesigner.git
cd FreeBookDesigner
- Open the project in your preferred IDE (recommended: IntelliJ IDEA).
- 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.