]>
Commit | Line | Data |
---|---|---|
fd38d409 RBR |
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/) | |
5 | and this project adheres to [Semantic Versioning](http://semver.org/). | |
6 | ||
7 | ## [Unreleased] | |
8 | ### Added | |
9 | - Contributing Guide | |
10 | - This Changelog | |
11 | - Linter | |
12 | - CI Config | |
13 | - Documentation with JSDoc | |
14 | ||
15 | ### Changed | |
16 | - Code style | |
17 | ||
18 | ## 1.0.0 - 2016-05-09 | |
19 | ### Added | |
20 | - 256 color renderer | |
21 | - ANSI color renderer | |
22 | - True color renderer | |
23 | - Fake color renderer | |
24 | - Circle screen | |
25 | - Gradients screen | |
26 | - Random screen | |
27 | - Sprinkles screen | |
28 | - Mirrors screen | |
29 | - Main server | |
30 | ||
31 | [Unreleased]: https://gitlab.com/rbdr/sumo/compare/master...develop |