Skip to content

Commit 453e6f3

Browse files
committed
[ADD] History of releases for Android Color Filters
1 parent ba4b11d commit 453e6f3

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

_projects/color-filters.md

+36
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,39 @@ The built-in input methods take up too much spaces so I decided to try to implem
3232

3333
### Palette
3434
After Lollipop came out the Android libraries were updated and they added support for Palette. I decided to work it into the app because it's similarly visual and the it fit right into the architecture.
35+
36+
37+
## History
38+
39+
### 2.0.0#2710 (2018-10-21)
40+
{: #v20002710}
41+
* [Feature]({{site.baseurl}}/blog/2016/09/android-xml-colors.html): font resource investigation (only in debug)
42+
* [Enhancement](https://github.com/TWiStErRob/net.twisterrob.colorfilters/issues/6): update all versions, target Pie
43+
* [Enhancement](https://github.com/TWiStErRob/net.twisterrob.colorfilters/issues/5): Kotlin, latest build system
44+
* [Fix](https://github.com/TWiStErRob/net.twisterrob.colorfilters/issues/7): Colored UI elements were black on Marshmallow and above
45+
* [Fix](https://github.com/TWiStErRob/net.twisterrob.colorfilters/issues/8): Truncated text on Lollipop and above
46+
* [Fix](https://github.com/TWiStErRob/net.twisterrob.colorfilters/issues/4): drag and drop crash
47+
48+
### 1.2.0#2463 (2017-12-21)
49+
{: #v11102463}
50+
* _unreleased_
51+
* Enhancement: modularization
52+
* Enhancement: basic tests
53+
54+
### 1.1.0#1636 (2015-06-02)
55+
{: #v11001636}
56+
* Feature: Added Palette support
57+
* Enhancement: Ability to hide images to gain space
58+
* Fix: Better number format support for non-latin locales
59+
Use programmer number format everywhere
60+
* Fix: rotation and other lifecycle fixes
61+
* Fix: jumpy labels when sliders change
62+
63+
### 1.0.0#1339 (2014-10-28)
64+
{: #v10001339}
65+
* Initial release with 3 Color Filters
66+
* Build with Lollipop
67+
68+
### 1.0.0#1324 (2014-10-25)
69+
{: #v10001324}
70+
* Initial release preparation

0 commit comments

Comments
 (0)