Skip to content

Commit 85e3ecd

Browse files
Prepare stable development release version 0.3.0
1 parent d32c990 commit 85e3ecd

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
---
66

7+
# 0.3.0
8+
*2017-03-26*
9+
This project has been renamed to *Nord Tilix*.
10+
The upstream project [Terminix has been renamed to *Tilix* due to trademark infringement](https://github.com/gnunn1/tilix/issues/815).
11+
All text occurrences- and project assets have been updated to match the new name. (@arcticicestudio, #15, d32c9906)
12+
13+
## Bug Fixes
14+
### Documentation
15+
❯ Fixed a typo in the project description. (@arcticicestudio, #12, fd02252f)
16+
717
# 0.2.0
818
*2017-02-21*
919
## Features

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Syntax: `install.sh [OPTIONS]`
4949
<p align="center"><strong>Advanced Color Settings</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-tilix/develop/src/assets/scrot-feature-advanced-settings.png"/><br><strong>Badges</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-tilix/develop/src/assets/scrot-feature-advanced-settings-badges.png"/></p>
5050

5151
## Development
52-
[![](https://img.shields.io/badge/Changelog-0.2.0-81A1C1.svg)](https://github.com/arcticicestudio/nord-tilix/blob/v0.2.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg)](https://github.com/arcticicestudio/arcver)
52+
[![](https://img.shields.io/badge/Changelog-0.3.0-81A1C1.svg)](https://github.com/arcticicestudio/nord-tilix/blob/v0.3.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg)](https://github.com/arcticicestudio/arcver)
5353

5454
Continuous integration builds are running at [Travis-CI](https://travis-ci.org/arcticicestudio/nord-tilix) and [Circle CI](https://circleci.com/bb/arcticicestudio/nord-tilix).
5555

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# repository https://github.com/arcticicestudio/nord-tilix +
66
# author Arctic Ice Studio +
77
8-
# copyright Copyright (C) 2016 +
8+
# copyright Copyright (C) 2017 +
99
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1010
set -e
1111

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nord-tilix",
33
"title": "Nord Tilix",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"description": "An arctic, north-bluish clean and elegant Tilix color scheme.",
66
"author": {
77
"name": "Arctic Ice Studio",

0 commit comments

Comments
 (0)