Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p1c2u committed Jun 1, 2023
1 parent 92f0afe commit de4fea6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 79 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.2
current_version = 0.5.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.0
- projects treeview
- explorer view optimizations

## 0.4.2
- containers view retouch

Expand Down
81 changes: 4 additions & 77 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ Docker Compose Extension for Visual Studio Code

## Features

* Manage Compose projects (Up, Down).
* Manage Compose services (Up, Shell, Attach, Start, Stop, Restart, Build, Kill, Down).
* Manage Compose services's containers (Attach, Start, Kill).
* Multi-root support.
* Projexts view to manage Compose projects.
* Services view to manage Compose services and containers.
* Multi-folder workspace support.

## Requirements

Expand All @@ -32,76 +31,4 @@ The extension contributes the following settings:

## Known Issues

The extension is in early stage. Feel free to report bugs.

## Release Notes

### 0.4.2

* containers view retouch

### 0.4.1

* Sync vscode engine with types

### 0.4.0

* Make docker compose great again

### 0.3.5

* Keep environment variables on command execution
* Project name normalisation fix
* Custom container names fix

### 0.3.4

* Container healthy icon

### 0.3.3

* Windows folders path fix

### 0.3.2

* Containers loop fix
* New service icons

### 0.3.1

* Find docker compose ps separator fix

### 0.3.0

* Better executor exceptions handling
* Refresh nodes on child process exit event
* Container logs command

### 0.2.3

* Activity bar
* Activation events fix

### 0.2.2

* Commands rename fix

### 0.2.1

* List services error handing fix
* Up service attached

### 0.2.0

* Tree view explorer
* Multi-root support
* Service's containers support
* Refresh performance increased

### 0.1.1

* Attach and shell commands added

### 0.1.0

Initial release
The extension is in experimental stage. Feel free to report bugs.
Binary file modified images/explorer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Docker Compose",
"description": "Manage Docker Compose services",
"icon": "images/icon.png",
"version": "0.4.2",
"version": "0.5.0",
"publisher": "p1c2u",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit de4fea6

Please sign in to comment.