-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
239 lines (160 loc) · 5.67 KB
/
CHANGELOG
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
# Changes
We'll document all notable changes in this file, including bug fixes, enhancements, and dependency updates.
Dates should be in`YYYY-MM-DD` format and versions are in [semantic versioning](http://semver.org/) format.
## v0.7.1 2024-11-16
### Fixed
- Numbered list rendering.
### Maintenance
- Updated point releases of all dependencies.
## v0.7.0 2024-10-19
### Fixed
- Removed box shadow from inactive links.
- Focus editable text on edit.
### Maintained
- Centralized contexts in layout root.
- Simplified global error list.
- Upgraded to date-fns 4.1.
- Upgraded Supabase.
- Upgraded to Svelte 5.
## v0.6.11 2024-10-11
### Fixed
- Corrected profile links in header.
- Prevented profile redirect cycle.
- Fixed permissions on change editing.
- Personalized person page.
## v0.6.10 2024-10-05
### Added
- People filtering.
- Added spacing to blockquotes.
### Fixed
- Removed redundant kind headers on collection pages.
- Preserve all previous short names to prevent broken links.
- Much faster organization loading on server side.
## v0.6.9 2024-09-27
### Fixed
- Prevent change comments from refreshing when other changes update.
- Permit change comments from organization members.
- Show the changes a person is managing.
## v0.6.8 2024-09-13
### Added
- ARCI legend on processes page.
- Fixed #18, adding `blocked` and `declined` status for change requests.
### Fixed
- Fixed layout of teams
- Fixed removal of roles.
## v0.6.7 2024-08-27
### Added
- Visibility indicators in process and change tables.
- Processes can be public even when an organization is private, allowing sharing of some internal processes. Roles are also public. The only content that is private is non-public processes and non-public changes.
- Filter roles by profile names and emails.
- Allow addition of name and email on people page.
### Fixed
- Handled case where person has account before they are added to an org.
- Bad wraps on small screens.
- A bit of contrast for link with backgrounds the same color as a header.
- Moved add person form to top of person list for consistency.
## v0.6.6 2024-08-23
### Added
- Added feedback link to header.
- Edit concerns.
- Added process schedules (#10).
### Fixed
- Improved layout of how subtasks.
- Hide concerns with no process matches when filtering.
- Render process and role short names with spaces before initial caps.
- Handle erasure of role and process short names.
- Don't show comment delete button unless admin or owner.
## v0.6.5 2024-08-09
### Added
- Fixed #6, allowing references to roles and processes.
- Added export feature.
### Fixed
- Clarified visiblity of public processes in non-public orgs.
## v0.6.4 2024-08-06
### Fixed
- Added missing table header cell.
## v0.6.3 2024-08-04
### Added
- Added ability to move how items up and down in a list.
- Link email addresses in markup.
- Role filtering.
- Change filtering.
- Process filtering.
- Check and uncheck all process steps.
- Short names for roles for use in URLs and links.
- Short names for processes for use in URLs and links.
- Added process state to keep track of whether processes are active.
### Fixed
- Fixed form submission.
- Fixed position of dialogs.
- Fixed supervision setting.
- Better indenting on nested lists.
- Smaller font size for ARCI view.
- Sort roles in people's table.
- Removed button min width to avoid clipped labels in flex layouts.
- Invalidate change page before navigating to it.
- Improved commas on role's people list.
- Made org path consistent with process and role path editor.
## v0.6.2 2024-07-28
### Added
- Added a "lead" on a change to keep track of who is currently in charge of managing the change.
### Fixed
- Disabled keyboard shortcuts on how view to avoid conflicting with text editing shortcuts.
- Sorted how RCI options.
- Hide widgets if process isn't editable.
- Improved invisible step rendering.
- Moved delete button into role links.
- Better layout of RCI in how view.
- Persistent org navigation header.
- Sorted processes and roles on new change form.
- Removed dupliates from role processes.
- Fixed add person button.
## v0.6.1 2024-07-21
### Fixed
- Resolved issue where Supabase client would become unresponsive after tab change.
- Improved styling of fields.
- Sorted role titles on process page.
- Fit accountable role to size of choice.
- Permit accountable person to be responsible, consulted, and informed on subtasks.
- Avoid keyboard conflict in `HowView`.
- Changed "suggestion" to "change"
- Moved visibility of process to header.
## v0.6.0 2024-07-05
### Added
- Support for other bullet markers.
- Support for block quotes.
### Fixed
- Cleaned up suggestion form design.
- Cleaned up header styling.
- Reset drop down after selection on suggestion form.
- Alphabetize roles and processes in suggestion drop downs.
- Sort comments in reverse time.
- Improved design of comment form.
## v0.5.3 2024-07-04
### Added
- Support for headings in markup.
- Vanity organization URL paths.
### Fixed
- Improved styling of concerns.
- Spelled out ARCI words in process.
- Added implicit responsibility to accountable.
- Fixed bug in bullet and numbered list parsing.
- Don't show role drop down if empty.
- Cleaned up landing page.
- Don't blur dialog background so that errors are visible.
- Moved navigation feedback to the header.
- Better markup saving feedback.
- Added poll interval of 10 minutes to force reload if updated.
## v0.5.2
### Added
- Added proposal field to suggestions, to capture draft changes.
### Fixed
- Fixed rendering of numbered lists.
- Autogrow markup box height.
- Better disabled feedback on forms.
## v0.5.1
### Added
- Allowed admins to change profile names.
## v0.5.0
### Added
- Iniitial beta version completed.