Skip to content

Commit 7d61118

Browse files
committed
release 0.6.0
1 parent bf5dbc9 commit 7d61118

File tree

10 files changed

+40
-33
lines changed

10 files changed

+40
-33
lines changed

ARCHIVE.todo

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,35 @@
11
Archive:
2+
✔ ---- v. 0.6.0 -------------------- @done
3+
✔ BUG: when loading theme hud should be reseted @done (14-02-19 20:58) @project(Improve HUD)
4+
✔ reset filters @done (14-02-19 20:22) @project(Improve HUD)
5+
✔ BUG: both hsl and b/c sliders @done (14-02-19 20:22) @project(Improve HUD)
6+
✔ apply to bg checkbox should remember original general @done (14-02-19 19:59) @project(Improve HUD)
7+
✘ update uuid @cancelled (14-02-19 16:49) @project(Low)
8+
✔ BUG: reverse the order of scope bar values, match with what is reported in sublime @done (14-02-19 15:59) @project(TODO v.0.6)
9+
✔ filters should not affect non color general values @done (14-02-19 07:59) @project(improve HUD)
10+
✔ BUG: invert with alpha channel @done (14-02-19 07:34) @project(improve HUD)
11+
✔ setting color with transparency (different alpha channel representation) @done (14-02-19 07:25) @project(improve HUD)
12+
✔ parse alpha colors @done (14-02-19 07:24) @project(improve HUD)
13+
✔ use run and config blocks to bootstrap app @done (14-02-19 05:51) @project(TODO v.0.6)
14+
✔ use angular.toJson/angular.fromJson instead of JSON @done (14-02-19 05:50) @project(TODO v.0.6)
15+
✔ BUG: do not store hashkey to localstorge for external themes @done (14-02-19 05:50) @project(TODO v.0.6)
16+
✔ ColorTools: hue/color tempreture/color tint/grayscale/ and other color adjustments @done (14-02-19 05:38) @project(TODO v.0.6)
17+
✔ BUG: new local file loading 1. do not set selected_theme and do not turn off loader @done (14-02-19 05:36)
18+
✔ BUG: deleting from local/external does not trun off loading @done (14-02-19 05:36)
19+
✔ highlight current theme/local file/external after reload @done (14-02-19 05:06) @project(TODO v.0.6)
20+
✔ add color input boxes with real color values to edit popovers @done (14-02-19 05:06) @project(TODO v.0.6)
21+
✔ some general settings are not colors /#/BoxUK (3 end with options and are text) @done (14-02-19 04:20) @project(TODO v.0.6)
22+
✔ show real color as input @done (14-02-19 03:48)
23+
✔ remove title on color boxes @done (14-02-19 03:48)
24+
✔ trottle style generation @done (14-02-19 01:36) @project(improve HUD)
25+
✔ do not compile boot.coffee @done (14-02-18 23:09) @project(TODO v.0.6)
26+
✔ grayscale filter @done (14-02-18 21:30) @project(improve HUD)
27+
✔ colorize (keep the s and l but set the same H) @done (14-02-18 20:53) @project(improve HUD)
28+
✔ key up/down for value change in hud input @done (14-02-18 19:06) @project(improve HUD)
29+
✔ draggable broken @done (14-02-18 18:17) @project(improve HUD)
30+
✔ saturation (hsl) (-100,100) @done (14-02-18 16:52) @project(improve HUD)
31+
✔ lightness (hsl) (-100,100) @done (14-02-18 16:52) @project(improve HUD)
32+
✔ hue (hsl) (-180,180) @done (14-02-18 16:52) @project(improve HUD)
233
✔ ---- v. 0.5.1 Major Refactoring -------------------- @done
334
✔ update less/connect assets (less in dev tools) @done (14-02-18 03:46) @project(TODO v.0.6)
435
✔ set production env on heroku @done (14-02-18 03:46) @project(TODO)

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ using [angular.js](angularjs.org)
1212

1313
![TmTheme Editor Screenshot](public/images/screenshots/tmte-screenshot.png)
1414

15+
<p align="center">
16+
<img src="https://raw.github.com/aziz/tmTheme-Editor/master/public/images/screenshots/tte-color-adjustments.png" width="320" height="380">
17+
<img src="https://raw.github.com/aziz/tmTheme-Editor/master/public/images/screenshots/tte-edit-popover.png" width="401" height="364">
18+
</p>
19+
1520
## Copyright
1621
**tmThemeEditor**
1722
&copy; Copyright 2012-2014 Allen Bargi

TODO.todo

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11

2-
TODO v.0.6:
2+
TODO v.0.7:
33
☐ add more themes
44
☐ more lang support (PHP Perl GO LESS SCSS C C++ Lua XML Markdown Latex)
55
☐ BUG: save does not work (gallery/local/external)
66
☐ gutter issue (redo gutter styling)
77
☐ refactor drag and drop theme file as a directive
88
☐ refactor file system API as a service
9+
☐ remove button for custom preview code
910

1011
Preview and scope bar:
1112
☐ do not scroll preview when popover is open on the preview code
@@ -127,33 +128,3 @@ Test:
127128
☐ download theme
128129
___________________
129130
Archive:
130-
✔ BUG: when loading theme hud should be reseted @done (14-02-19 20:58) @project(Improve HUD)
131-
✔ reset filters @done (14-02-19 20:22) @project(Improve HUD)
132-
✔ BUG: both hsl and b/c sliders @done (14-02-19 20:22) @project(Improve HUD)
133-
✔ apply to bg checkbox should remember original general @done (14-02-19 19:59) @project(Improve HUD)
134-
✘ update uuid @cancelled (14-02-19 16:49) @project(Low)
135-
✔ BUG: reverse the order of scope bar values, match with what is reported in sublime @done (14-02-19 15:59) @project(TODO v.0.6)
136-
✔ filters should not affect non color general values @done (14-02-19 07:59) @project(improve HUD)
137-
✔ BUG: invert with alpha channel @done (14-02-19 07:34) @project(improve HUD)
138-
✔ setting color with transparency (different alpha channel representation) @done (14-02-19 07:25) @project(improve HUD)
139-
✔ parse alpha colors @done (14-02-19 07:24) @project(improve HUD)
140-
✔ use run and config blocks to bootstrap app @done (14-02-19 05:51) @project(TODO v.0.6)
141-
✔ use angular.toJson/angular.fromJson instead of JSON @done (14-02-19 05:50) @project(TODO v.0.6)
142-
✔ BUG: do not store hashkey to localstorge for external themes @done (14-02-19 05:50) @project(TODO v.0.6)
143-
✔ ColorTools: hue/color tempreture/color tint/grayscale/ and other color adjustments @done (14-02-19 05:38) @project(TODO v.0.6)
144-
✔ BUG: new local file loading 1. do not set selected_theme and do not turn off loader @done (14-02-19 05:36)
145-
✔ BUG: deleting from local/external does not trun off loading @done (14-02-19 05:36)
146-
✔ highlight current theme/local file/external after reload @done (14-02-19 05:06) @project(TODO v.0.6)
147-
✔ add color input boxes with real color values to edit popovers @done (14-02-19 05:06) @project(TODO v.0.6)
148-
✔ some general settings are not colors /#/BoxUK (3 end with options and are text) @done (14-02-19 04:20) @project(TODO v.0.6)
149-
✔ show real color as input @done (14-02-19 03:48)
150-
✔ remove title on color boxes @done (14-02-19 03:48)
151-
✔ trottle style generation @done (14-02-19 01:36) @project(improve HUD)
152-
✔ do not compile boot.coffee @done (14-02-18 23:09) @project(TODO v.0.6)
153-
✔ grayscale filter @done (14-02-18 21:30) @project(improve HUD)
154-
✔ colorize (keep the s and l but set the same H) @done (14-02-18 20:53) @project(improve HUD)
155-
✔ key up/down for value change in hud input @done (14-02-18 19:06) @project(improve HUD)
156-
✔ draggable broken @done (14-02-18 18:17) @project(improve HUD)
157-
✔ saturation (hsl) (-100,100) @done (14-02-18 16:52) @project(improve HUD)
158-
✔ lightness (hsl) (-100,100) @done (14-02-18 16:52) @project(improve HUD)
159-
✔ hue (hsl) (-180,180) @done (14-02-18 16:52) @project(improve HUD)

app/templates/_links.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<li><a href="https://github.com/aziz/tmTheme-Editor/issues/new">Feedback</a></li>
1818
<li><a href="https://github.com/aziz/tmTheme-Editor">Github</a></li>
1919
<li class="divider"></li>
20-
<li><center><small class="muted">Version 0.5.1</small></center></li>
20+
<li><center><small class="muted">Version 0.6.0</small></center></li>
2121
</ul>
2222
</div>
2323
</div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tmtheme-editor",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"private": true,
55
"scripts": {
66
"start": "./node_modules/.bin/coffee app/app.coffee",
-44.3 KB
Binary file not shown.
-21.6 KB
Binary file not shown.
-60.2 KB
Binary file not shown.
44.3 KB
Loading
48.6 KB
Loading

0 commit comments

Comments
 (0)