Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/twine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Celis <sebastian@sebastiancelis.com>2017-10-16 23:13:35 +0300
committerSebastian Celis <sebastian@sebastiancelis.com>2017-10-16 23:13:35 +0300
commit8e3170ccd726b3340a418870f462490059542188 (patch)
tree42515ebfec2c876319753eb21a1449d7f4a70086 /CHANGELOG.md
parent041fe7d5cba83031a66cc74a65f24f895a445796 (diff)
Move changelog and clean it up a bit
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..d6c2511
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,15 @@
+# Upcoming Version
+
+- Feature: Fail twine commands if there's more than one formatter candidate (#201)
+- Feature: In the Apple formatter, use developer language for the base localization (#219)
+- Bugfix: Preserve basic HTML styling for Android strings (#212)
+- Bugfix: `twine --version` reports "unknown" (#213)
+- Bugfix: Support spaces in command line arguments (#206)
+- Bugfix: 'r' missing before region code in Android output folder (#203)
+- Bugfix: .po formatter language detection (#199)
+- Bugfix: Add 'q' placeholder for android strings (#194)
+- Bugfix: Boolean command line parameters are always true (#191)
+
+# 0.10.1
+
+- Bugfix: Xcode integration (#184)