You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: changelog.md
+62-13
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,24 @@
1
1
## [1.0.0] - Draft
2
2
3
+
# [1.0.0-dev.1] - 20 December 2023
4
+
3
5
_Please don't open new issues for this build, instead post the issues as comments on the PR for it._
4
6
**UNDER DEV STUFF FOR NEXT RELEASE(A LOT OF STUFF WILL BE BROKEN)**
7
+
5
8
- Repo Screens
6
9
- Issue/Pull Screens
7
10
- Home Screen
8
11
- User Profile Screen
9
-
*Currently disabled*
12
+
*Currently disabled*
10
13
- Editing Themes (Need to implement a new setup to handle 2 possible theme brightnesses)
11
-
*Planned Additions (Not in any particular order)*
12
-
- View followers, starred repos of users (with filtering options), watchers, people who starred a repo etc
14
+
*Planned Additions (Not in any particular order)*
15
+
- View followers, starred repos of users (with filtering options), watchers, people who starred a
16
+
repo etc
13
17
- New settings screen
14
18
- Chucker integration
15
19
16
20
**Upcoming DLCs (free I promise)**
21
+
17
22
- Edit comments
18
23
- More issue editing options
19
24
- More pull editing options
@@ -25,9 +30,11 @@ _Please don't open new issues for this build, instead post the issues as comment
25
30
**Font/UI scaling**
26
31
27
32
**Dynamic Tabs**
33
+
28
34
- Browser like openable/closeable tabs to prevent clutter on Repo, Issue, Pull screens.
29
35
30
36
**Context Menus**
37
+
31
38
- URL menus- open in browser, copy link, share link, open in app if deeplink
32
39
33
40
**Failed UI components due to loss of Internet now refresh themselves when back online**
@@ -43,15 +50,16 @@ _Please don't open new issues for this build, instead post the issues as comment
43
50
**Code Blocks**
44
51
45
52
**Readme Updates**
53
+
46
54
- Copy on code block
47
55
- Anchor links now work
48
56
49
-
50
57
**Info Cards**
51
58
52
59
**Scroll to top**
53
60
54
61
**Issue/Pull Screen Redesign**
62
+
55
63
- Redesigned issue/pull screen.
56
64
- Comment reactions are here!
57
65
- Dynamic tabs added to these screens.
@@ -60,71 +68,90 @@ _Please don't open new issues for this build, instead post the issues as comment
60
68
**Comment Reactions**
61
69
62
70
**Editing System**
71
+
63
72
- Editing system that integrates with the UI redesigns mentioned in this changelog.
64
73
65
74
**Enhancements**
75
+
66
76
- Anchor links now work in markdown.
67
77
- Improved transition animations.
68
78
- Added scroll to top prompt on readme tab of a repository.
69
79
- Link actions sheet now shows options based on context.
70
80
71
81
**Bug Fixes**
82
+
72
83
- Fixed case where multiple API calls might happen on widget rebuilds.
73
84
- Fixed an issue with graphQL requests not caching.
74
85
-`.markdown` files now render in markdown mode in the file viewer.
75
86
- "-" filter fix in search.
76
87
- Rewrote API Handler.
77
88
- Rewrote Bottom Sheet utilities.
78
89
79
-
80
90
Dev Changelog:
81
-
- Migrated Readme Parser -
91
+
92
+
- Migrated Readme Parser
82
93
- Added lint rules to project
83
94
- Submodule setup to manage forked or personal dependencies.
84
95
- Migrated GraphQL codegen - Apollo to Ferry
85
96
86
97
---
98
+
87
99
## [0.3.2] - 07 August 2021
100
+
88
101
**Bug Fixes**
102
+
89
103
- App getting stuck on splash screen on reinstall.
90
104
- Search type getting reset on typing in search screens.
91
105
- Fix a null value check on pull request screens.
106
+
92
107
---
108
+
93
109
## [0.3.1] - 06 August 2021
110
+
94
111
**Enhancements**
112
+
95
113
- View pinned issues on a repository.
96
114
- Watch buttons on repository screens now works.
97
115
- Follow button added to user profile screens.
98
116
- Follow users from user cards themselves (For example, in search).
99
117
100
118
**Bug Fixes**
119
+
101
120
- Search type dropdown vanished on search screen.
121
+
102
122
---
123
+
103
124
## [0.3.0] - 10 July 2021
125
+
104
126
**Authentication**
127
+
105
128
- Authentication to access the app made compulsory.
106
129
- Added the option to authenticate via a browser or a one-time code.
107
130
- Removed a lot of the permissions the app requested for that it does not need currently.
108
131
- If app was opened via a deeplink and user is unauthenticated, the deep link will be honored as
109
132
soon as the authentication is completed.
110
133
111
134
**Settings**
112
-
- Customise the app's color palette according to your preferences.
135
+
136
+
- Customise the app's color palette according to your preferences.
113
137
- Share themes as a link that opens in the app and gives a prompt to load said theme.
114
138
- Added multiple font options to select from.
115
-
116
-
**Issue/Pull Request Screen enhancements**
139
+
140
+
**Issue/Pull Request Screen enhancements**
141
+
117
142
- Ability to quote (full/select) replies.
118
143
- Added all missing timeline item cases.
119
144
- Added ability to view Pull Request Reviews and reply to them.
120
145
121
146
**Create Issues**
147
+
122
148
- Ability to create issues on repositories.
123
149
- Supports issue templates.
124
150
- Markdown editor for description.
125
151
- Supports previewing the text markdown.
126
152
127
153
**Enhancements**
154
+
128
155
- Added organizations tab to the home screen.
129
156
- Text in code blocks is now selectable.
130
157
- Added share URL button on many screens.
@@ -135,48 +162,64 @@ Dev Changelog:
135
162
- Complete Github Flavored Markdown support.
136
163
137
164
**Deep-links**
138
-
- Settings URL exception added in deep-links.
165
+
166
+
- Settings URL exception added in deep-links.
139
167
-**(FIXED)** Pull request deeplink fixed.
140
168
141
169
**Misc**
170
+
142
171
- App caching default max-age dropped from 10 minutes to 3 minutes.
172
+
143
173
---
174
+
144
175
## [0.2.1] - 29 April 2021
176
+
145
177
**Bug Fixes**
178
+
146
179
- Issues/Pulls screen would not open if unauthenticated.
147
180
- Links opened through another app gave a grey screen.
148
181
149
182
## [0.2.0] - 29 April 2021
150
-
*If you had a previous release installed, this version will install as a new app. You can uninstall the previous one.*
183
+
184
+
*If you had a previous release installed, this version will install as a new app. You can uninstall
185
+
the previous one.*
151
186
152
187
- New logo
153
188
- New splash screen
154
189
- New loading indicator
155
190
- New app name
156
191
157
192
**Deep-linking**
193
+
158
194
- External links now open in the app.
159
195
- Internal links will now lead directly to the relevant page instead of showing a popup for the URL.
160
196
- Cases not handled will open in an in app browser.
161
-
- Report any URL patterns that should be opening in the app or any patterns not opening as they should here: https://github.com/NamanShergill/diohub/issues/17
197
+
- Report any URL patterns that should be opening in the app or any patterns not opening as they
198
+
should here: https://github.com/NamanShergill/diohub/issues/17
162
199
-*Upcoming: Deeplink to directory/file paths in repository code view in the next release.*
163
200
164
201
**Enhancements**
202
+
165
203
- Code browsing rewritten to be more similar to the website.
166
204
- Content load on code browsing is now ~40% faster.
167
205
- Quick filters and sort options initially collapsed on some pages with the search bar.
168
206
169
207
**Fixes**
208
+
170
209
- Search bar animates twice in some cases.
171
210
- Some other misc fixes.
211
+
172
212
---
213
+
173
214
## [0.1.2] - 22 April 2021.
174
215
175
216
**Search improvements**
217
+
176
218
- Quick Filters
177
219
- Bug fixes
178
220
179
221
**Markdown improvements**
222
+
180
223
- Tables fixed
181
224
- Check if a #<number> issue exists or not before linking to it, same with user mentions.
182
225
- Code blocks improvements.
@@ -190,21 +233,27 @@ Dev Changelog:
190
233
## [0.1.0] - 15 April 2021.
191
234
192
235
**Search/Filters**
236
+
193
237
- Context based filter suggestions
194
238
- Context based query helpers.
195
239
- Visual indication of if a filter has been formatted properly, or not, or is not allowed.
240
+
196
241
---
242
+
197
243
## [0.0.4] - 04 April 2021.
198
244
199
245
**Fixes**
246
+
200
247
- Failure to open URLs on Android 11.
201
248
- Notifications never refresh unless manually done so.
202
249
- Wrong issue/pulls linked to in cross reference events in issue/pull discussion.
203
250
- Markdown emojis not being parsed.
204
251
- Comment box does not close after new comment is added in some cases.
205
252
206
253
**Enhancements**
207
-
- Bottom sheet with lists (for example. commit history browsing), opens halfway on initial tap instead of full screen now.
254
+
255
+
- Bottom sheet with lists (for example. commit history browsing), opens halfway on initial tap
0 commit comments