Skip to content

Commit

Permalink
v1.5.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Peveler <[email protected]>
  • Loading branch information
MasterOdin committed Aug 19, 2020
1 parent e38bf3e commit 241e66e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,31 @@
# Changelog

## v1.5.0

* Fix typo in Dockerfile entrypoint
* Move jsx files from `client/src` to `src/client`
* Move `socket/io.js` -> `src/server/io.js`, `api` -> `src/server/api`, `models/` -> `src/server/models`,
* Begin work on Services feature
* Fix import in scripts/create-admin.js
* Fix remaining old-style font awesome icons
* Add additional left/right padding on cog buttons
* Fix broken label on SIGHUP button
* Fix cog-cli crash when clicking icon on button
* Improve styling of ANSI blue color
* Hitting clear on cog now persists cleared log through reloads
* Add button to send SIGUSR2 signal
* Fix crash when second instance of cog-cli on one machine attempts to connect
* Remove console log of credentials when logging in

## v1.4.0

* Set `restart: always` for all docker-compose.yml containers
* Move Dockerfile folder for crun-server from `/srv` to `/home/cisl/server`
* Move from `@cisl/celio` to `@cisl/io` library
* Update `@cisl/express`
* Move from `@cisl/express` to regular `express`
* Rewrite frontend in React from backbone with webpack for building
* Under development (e.g. `process.env.NODE_ENV !== 'production'`), webpack will hot reload on any source file changes
* Start publishing container (with mongo included) on Docker Hub: [bishopcais/cog-server](https://hub.docker.com/r/bishopcais/cog-server)

## v1.3.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cog-server",
"description": "To use it install packages with `npm install`",
"version": "1.4.0",
"version": "1.5.0",
"author": "Ashwin Hamal",
"license": "MIT",
"maintainers": [
Expand Down

0 comments on commit 241e66e

Please sign in to comment.