Added a changelog, added .editorconfig, and renamed the license file.

This commit is contained in:
Dylan Moonfire 2018-04-11 13:48:38 -05:00
parent fa68a3351d
commit 2f1344d132
4 changed files with 96 additions and 33 deletions

17
.editorconfig Normal file
View File

@ -0,0 +1,17 @@
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
charset = utf-8
end_of_line = lf
indent_brace_style = K&R
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 120
tab_width = 4
trim_trailing_whitespace = true
curly_bracket_next_line = true
quote_type = double

79
CHANGELOG.md Normal file
View File

@ -0,0 +1,79 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Added initial information and formatting files.
## 3.1.0 - 2018-04-08
### Changed
- Removed italics around Miwāfu words in both print and ebook. This was done because they are native words for Rutejìmo and therefore wouldn't be seen or heard differently from his point of view.
- Updated the cover to match the standards from [fedran-covers](https://gitlab.com/fedran/fedran-covers/).
### Removed
- Removed teasers for other books, they don't age well.
### Fixed
- Various typo and formatting changes.
## 3.0.0
### Changed
- Switching publication system to mfgames-writing-js.
- Removed the table of contents from the printed version.
- Simplified the contents for EPUB.
- Removed italics for words since they are native to the main character.
- `chapters/chapter-03.markdown`: Found a plot hole, no one would have talked to Rutejìmo about his mother (see [Raging Alone](https://fedran.com/raging-alone/) and [Sand and Ash](https://fedran.com/sand-and-ash/)).
### Fixed
- `chapters/chapter-01.markdown`: Corrected epigraph attribute in chapter one from "Funikogo Ganósho" to "Funikogo Ganóshyo".
## 2.0.0
### Changed
- Switched over to Creative Commons BY-NC-SA 4.0 International license.
## 1.2.1
### Changed
- Added fancy ligatures back for the titles.
- Changed the build system which had some very minor spacing changes.
- Changed font on chapter and title pages.
## 1.2.0
### Changed
- Switched to Ingram for distribution with a new print ISBN: 978-1-940509-06-8.
- Removed rare ligatures from print versions for readability.
- Italicized the Miwāfu words in both print and ebook.
### Fixed
- `chapters/chapter-03.markdown`: "shimu dépa" to "shimusogo dépa". Thank you, David B.
## 1.1.0
### Changed
- After a review pointed out a number of errors, a second copy editor was acquired and a large number of changes (almost a thousand) were done to improve readability and grammar.
## 1.0.0
### Added
- Initial version.
- Print version was published with Lulu with ISBN 978-1-940509-01-3.

View File

@ -1,33 +0,0 @@
---
Title: Versions
---
The current version is 3.1.0.
* 1.0.0 (version missing on legal page)
* Initial version.
* Print version was published with Lulu with ISBN 978-1-940509-01-3.
* 1.1.0
* After a review pointed out a number of errors, a second copy editor was acquired and a large number of changes (almost a thousand) were done to improve readability and grammar.
* 1.2.0
* Switched to Ingram for distribution with a new print ISBN: 978-1-940509-06-8.
* Removed rare ligatures from print versions for readability.
* Italicized the Miwāfu words in both print and ebook.
* Fixed a typo in chapter 3: "shimu dépa" to "shimusogo dépa". Thank you, David B.
* 1.2.1
* Added fancy ligatures back for the titles.
* Changed the build system which had some very minor spacing changes.
* Changed font on chapter and title pages.
* 2.0.0
* Switched over to Creative Commons BY-NC-SA 4.0 International license.
* 3.0.0
* Switching publication system to mfgames-writing-js.
* Removed the table of contents from the printed version.
* Simplified the contents for EPUB.
* Removed italics for words since they are native to the main character.
* Chapter 1: Corrected epigraph attribute in chapter one from "Funikogo Ganósho" to "Funikogo Ganóshyo".
* Chapter 3: Found a plot hole, no one would have talked to Rutejìmo about his mother (see *Raging Alone* and *Sand and Ash*).
* 3.1.0
* Removed italics around Miwāfu words in both print and ebook. This was done because they are native words for Rutejìmo and therefore wouldn't be seen or heard differently from his point of view.
* Added a new cover design to make them bichromatic.
* Removed teasers for other books, they don't age well.