Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.6.0"
".": "0.7.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.7.0](https://github.com/birdflop/server-manager/compare/v0.6.0...v0.7.0) (2026-06-30)


### Features

* add console macros, templates, modpack import, dep resolution, and Velocity forwarding ([96849f0](https://github.com/birdflop/server-manager/commit/96849f0e0795c7faea06b6ab495a958defa67e1e))
* better tunnel stuff ([501eb63](https://github.com/birdflop/server-manager/commit/501eb63214f91cb48f04cc130820a5f04f19cd1b))
* birdflop specific tunnel setup ([c839f87](https://github.com/birdflop/server-manager/commit/c839f87d192645a93251b0c849d945ebba0334f2))
* color code support ([89331c2](https://github.com/birdflop/server-manager/commit/89331c2e886178520e76c050b2d06b19f51233b4))
* console colors, server.properties editor, remote debug, and test matrix ([bb19caa](https://github.com/birdflop/server-manager/commit/bb19caa9a99c1634333662b36ffc005337d43349))


### Bug Fixes

* color codes being stripped ([f6f8e57](https://github.com/birdflop/server-manager/commit/f6f8e57379602eabc53ff99b42a5a10f2f28cd47))
* dev builds ([660c74f](https://github.com/birdflop/server-manager/commit/660c74f788de619a694ee2657dce15871a40398a))
* for real fix terminal colors? ([6b48ebb](https://github.com/birdflop/server-manager/commit/6b48ebbe73b786eae3a947bd5ad029531d713eb4))
* java scan freezing app ([c839f87](https://github.com/birdflop/server-manager/commit/c839f87d192645a93251b0c849d945ebba0334f2))

## [0.6.0](https://github.com/birdflop/server-manager/compare/v0.5.0...v0.6.0) (2026-06-25)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "birdflop-server-manager",
"version": "0.6.0",
"version": "0.7.0",
"description": "Local Minecraft test-server manager",
"main": "./out/main/index.js",
"author": {
Expand Down
Loading