Skip to content

Commit

Permalink
📝 Move CHANGELOG to separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed Sep 11, 2020
1 parent 0a52d09 commit dfe357a
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 23 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Changelog

## 2.6.0

- Speed improvements
- Changed confirmation prompts (yes/no) to just pressing Y/N buttons for a more natural flow
- When trying to restart a stopped container using fuzzy searching it will now prompt the user that the container isn't running and asks if it needs to be started instead

## 2.5.0

- Add support for `docker cat` to display file contents of a file inside the docker container
- Prompt flow improvements

## 2.4.6

- A lot of internal code cleanup since last changelog
- Minor bugfixes
- Speed optimizations
- Now has 0 external dependencies since everything is contained within supdock

## 2.4.2

- Speed improvements

## 2.4.1

- `port` and `top` commands
- More commands now support fuzzy searching

Since the internal code changed quite a bit some bugs might have snuck in.
To report bugs run `supdock` with the `DEBUG=*` environment variable and create an issue with the output.

## 2.3.0

- Internal cleanup of code
- Config reusability optimisations and backwards compatibility
- New `short-logs` config option to set a default limit of 500 lines to the `logs` command
25 changes: 2 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,29 +42,8 @@ chmod +x /usr/local/bin/supdock

## Changelog

### 2.4.6
- A lot of internal code cleanup since last changelog
- Minor bugfixes
- Speed optimizations
- Now has 0 external dependencies since everything is contained within supdock

### 2.4.2

- Speed improvements

### 2.4.1

- `port` and `top` commands
- More commands now support fuzzy searching

Since the internal code changed quite a bit some bugs might have snuck in.
To report bugs run `supdock` with the `DEBUG=*` environment variable and create an issue with the output.

### 2.3.0

- Internal cleanup of code
- Config reusability optimisations and backwards compatibility
- New `short-logs` config option to set a default limit of 500 lines to the `logs` command
For a basic changelog overview go [here](./CHANGELOG.md).
I try to keep track of most general changes as best as I can.

## Usage

Expand Down

0 comments on commit dfe357a

Please sign in to comment.