-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathchangelog.json
147 lines (147 loc) · 4 KB
/
changelog.json
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
136
137
138
139
140
141
142
143
144
145
146
147
[
{
"date": "2020-04-27",
"author": "monster860",
"desc": "Adds a changelog window that shows up if there's new changes. This changelog can be accessed through the Help menu."
},
{
"date": "2020-04-27",
"author": "monster860",
"desc": "Adds the ability to pixel_x/y drag items by using the drag mode with Ctrl-Click/Drag"
},
{
"date": "2020-04-27",
"author": "monster860",
"desc": "Improves the look of the instances panel so that the vars of instances are neater"
},
{
"date": "2020-04-27",
"author": "monster860",
"desc": "Layers can now be toggled with Alt-1/2/3/4 for area/mob/obj/turf respectively"
},
{
"date": "2020-04-27",
"author": "monster860",
"desc": "Adds a search box to the VV window"
},
{
"date": "2020-04-27",
"author": "monster860",
"desc": "The type of objects can now be changed via the VV window"
},
{
"date": "2020-04-27",
"author": "monster860",
"desc": "Adds a coordinates display to the bottom left corner of the screen"
},
{
"date": "2020-04-27",
"author": "monster860",
"desc": "Adds ability to pan the map window using arrow keys"
},
{
"date": "2020-04-28",
"author": "monster860",
"desc": "Areas are now framed. This can be disabled in the options menu"
},
{
"date": "2020-05-22",
"author": "monster860",
"desc": "Adds a confirmation before closing if there are unsaved changes"
},
{
"date": "2020-05-27",
"author": "monster860",
"desc": "Fixes Open Local Workspace not working on latest chrome. Requires upgrade to latest chrome version (83)."
},
{
"date": "2020-05-30",
"author": "monster860",
"desc": "Fixes saving not working on chrome"
},
{
"date": "2020-06-26",
"author": "monster860",
"desc": "Adds the ability to rotate selections using the right-click menu after making a selection"
},
{
"date": "2020-07-03",
"author": "monster860",
"desc": "Mip-mapping has been moved to a separate thread"
},
{
"date": "2020-10-01",
"author": "monster860",
"desc": "The editor now uses a service worker to cache itself to your disk, meaning you can now use it offline."
},
{
"date": "2020-10-01",
"author": "monster860",
"desc": "It's now a PWA. If you don't know what that is, press the plus button with a circle around it on the right side of the URL bar (assuming you're on chrome)."
},
{
"date": "2020-10-01",
"author": "monster860",
"desc": "Fixes a bug where pixel-hunting clicks register in the wrong spot after resizing the window"
},
{
"date": "2020-10-02",
"author": "monster860",
"desc": "Makes it so that zooming is now relative to the mouse"
},
{
"date": "2020-10-02",
"author": "monster860",
"desc": "Fixes pixel-hunting clicks registering in the wrong spot when display scaling and/or browser zoom is present"
},
{
"date": "2020-10-03",
"author": "monster860",
"desc": "Partially fixes backwards typing in Firefox"
},
{
"date": "2020-10-03",
"author": "monster860",
"desc": "Adds the ability to right click on a tile and copy a permalink when loading directly off of GitHub"
},
{
"date": "2021-01-05",
"author": "monster860",
"desc": "Holding ctrl while clicking on a menu item now keeps the menu open"
},
{
"date": "2021-01-05",
"author": "monster860",
"desc": "Fixes tabs with long names being impossible to close sometimes"
},
{
"date": "2021-06-13",
"author": "monster860",
"desc": "Updates to 514"
},
{
"date": "2021-08-20",
"author": "monster860",
"desc": "Adds the ability to resize maps"
},
{
"date": "2021-08-23",
"author": "monster860",
"desc": "Makes File->New default to using the directory of the currently opened map rather than the root directory of the project"
},
{
"date": "2022-03-12",
"author": "monster860",
"desc": "Map resizes can now be undone"
},
{
"date": "2022-03-12",
"author": "monster860",
"desc": "Newly created maps will now show up in File->Open when opening a local workspace"
},
{
"date": "2022-03-12",
"author": "monster860",
"desc": "Fix issue with token paste in strings in preprocessor"
}
]