Skip to content

Commit 24a668e

Browse files
committed
added build date to changelog
1 parent 21242d8 commit 24a668e

File tree

1 file changed

+62
-13
lines changed

1 file changed

+62
-13
lines changed

changelog.md

+62-13
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
## [1.0.0] - Draft
22

3+
# [1.0.0-dev.1] - 20 December 2023
4+
35
_Please don't open new issues for this build, instead post the issues as comments on the PR for it._
46
**UNDER DEV STUFF FOR NEXT RELEASE(A LOT OF STUFF WILL BE BROKEN)**
7+
58
- Repo Screens
69
- Issue/Pull Screens
710
- Home Screen
811
- User Profile Screen
9-
*Currently disabled*
12+
*Currently disabled*
1013
- 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
1317
- New settings screen
1418
- Chucker integration
1519

1620
**Upcoming DLCs (free I promise)**
21+
1722
- Edit comments
1823
- More issue editing options
1924
- More pull editing options
@@ -25,9 +30,11 @@ _Please don't open new issues for this build, instead post the issues as comment
2530
**Font/UI scaling**
2631

2732
**Dynamic Tabs**
33+
2834
- Browser like openable/closeable tabs to prevent clutter on Repo, Issue, Pull screens.
2935

3036
**Context Menus**
37+
3138
- URL menus- open in browser, copy link, share link, open in app if deeplink
3239

3340
**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
4350
**Code Blocks**
4451

4552
**Readme Updates**
53+
4654
- Copy on code block
4755
- Anchor links now work
4856

49-
5057
**Info Cards**
5158

5259
**Scroll to top**
5360

5461
**Issue/Pull Screen Redesign**
62+
5563
- Redesigned issue/pull screen.
5664
- Comment reactions are here!
5765
- 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
6068
**Comment Reactions**
6169

6270
**Editing System**
71+
6372
- Editing system that integrates with the UI redesigns mentioned in this changelog.
6473

6574
**Enhancements**
75+
6676
- Anchor links now work in markdown.
6777
- Improved transition animations.
6878
- Added scroll to top prompt on readme tab of a repository.
6979
- Link actions sheet now shows options based on context.
7080

7181
**Bug Fixes**
82+
7283
- Fixed case where multiple API calls might happen on widget rebuilds.
7384
- Fixed an issue with graphQL requests not caching.
7485
- `.markdown` files now render in markdown mode in the file viewer.
7586
- "-" filter fix in search.
7687
- Rewrote API Handler.
7788
- Rewrote Bottom Sheet utilities.
7889

79-
8090
Dev Changelog:
81-
- Migrated Readme Parser -
91+
92+
- Migrated Readme Parser
8293
- Added lint rules to project
8394
- Submodule setup to manage forked or personal dependencies.
8495
- Migrated GraphQL codegen - Apollo to Ferry
8596

8697
---
98+
8799
## [0.3.2] - 07 August 2021
100+
88101
**Bug Fixes**
102+
89103
- App getting stuck on splash screen on reinstall.
90104
- Search type getting reset on typing in search screens.
91105
- Fix a null value check on pull request screens.
106+
92107
---
108+
93109
## [0.3.1] - 06 August 2021
110+
94111
**Enhancements**
112+
95113
- View pinned issues on a repository.
96114
- Watch buttons on repository screens now works.
97115
- Follow button added to user profile screens.
98116
- Follow users from user cards themselves (For example, in search).
99117

100118
**Bug Fixes**
119+
101120
- Search type dropdown vanished on search screen.
121+
102122
---
123+
103124
## [0.3.0] - 10 July 2021
125+
104126
**Authentication**
127+
105128
- Authentication to access the app made compulsory.
106129
- Added the option to authenticate via a browser or a one-time code.
107130
- Removed a lot of the permissions the app requested for that it does not need currently.
108131
- If app was opened via a deeplink and user is unauthenticated, the deep link will be honored as
109132
soon as the authentication is completed.
110133

111134
**Settings**
112-
- Customise the app's color palette according to your preferences.
135+
136+
- Customise the app's color palette according to your preferences.
113137
- Share themes as a link that opens in the app and gives a prompt to load said theme.
114138
- Added multiple font options to select from.
115-
116-
**Issue/Pull Request Screen enhancements**
139+
140+
**Issue/Pull Request Screen enhancements**
141+
117142
- Ability to quote (full/select) replies.
118143
- Added all missing timeline item cases.
119144
- Added ability to view Pull Request Reviews and reply to them.
120145

121146
**Create Issues**
147+
122148
- Ability to create issues on repositories.
123149
- Supports issue templates.
124150
- Markdown editor for description.
125151
- Supports previewing the text markdown.
126152

127153
**Enhancements**
154+
128155
- Added organizations tab to the home screen.
129156
- Text in code blocks is now selectable.
130157
- Added share URL button on many screens.
@@ -135,48 +162,64 @@ Dev Changelog:
135162
- Complete Github Flavored Markdown support.
136163

137164
**Deep-links**
138-
- Settings URL exception added in deep-links.
165+
166+
- Settings URL exception added in deep-links.
139167
- **(FIXED)** Pull request deeplink fixed.
140168

141169
**Misc**
170+
142171
- App caching default max-age dropped from 10 minutes to 3 minutes.
172+
143173
---
174+
144175
## [0.2.1] - 29 April 2021
176+
145177
**Bug Fixes**
178+
146179
- Issues/Pulls screen would not open if unauthenticated.
147180
- Links opened through another app gave a grey screen.
148181

149182
## [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.*
151186

152187
- New logo
153188
- New splash screen
154189
- New loading indicator
155190
- New app name
156191

157192
**Deep-linking**
193+
158194
- External links now open in the app.
159195
- Internal links will now lead directly to the relevant page instead of showing a popup for the URL.
160196
- 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
162199
- *Upcoming: Deeplink to directory/file paths in repository code view in the next release.*
163200

164201
**Enhancements**
202+
165203
- Code browsing rewritten to be more similar to the website.
166204
- Content load on code browsing is now ~40% faster.
167205
- Quick filters and sort options initially collapsed on some pages with the search bar.
168206

169207
**Fixes**
208+
170209
- Search bar animates twice in some cases.
171210
- Some other misc fixes.
211+
172212
---
213+
173214
## [0.1.2] - 22 April 2021.
174215

175216
**Search improvements**
217+
176218
- Quick Filters
177219
- Bug fixes
178220

179221
**Markdown improvements**
222+
180223
- Tables fixed
181224
- Check if a #<number> issue exists or not before linking to it, same with user mentions.
182225
- Code blocks improvements.
@@ -190,21 +233,27 @@ Dev Changelog:
190233
## [0.1.0] - 15 April 2021.
191234

192235
**Search/Filters**
236+
193237
- Context based filter suggestions
194238
- Context based query helpers.
195239
- Visual indication of if a filter has been formatted properly, or not, or is not allowed.
240+
196241
---
242+
197243
## [0.0.4] - 04 April 2021.
198244

199245
**Fixes**
246+
200247
- Failure to open URLs on Android 11.
201248
- Notifications never refresh unless manually done so.
202249
- Wrong issue/pulls linked to in cross reference events in issue/pull discussion.
203250
- Markdown emojis not being parsed.
204251
- Comment box does not close after new comment is added in some cases.
205252

206253
**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
256+
instead of full screen now.
208257
- Splash effect fixes on some tab bars.
209258

210259
## [0.0.3] - 25 March 2021.

0 commit comments

Comments
 (0)