-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
108 lines (76 loc) · 2.05 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
[1.0.0]
* Initial release
[1.0.1]
* Only check for new releases every 5min to avoid github rate-limits
[1.0.2]
* Only check for new releases every hour to avoid github rate-limits with many starred projects
* Check each user one in series to reduce memory usage
[1.0.3]
* Fix project list sorting
* Update UI library
[1.1.0]
* Update to new base image
[1.2.0]
* Update manifest to v2
[1.2.1]
* Fix login issue when password contains special characters
[1.3.0]
* Add GitLab project notification support
[1.3.1]
* Fix login regression
[1.3.2]
* Fix new release polling
[1.4.0]
* Fix pagination issues listing tags and starred repos
* gitlab: use tags instead of releases
[1.5.0]
* Use latest base image 2.0.0
[1.5.1]
* Add support to add GitHub projects manually
* Continue checking project releases even if one fails
[1.5.2]
* Update manifest with forum url
[1.6.0]
* Update base image v3
[1.7.0]
* Improve notification emails
* Show new tag description with changelog where possible
* Thanks to Tomer Shvueli for contributing those features!
[1.7.1]
* Limit parallel github release tag fetching to avoid rate-limits
[1.7.2]
* Update base image to 3.2.0
[1.7.3]
* Better retry and throtteling for GitHub API calls
* Do not stop on non-existent GitLab repos
[1.7.4]
* Increase Github page size to reduce risk of API rate limits
[1.7.5]
* Show project names for manually added GitHub projects
[1.7.6]
* Add dark-mode in notification emails
* Update nodejs dependencies
[1.7.7]
* Update to Cloudron base image 4
[1.7.8]
* Fix crash on profile submission without a Github token
[1.7.9]
* Improve initial project sync
[1.8.0]
* Move to OpenID connect
* Rewrite the UI to use primevue
[1.8.1]
* Fix regression to remove unstarred github repos
[1.9.0]
* Indicate a release is a prerelease
[1.10.0]
* Update base image to 4.2.0
[1.10.1]
* truncate release body, if it is too large
[1.11.0]
* Fix manual github repo tracking
* Update dependencies
[1.11.1]
* Update user email if changed at the OpenID provider
[1.11.2]
* Update user email if changed at the OpenID provider