Releases: Lodestone-Team/lodestone
v0.5.1
Downloads
Lodestone CLI with our web dashboard (www.lodestone.cc) is the recommended way to run Lodestone on any platform
- Lodestone Desktop Windows Installer (🚧 experimental)
Additional downloads are available in the asset section. Note that they may be unstable.
Notable Changes
- Fix EOF not handled correctly with the command console, causing our Docker container to print "Unknown command" endlessly.
Report bugs and submit feature requests via issues or Discord
v0.5.0
Downloads
-
Lodestone Desktop Windows Installer (🚧 experimental)
-
.deb (🚧 deprecating)
-
.AppImage (🚧 deprecating)
Lodestone CLI with our web dashboard (www.lodestone.cc) is the recommended way to run Lodestone on any platform
Notable Changes
This is a new major release after 0.4.4, and marks the start of Lodestone's mission to be more extensible, maintainable, and support more games to come.
- 🎉playit.gg integration by @seliayeu, never port forward again when using Lodestone. Learn more
- 🔥 Write extensions in Typescript or Javascript @CheatCod. Learn more
- 🎊 Customize macro setting with a GUI. @C0W0 @jhuang38
- 🐋 Docker Instance is now WIP. Manage Docker containers with Lodestone! Learn more
- Various UI improvements
Please be aware that are discontinuing support for the following platforms as of v0.5.0
- MacOS x86 (Intel Mac)
due to lack of hardware and system for development and testing. If you would like to help out, get in contact with us by raising an issue or joining our Discord.
Report bugs and submit feature requests via issues or Discord
v0.5.0-beta.4
❗Pre-release version❗
This version can't be automatically updated to.
Report bugs on our discord.
Downloads
- Windows Installer
- Windows Standalone
- Mac (🚧 experimental and untested)
- .deb (🚧 experimental and untested)
- .AppImage (🚧 experimental and untested)
Or
- Launch in Browser (requires Lodestone CLI)
Notable Changes
- playit.gg integration! Never port forward again when using Lodestone. Read more here
- Customize how a macro is ran with a GUI
v0.5.0-beta.2
❗Pre-release version❗
This version can't be automatically updated to.
Report bugs on our discord.
Downloads
- Windows Installer
- Windows Standalone
- Mac (🚧 experimental and untested)
- .deb (🚧 experimental and untested)
- .AppImage (🚧 experimental and untested)
Or
- Launch in Browser (requires Lodestone CLI)
Notable Changes
-
Folder download. Select a folder for download and we'll zip it up and send it your way
-
Lodestone Atom. Write your own instance in typescript. Read more here
v0.5.0-beta.1
❗Pre-release version❗
This version can't be automatically updated to.
Report bugs on our discord.
Downloads
- Windows Installer
- Windows Standalone
- Mac (🚧 experimental and untested)
- .deb (🚧 experimental and untested)
- .AppImage (🚧 experimental and untested)
Or
- Launch in Browser (requires Lodestone CLI)
Notable Changes
- A new page to manage macros and tasks read more
- Closing the window now minimize it to system tray
- Fix instance not automatically stopped after quitting the app
v0.4.4
Downloads
- Windows Installer
- Windows Standalone
- Mac (🚧 experimental and untested)
- .deb (🚧 experimental and untested)
- .AppImage (🚧 experimental and untested)
Or
- Launch in Browser (requires Lodestone CLI)
Notable Changes
- A fully featured file explorer with copy, paste, zip and unzip capabilities
- A slight rework for user permission and management
- A bunch of bug fixes
Lodestone Desktop v0.4.3
Downloads
- Windows Installer
- Windows Standalone
- Mac (🚧 experimental and untested)
- .deb (🚧 experimental and untested)
- .AppImage (🚧 experimental and untested)
Or
- Launch in Browser (requires Lodestone CLI)
Notable Changes
We’re excited to introduce some awesome new features and improvements in this release. Here’s what you can expect:
- Docker Support! Read more on our wiki page.
- A new and improved instance setup screen, laying the groundworks for supporting more games in the future.
- More settings on the setting page. Edit everything in
server.properties
through our graphical UI. - A handy player list that shows you who’s online.
- A smart right-click menu in file viewer that lets you perform common actions like rename, delete, copy, and paste with a single click.
- A convenient “last-command” feature in the terminal that lets you recall and execute your previous commands with the up arrow key.
- Many bug fixes
Lodestone Dashboard
- Fix instance highlighting bug by @ViridianCitrus in #168
- shortened button size and gap by @NicholasLin718 in #173
- Update overview page top section by @ViridianCitrus in #175
- #145 Implement Minecraft player list component by @kevinzhangTT in #176
- #157 Unify errors into a single component by @kevinzhangTT in #184
- Add command line history by @ViridianCitrus in #185
- Add a right-click context menu to file viewer by @seliayeu in #178
- New dynamic settings [Merge this before "New setup dynamic forms"] by @NicholasLin718 in #189
- Set overview as default tab and persist instance selection by @ViridianCitrus in #190
- Setup form styling [Merge this first] by @NicholasLin718 in #193
- New setup dynamic forms by @NicholasLin718 in #187
- add spring 2023 roadmap to readme by @Arcslogger in #197
- Overview and logged out state styling by @Arcslogger in #194
- No instance state by @NicholasLin718 in #195
- 0.4.3 by @CheatCod in #191
Lodestone Core
- ZIP by @jasonw930 in Lodestone-Team/lodestone_core#118
- Dev/refactor setup by @CheatCod in Lodestone-Team/lodestone_core#119
- added playerlist to instance info by @Ynng in Lodestone-Team/lodestone_core#125
- Fixed unzip duplicate folder by @jasonw930 in Lodestone-Team/lodestone_core#127
- Update dependencies in development instructions by @8Bitz0 in Lodestone-Team/lodestone_core#109
- Fixed forge server not launching by @jasonw930
- enable cross building workflow by @pinnouse in Lodestone-Team/lodestone_core#122
- Releases/0.4.3 by @CheatCod in Lodestone-Team/lodestone_core#126
- make vendored openssl build optional via a feature flag by @pinnouse in Lodestone-Team/lodestone_core#128
Full Changelog: v0.4.2...v0.4.3
Lodestone v0.4.2
Downloads
- Windows Installer
- Windows Standalone
- .dmg (known UI issues)
- .deb
- .AppImage (unstable)
Notable Changes
This release includes a new design, added support for Forge and Paper, and improved the underlying infrastructure for a smoother experience.
- Refactor to new Error type by @3Nya3 in #129
- removed overlap of text and icon in input box & refactored input-base by @NicholasLin718 in #128
- Add tooltip to GameIcon component by @ViridianCitrus in #140
- Loads fonts locally by @Ynng in #142
- Update ToastContainer to set icons in toasts based on toast type by @kevinzhangTT in #150
- Refactored File Viewer into more maintainable components by @Ynng in #151
- add restart button to InstanceCard by @seliayeu in #148
- fix: Learn more consistency on login form by @HananAlsawy in #156
- Left Navbar implementation by @NicholasLin718 in #152
- New variable width design by @Arcslogger in #81
- fixed minecraft flavour types by @NicholasLin718 in #162
- Made new
instanceLoadingPill
by @Ynng in #164 - hotfix for home until full design by @Arcslogger in #166
- left nav tweaks by @Arcslogger in #167
- Lodestone 0.4.2 by @Ynng in #169
New Contributors
- @3Nya3 made their first contribution in #129
- @ViridianCitrus made their first contribution in #140
- @kevinzhangTT made their first contribution in #150
- @seliayeu made their first contribution in #148
- @HananAlsawy made their first contribution in #156
Full Changelog: v0.4.1...v0.4.2
v0.4.1
Downloads
Notable Changes
This release focuses on bugfixes and stability
- Landing page redesign by @Arcslogger and @NicholasLin718 in #106
- Fixed a bug where dashboard crashes in Firefox, and added a warning banner when this issue occurs by @Ynng in #119
- Fixed a bug where dashboard crashes in Safari and WebKit by @Ynng (#101)
- Added toasts and warnings for mismatched dashboard and core version by @NicholasLin718 in #120
- Fixed a bug where the user can get stuck in the first-time setup screen by @Ynng in (#109)
- Fixed a bug where pressing "enter" would go back instead of submitting by @NicholasLin718
- Fixed text selection background color on Firefox by @joeywangzr (#99)
- Added RCON toggle and password to the setting page by @NicholasLin718 in #115
- Support for TLS in Lodestone Core by @CheatCod
Full Changelog: https://github.com/Lodestone-Team/lodestone/pull/123/files
v0.4.0
Downloads:
This is the first public release for Lodestone! Bear in mind Lodestone is still in beta, so rough patches are expected. Check the known issues for troubleshooting. Feel free to raise an issue if you encounter any bugs or have suggestions.
We also have a Discord server if you need help setting up Lodestone. Feel free to join and chat around!
Featured in this release:
- Intuitive UI to adjust server settings instead of messing around in config files
- Automatic one-click setup for Minecraft servers (We download Java for you!)
- Create multiple user accounts with scoped permissions for a collaborative server management experience
- File explorers for each game server
- Virtual consoles for each game server's CLI
- Real-time notifications on server statuses
- Server monitoring (RAM & CPU usage)
- Full support for Windows, partial support for Linux, with upcoming MacOS support*
*Lodestone Core is supported on Windows, Linux, the dashboard needs more work to adapt to the native web view on Tauri