-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCHANGELOG
More file actions
80 lines (62 loc) · 3.15 KB
/
Copy pathCHANGELOG
File metadata and controls
80 lines (62 loc) · 3.15 KB
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
Copyright 2025 Zetian Lin
2025-11-30 Zetian Lin <bctnry@sdf.org>
* v0.1.5
+ Simple mode
+ Customizable foreground/background color
+ UI revamp
2025-09-24 Zetian Lin <bctnry@sdf.org>
* v0.1.4
+ Webhook result feedback
+ Support for in-memory session store
+ Bug fixes
2025-09-16 Zetian Lin <bctnry@sdf.org>
* v0.1.3
+ feat: git blame by @bctnry in https://github.com/AegisCodeForge/aegis/pull/88
+ feat: 2fa w/ email by @bctnry in https://github.com/AegisCodeForge/aegis/pull/89
+ feat: snippets by @bctnry in https://github.com/AegisCodeForge/aegis/pull/91
+ feat: basic webhook by @bctnry in https://github.com/AegisCodeForge/aegis/pull/92
+ feat: basic file editing ui by @bctnry in https://github.com/AegisCodeForge/aegis/pull/96
+ feat: new/upload/edit ui by @bctnry in https://github.com/AegisCodeForge/aegis/pull/98
+ many bug fixes and vuln fixes
2025-09-03 Zetian Lin <bctnry@sdf.org>
* v0.1.2
+ feat: repository label by @bctnry in https://github.com/AegisCodeForge/aegis/pull/81
+ File lists now displays the last commit of change alongside with the file name. by @bctnry in https://github.com/AegisCodeForge/aegis/pull/84
+ Revamped user profile page by @bctnry in https://github.com/AegisCodeForge/aegis/pull/84
+ feat: mailer tester in admin panel by @bctnry in https://github.com/AegisCodeForge/aegis/pull/85
2025-09-02 Zetian Lin <bctnry@sdf.org>
* v0.1.1
+ feat: email-to-user mapping by @bctnry in https://github.com/AegisCodeForge/aegis/pull/74
+ feat: co-authored-by by @bctnry in https://github.com/AegisCodeForge/aegis/pull/75
+ feat: pin issue by @bctnry in https://github.com/AegisCodeForge/aegis/pull/76
+ feat: rate limiter by @bctnry in https://github.com/AegisCodeForge/aegis/pull/77
+ feat: user registration reason by @bctnry in https://github.com/AegisCodeForge/aegis/pull/78
2025-08-28 Zetian Lin <bctnry@sdf.org>
* v0.1.0
+ refactor: preparing for multi vcs support by @bctnry in https://github.com/AegisCodeForge/aegis/pull/64
* feat: support for plain smtp config by @bctnry in https://github.com/AegisCodeForge/aegis/pull/65
* feat: postgres support by @bctnry in https://github.com/AegisCodeForge/aegis/pull/67
* check: hard limit on all names by @bctnry in https://github.com/AegisCodeForge/aegis/pull/68
2025-07-27 Zetian Lin <bctnry@sdf.org>
* v0.0.2
+ feat: issue search (#28) by @bctnry in #34
+ feat: pull request search (#29) by @bctnry in #35
+ feat: better diff view (#31) by @bctnry in #46
+ feat: global visibility (#40) by @bctnry in #50
+ feat: automatic user namespace creation (#51) by @bctnry in #52
+ feat: web installer upgrade (#33) by @bctnry in #56
+ fix: add fork notice text (see issue #53) by @bctnry in #58
+ fix: handling invalid local git folder formation (#54) by @bctnry in #60
2025-07-07 Zetian Lin <bctnry@sdf.org>
* v0.0.1: First usable version
+ Basic views: commits, branches, tags, commit histories, trees & files
+ Rudimentary diff view
+ Namespaces
+ User SSH/GPG key management
+ Clone through HTTP & SSH
+ Push through SSH
+ Configurable instance front page
+ Issues
+ Pull requests
+ User ACL at both namespace and repository level
+ Web installer for easy(-er) installation