Commit graph

22 commits

Author SHA1 Message Date
Thomas M. Edwards
243cf70ed7
Create FUNDING.yml 2021-02-16 13:57:30 -06:00
Thomas M. Edwards
c7dfa14e37
Update feature_request.md 2021-02-16 13:55:05 -06:00
Thomas M. Edwards
a562b8e237
Update bug_report.md 2021-02-16 13:53:57 -06:00
Thomas M. Edwards
8b0aaba0a7
Create config.yml 2021-02-16 13:52:33 -06:00
Thomas M. Edwards
6c6b1a9200 Update issue templates 2021-02-16 13:46:48 -06:00
Thomas M. Edwards
81d1d717d1
RELEASE: v2.1.1 2020-02-25 01:02:22 -06:00
Thomas M. Edwards
0a0821918e PREPPING: v2.1.1 2020-02-25 00:58:19 -06:00
Thomas M. Edwards
ea69d81375 [Update] Update slugify() again.
* Reduced the regexp by switching fully to ranges.
* Switched replacement character to underscore.
* Dropped lowercasing.
2020-02-25 00:56:36 -06:00
Thomas M. Edwards
2d91f1ce96 [Fix] Fixed usage of old watcher Event API. Resolves #7.
* The `watcher` `Event` API changed from stuffing old/new path into a single field to having them as separate fields.  Update the code to use the new API.
2020-02-24 16:19:07 -06:00
Thomas M. Edwards
6e2090b23d [Update] Golint appeasement. 2020-02-24 16:08:26 -06:00
Thomas M. Edwards
0309c003e7 [Update] Improve slugify()'s set of invalid characters. 2020-02-24 15:23:00 -06:00
Thomas M. Edwards
59bf950d98 [Update] Remove redundant variable. 2020-02-24 14:29:14 -06:00
Thomas M. Edwards
07de47c9bf [Update] Copyright mambo. 2020-02-24 14:28:13 -06:00
Thomas M. Edwards
ecef9e14ea [Docs] Improvements.
* Add enough of a description of story format versions that the later mention of "major version" makes sense.
* Change a "should" to the correct "must" in the JSON chunk warning.
* Add a reminder to the Twee2->Twee v3 tip about the standard Twee file extensions.
2020-02-24 14:16:59 -06:00
Thomas M. Edwards
78cc697889 [Devel] Update README. 2019-12-25 11:42:46 -06:00
Thomas M. Edwards
4f1b08abca [Docs] Normalize "source code repository" language. 2019-12-25 11:42:00 -06:00
Thomas M. Edwards
8c600bd12d [Update] Attempt to make LICENSE palatable to GitHub's license detector. 2019-12-23 22:54:42 -06:00
Thomas M. Edwards
29570607dd [Update] Update README and .gitignore. 2019-12-23 21:56:28 -06:00
Thomas M. Edwards
9ea2fabb84
RELEASE: v2.1.0
Merge pull request #1 from tmedwards/develop
2019-12-23 14:39:38 -06:00
Thomas M. Edwards
e44ae8e592 PREPPING: v2.1.0 2019-12-23 14:35:28 -06:00
Thomas M. Edwards
1bb4278938 [New, Update] Messy commit.
* [Update] Add module paths to watch files.  From the old Bitbucket repo, submitted by `MarkSill`.
* [Fix] Trim erroneous whitespace surrounding the story title.  From the old Bitbucket repo.
* [Update, Devel, Docs] Changed import and doc paths to point to the GitHub repo and removed Mercurial references.
* [Fix] Leading whitespace on passages is trimmed as intended.
* [New, Docs] Added an option to disable passage trimming (`--no-trim`).
* [Update] Update IFID commentary and cleanup.
* [Update] Switched to another SemVer module due to a few issues with the old one.
* [Update] Purged commented legacy & debug code.
2019-12-23 14:25:57 -06:00
Thomas M. Edwards
57e1aa52ff Initial Bitbucket→GitHub migration commit, based on release v2.0.0. 2019-12-23 13:45:15 -06:00