You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Please refer to the [official documentation](https://docs.wilfredproject.org/en/latest/development/) for more information about the CHANGELOG and releases.
4
4
5
-
## next-release
5
+
## v0.6.0 (released on 2020-04-10)
6
6
7
7
***Added**[#47](https://github.com/wilfred-dev/wilfred/issues/47) Added `--force`/`-f` flags to `wilfred kill` and `wilfred delete` (forces actions without confirmation).
8
8
***Added**[#50](https://github.com/wilfred-dev/wilfred/issues/50) Added ability to reset back to default startup command (remove custom startup command).
Copy file name to clipboardExpand all lines: snap/snapcraft.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
name: wilfred
2
2
base: core18
3
-
version: git# set version on release ('v0.1.0') and use 'git' during dev
3
+
version: 'v0.6.0'# set version on release ('v0.1.0') and use 'git' during dev
4
4
summary: A CLI for managing game servers using Docker # 79 char long summary
5
5
description: |
6
6
Wilfred is a command-line interface for running game servers locally. It uses Docker to run game servers in containers, which means they are completely separated. Wilfred can run any game that can run in Docker.
0 commit comments