-
Notifications
You must be signed in to change notification settings - Fork 5
/
changelog.txt
135 lines (104 loc) · 6.72 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
0.0.32: (April 17 2020)
feature: Homepage is now the gif feed. Old homepage is gone.
0.0.31: (May 25 2019)
feature: Tab key now inserts 4 spaces instead of tabs Shift-Tab unindents.
text: Remove bullshit on pricing page that said there could be a paid plan some day.
0.0.30: (May 19 2019)
layout: Better display of long titles in feed.
feature: Make search case insensitive
0.0.29: (January 19 2019)
feature: likes and views count!
0.0.28: (January 18 2019)
bugfix: fix annoying slowdown each 2500 ms in p5js player
0.0.27: (January 10 2019)
feature removed: Infinite loop detector removed as experience showed
it was more annoying and very difficult to make good enough.
feature: p5js gif rendering now triggers setup() at first frame.
This will allow more control over gifs.
feature: Better tool to recover crashed gifs.
0.0.26: (December 15 2018)
layout: Feed is now a grid
0.0.25: (December 10 2018)
feature: Add "Download .gif" button in case you
don't know that "right-click, save-as" is a thing.
feature: Add invisible_captcha to prevent some spam sign-ups
feature: Feed moved to /feed, landing page created
0.0.24: (December 3 2018)
feature: Set FPS and frames in p5js mode for gif export
feature: Download zip folder for offline modifications
0.0.23: (November 28 2018)
feature: Add p5.js mode
feature: Download
0.0.22: (November 22 2018)
feature: Add more comments to javascript examples
delete: Delete tiny image mosaic in homepage
(was broken in last release anyway + endless scrolling makes it useless)
feature: New forloop.js example + improve comments of existing js examples
bugfix: The frame input button was not working properly because there was
a transparent div over it sometimes.
feature: Frame per second is now a setting
0.0.21: (November 20 2018)
feature: Show language in image_box
feature: Add button to retrieve last code
feature: Night mode
0.0.20: (November 18 2018)
feature: Language selector page
feature: Detect potentially infinite for-lops in javascript editor
0.0.19: (November 15 2018)
feature: Javascript mode!
0.0.18: (November 4 2018)
feature: infinite scrolling in profile, home and search
0.0.17: (October 17 2018)
other: Make default rails tests pass for the first time, hoping to write some actual
useful tests one day.
Load more gifs on the homepage at page load (15).
0.0.16: (October 2 2018)
bugfixes: Show a warning + tips when webgl2 is not supported
other: New about page
0.0.15: (August 31 2018)
bugfixes: Mouse position in fullscreen, multi-line mathjs
modification: Shorter variable names in circle example
Add mouse & time uniform by default in same example
modification: Better CSS for mobile
0.0.14: (August 28 2018)
feature: Very basic notification system for post comments
0.0.13: (August 26 2018)
bugfix: Video conversion frame were sometimes dropped
feature: Frame count, width, height is now saved and can be modified
(frame count means shader player is not limited to 10 frames anymore!!!)
feature: Watermark can now be change to something else that shadergif.com
0.0.12: (July 2 2018)
feature: Profile pictures
0.0.11: (June 21 2018)
feature: Search
modification: Make lines wrap in editor, since horizontal scrolling is painful.
0.0.10: (May 21 2018)
feature: New electron app with very initial features
(Saving gifs,pngs does not work yet)
0.0.9: (May 10 2018)
feature: Update info text for webgl2 texture
0.0.8: (April 27 2018)
feature: Icons from feather https://github.com/feathericons/feather
feature: Update title, description and language of a gif
bugfix: Better error messages instead of crashing when uploading textures, for example
(It's 3 AM, sleep, shop, live, now its 18PM)
feature: webgl2 support (which means we can use GLSL es 300)
That means that loops can have non-constant expressions,
along with many new features. Yay!
0.0.6: (April 25 2018)
feature: Textures are now saved to the server and loaded when editing again.
0.0.5: (April 24 2018)
feature: mathjs mode
0.0.4: (April 18 2018)
bugfix: fix sound mode
feature: ability to add textures (WIP, not yet saved)
feature: ability to download zips
Other: Layout changes
0.0.2: (November 20 2017)
bugfix: fix gif rendering
0.0.1: (November 20 2017)
new: version numbers, view more button, merge shader editor assets
in a rails asset
months/years before:
work on shadergif as a static html app, add vue.js, play around,
make gifs, post on tumblr, etc