We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d3b7c commit a238690Copy full SHA for a238690
CHANGELOG.md
@@ -0,0 +1,20 @@
1
+# Changelog
2
+All notable changes to this project will be documented in this file.
3
+
4
+The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
+and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
+## [Unreleased]
8
9
+## [1.0.0] - 2018-07-14
10
+### Added
11
+- Separation from Sugarizer repository
12
+- Standalone server (Apache server no longer need)
13
+- Handle login/password
14
+- Full dashboard with information on activities, users and journal
15
+- SSL support
16
17
+### Changed
18
+- Improved API
19
+- Docker now need only 2 containers
20
+- .ini file location now depend of NODE_ENV variable
0 commit comments