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: crates/synd_term/CHANGELOG.md
+43-42
Original file line number
Diff line number
Diff line change
@@ -6,59 +6,60 @@ All notable changes to this project will be documented in this file.
6
6
7
7
### Features
8
8
9
-
- Add baggage propagation by @ymgyt ([d02e514c](d02e514c8f6e32aa748c10dadb204153cba21ecc))
10
-
- Add opentelemetry layers by @ymgyt ([4d3f5bf3](4d3f5bf3f45f31cfd014dbdf37a41a31ea0472ca))
11
-
- Update ratatui to 0.26 and fix breaking apis by @ymgyt ([c482683a](c482683a0083baf93a60ef31b280c49ac4eafccb))
12
-
- Change local time format by @ymgyt ([fb826165](fb826165367eb97c0bec216db286bf1ee13fba07))
13
-
- Use tailwind color palettes by @ymgyt ([a93b8ec7](a93b8ec753d3f0da2c4915cc258b3b1054ccef57))
14
-
- Change entries table constraint by @ymgyt ([53027a59](53027a59aa1bb8c24deeb5696dac52f2704104bc))
15
-
- Add palette flag by @ymgyt ([04dc486d](04dc486d0ab3043e021e164e70f5fe081e3c464d))
16
-
- Add in_flight by @ymgyt ([eae48336](eae48336cc6e5298bc6c78599fa3054a134a170e))
17
-
- Add in flight throbber by @ymgyt ([fef77519](fef77519e2ca59e5d267d6cecab8c008e92adc2c))
18
-
- Add instrument by @ymgyt ([dfbe9350](dfbe93501542ff75361ddf3b158e21f7e77329b3))
19
-
- Impl kvsd client by @ymgyt ([6ae6de7a](6ae6de7a2e783417b1a8d5d3c2b450109d83725f))
20
-
- Improve subscription input handling by @ymgyt ([309d8fac](309d8fac0ea33438af61df374f32a73e235ec63f))
21
-
- Improve feed subscription flow by @ymgyt ([088d18df](088d18df15486d4635a5dc2014f62b9fce6a9db6))
22
-
- Swap terminal restore step by @ymgyt ([2f9f2cb7](2f9f2cb7830d7cb473b847f1969c9125428e4a6e))
23
-
- Remove unsubscribed entries by @ymgyt ([d29ba92e](d29ba92e929d9d1348fa114ac2bdf210b76c5a1b))
24
-
- Reload entries when subscribe feed by @ymgyt ([6e0aa72b](6e0aa72b67a17e7139b532940c24f70a7642a39d))
25
-
- Serve https by @ymgyt ([fbb9011e](fbb9011e86acf6e4cf30f37a74e67d3202bbc5a0))
26
-
- Support axum_server graceful shutdown by @ymgyt ([880b6d3e](880b6d3e8d0f90b711a1d6e8e1bf6fb1808e5161))
27
-
- Use cow by @ymgyt ([ab6ae298](ab6ae298abeda1d7d3c67939bc70f0d2269e8654))
28
-
- Update default endpoint by @ymgyt ([e684b0cc](e684b0cc4122a3fd4ece6a1e3697f71aaa311daf))
9
+
- Add baggage propagation by [@ymgyt](https://github.com/ymgyt) ([d02e514c](https://github.com/ymgyt/syndicationd/commit/d02e514c8f6e32aa748c10dadb204153cba21ecc))
10
+
- Add opentelemetry layers by [@ymgyt](https://github.com/ymgyt) ([4d3f5bf3](https://github.com/ymgyt/syndicationd/commit/4d3f5bf3f45f31cfd014dbdf37a41a31ea0472ca))
11
+
- Update ratatui to 0.26 and fix breaking apis by [@ymgyt](https://github.com/ymgyt) ([c482683a](https://github.com/ymgyt/syndicationd/commit/c482683a0083baf93a60ef31b280c49ac4eafccb))
12
+
- Change local time format by [@ymgyt](https://github.com/ymgyt) ([fb826165](https://github.com/ymgyt/syndicationd/commit/fb826165367eb97c0bec216db286bf1ee13fba07))
13
+
- Use tailwind color palettes by [@ymgyt](https://github.com/ymgyt) ([a93b8ec7](https://github.com/ymgyt/syndicationd/commit/a93b8ec753d3f0da2c4915cc258b3b1054ccef57))
14
+
- Change entries table constraint by [@ymgyt](https://github.com/ymgyt) ([53027a59](https://github.com/ymgyt/syndicationd/commit/53027a59aa1bb8c24deeb5696dac52f2704104bc))
15
+
- Add palette flag by [@ymgyt](https://github.com/ymgyt) ([04dc486d](https://github.com/ymgyt/syndicationd/commit/04dc486d0ab3043e021e164e70f5fe081e3c464d))
16
+
- Add in_flight by [@ymgyt](https://github.com/ymgyt) ([eae48336](https://github.com/ymgyt/syndicationd/commit/eae48336cc6e5298bc6c78599fa3054a134a170e))
17
+
- Add in flight throbber by [@ymgyt](https://github.com/ymgyt) ([fef77519](https://github.com/ymgyt/syndicationd/commit/fef77519e2ca59e5d267d6cecab8c008e92adc2c))
18
+
- Add instrument by [@ymgyt](https://github.com/ymgyt) ([dfbe9350](https://github.com/ymgyt/syndicationd/commit/dfbe93501542ff75361ddf3b158e21f7e77329b3))
19
+
- Impl kvsd client by [@ymgyt](https://github.com/ymgyt) ([6ae6de7a](https://github.com/ymgyt/syndicationd/commit/6ae6de7a2e783417b1a8d5d3c2b450109d83725f))
20
+
- Improve subscription input handling by [@ymgyt](https://github.com/ymgyt) ([309d8fac](https://github.com/ymgyt/syndicationd/commit/309d8fac0ea33438af61df374f32a73e235ec63f))
21
+
- Improve feed subscription flow by [@ymgyt](https://github.com/ymgyt) ([088d18df](https://github.com/ymgyt/syndicationd/commit/088d18df15486d4635a5dc2014f62b9fce6a9db6))
22
+
- Swap terminal restore step by [@ymgyt](https://github.com/ymgyt) ([2f9f2cb7](https://github.com/ymgyt/syndicationd/commit/2f9f2cb7830d7cb473b847f1969c9125428e4a6e))
23
+
- Remove unsubscribed entries by [@ymgyt](https://github.com/ymgyt) ([d29ba92e](https://github.com/ymgyt/syndicationd/commit/d29ba92e929d9d1348fa114ac2bdf210b76c5a1b))
24
+
- Reload entries when subscribe feed by [@ymgyt](https://github.com/ymgyt) ([6e0aa72b](https://github.com/ymgyt/syndicationd/commit/6e0aa72b67a17e7139b532940c24f70a7642a39d))
25
+
- Serve https by [@ymgyt](https://github.com/ymgyt) ([fbb9011e](https://github.com/ymgyt/syndicationd/commit/fbb9011e86acf6e4cf30f37a74e67d3202bbc5a0))
26
+
- Support axum_server graceful shutdown by [@ymgyt](https://github.com/ymgyt) ([880b6d3e](https://github.com/ymgyt/syndicationd/commit/880b6d3e8d0f90b711a1d6e8e1bf6fb1808e5161))
27
+
- Use cow by [@ymgyt](https://github.com/ymgyt) ([ab6ae298](https://github.com/ymgyt/syndicationd/commit/ab6ae298abeda1d7d3c67939bc70f0d2269e8654))
28
+
- Update default endpoint by [@ymgyt](https://github.com/ymgyt) ([e684b0cc](https://github.com/ymgyt/syndicationd/commit/e684b0cc4122a3fd4ece6a1e3697f71aaa311daf))
29
29
30
30
### Bug Fixes
31
31
32
-
- Workarround scrollbar rendering bug by @ymgyt ([d2982cb6](d2982cb6c8fa385655290d953aa9243d3470382d))
33
-
- Build by @ymgyt ([bd340e9d](bd340e9d30f101c891f53b2d2be10a0cf8833f4b))
32
+
- Workarround scrollbar rendering bug by [@ymgyt](https://github.com/ymgyt) ([d2982cb6](https://github.com/ymgyt/syndicationd/commit/d2982cb6c8fa385655290d953aa9243d3470382d))
33
+
- Build by [@ymgyt](https://github.com/ymgyt) ([bd340e9d](https://github.com/ymgyt/syndicationd/commit/bd340e9d30f101c891f53b2d2be10a0cf8833f4b))
34
34
35
35
### Miscellaneous Tasks
36
36
37
-
- Format toml by @ymgyt ([36677745](3667774506106fe0f38d77efac9f4b27c70090aa))
38
-
- Update CHANGELOG by @ymgyt ([f5091f3c](f5091f3ceff04b9ff818bb4e0ce0e4bbe9851177))
39
-
- Update CHANGELOG by @ymgyt ([99f036df](99f036dfe227c1670f967aa949116e3ae8a2c97b))
40
-
- Release by @ymgyt ([da25a6e1](da25a6e1f8e15a34e94e8cc88d5eec68262b76b0))
41
-
- Use hyphen as package name instead of underscore by @ymgyt ([0a8ed059](0a8ed05997790f9f05c932c92fa2b2b2d74065a9))
42
-
- Update CHANGELOG by @ymgyt ([e688670c](e688670c853718a1cb825cb787861dffe55046d1))
43
-
- Release by @ymgyt ([e853cdbd](e853cdbd1d4ce7f3cf22234e80e91088c9f1dcf7))
44
-
- Rename synd-authn to synt-auth to publish as a new crate by @ymgyt ([59ae4ffa](59ae4ffa51f5323fa4a3aae5e30e950b15730519))
45
-
- Update CHANGELOG by @ymgyt ([31eb8a34](31eb8a3472e770931fab427e2a8c74a9754b157a))
37
+
- Format toml by [@ymgyt](https://github.com/ymgyt) ([36677745](https://github.com/ymgyt/syndicationd/commit/3667774506106fe0f38d77efac9f4b27c70090aa))
38
+
- Update CHANGELOG by [@ymgyt](https://github.com/ymgyt) ([f5091f3c](https://github.com/ymgyt/syndicationd/commit/f5091f3ceff04b9ff818bb4e0ce0e4bbe9851177))
39
+
- Update CHANGELOG by [@ymgyt](https://github.com/ymgyt) ([99f036df](https://github.com/ymgyt/syndicationd/commit/99f036dfe227c1670f967aa949116e3ae8a2c97b))
40
+
- Release by [@ymgyt](https://github.com/ymgyt) ([da25a6e1](https://github.com/ymgyt/syndicationd/commit/da25a6e1f8e15a34e94e8cc88d5eec68262b76b0))
41
+
- Use hyphen as package name instead of underscore by [@ymgyt](https://github.com/ymgyt) ([0a8ed059](https://github.com/ymgyt/syndicationd/commit/0a8ed05997790f9f05c932c92fa2b2b2d74065a9))
42
+
- Update CHANGELOG by [@ymgyt](https://github.com/ymgyt) ([e688670c](https://github.com/ymgyt/syndicationd/commit/e688670c853718a1cb825cb787861dffe55046d1))
43
+
- Release by [@ymgyt](https://github.com/ymgyt) ([e853cdbd](https://github.com/ymgyt/syndicationd/commit/e853cdbd1d4ce7f3cf22234e80e91088c9f1dcf7))
44
+
- Rename synd-authn to synt-auth to publish as a new crate by [@ymgyt](https://github.com/ymgyt) ([59ae4ffa](https://github.com/ymgyt/syndicationd/commit/59ae4ffa51f5323fa4a3aae5e30e950b15730519))
45
+
- Update CHANGELOG by [@ymgyt](https://github.com/ymgyt) ([31eb8a34](https://github.com/ymgyt/syndicationd/commit/31eb8a3472e770931fab427e2a8c74a9754b157a))
46
+
- Release by [@ymgyt](https://github.com/ymgyt) ([fa235e40](https://github.com/ymgyt/syndicationd/commit/fa235e4012d4378e0bb971c52408f62becab087d))
46
47
47
48
### Refactor
48
49
49
-
- Rename crates by @ymgyt ([ce0982e4](ce0982e497647b23dcf07e39d525121bcd9ac1fa))
50
-
- Create synd_authn crate by @ymgyt ([682bcc6f](682bcc6ff3c035be566dea99d2487e0173537c8d))
51
-
- Use clippy pedantic by @ymgyt ([328ddade](328ddadebbad5381271c5e84cce2d6888252e70c))
52
-
- Clippy by @ymgyt ([a1693b36](a1693b36b73ad3987af9a853e214392d8b1eae8d))
53
-
- Fix lint by @ymgyt ([aac00b98](aac00b98335bb75cc57fdea0875bfd675bf8f3cc))
54
-
- Rename tab by @ymgyt ([be4add1e](be4add1e261c505d87b174795274236fd8ce46e7))
50
+
- Rename crates by [@ymgyt](https://github.com/ymgyt) ([ce0982e4](https://github.com/ymgyt/syndicationd/commit/ce0982e497647b23dcf07e39d525121bcd9ac1fa))
51
+
- Create synd_authn crate by [@ymgyt](https://github.com/ymgyt) ([682bcc6f](https://github.com/ymgyt/syndicationd/commit/682bcc6ff3c035be566dea99d2487e0173537c8d))
52
+
- Use clippy pedantic by [@ymgyt](https://github.com/ymgyt) ([328ddade](https://github.com/ymgyt/syndicationd/commit/328ddadebbad5381271c5e84cce2d6888252e70c))
53
+
- Clippy by [@ymgyt](https://github.com/ymgyt) ([a1693b36](https://github.com/ymgyt/syndicationd/commit/a1693b36b73ad3987af9a853e214392d8b1eae8d))
54
+
- Fix lint by [@ymgyt](https://github.com/ymgyt) ([aac00b98](https://github.com/ymgyt/syndicationd/commit/aac00b98335bb75cc57fdea0875bfd675bf8f3cc))
55
+
- Rename tab by [@ymgyt](https://github.com/ymgyt) ([be4add1e](https://github.com/ymgyt/syndicationd/commit/be4add1e261c505d87b174795274236fd8ce46e7))
55
56
56
57
### Testing
57
58
58
-
- Impl device flow test case by @ymgyt ([93572902](9357290265a4fbf8d78721e4f9f1904b1cf5b12a))
59
-
- Add auth flow case by @ymgyt ([6d2b1905](6d2b1905d9b06bd9ed670f210cd590f89405c37c))
60
-
- Run kvsd in test by @ymgyt ([923e65a1](923e65a131bed1a0a10d073b0eb9d5091cc184fe))
61
-
- Run integration test by @ymgyt ([20c0bc2d](20c0bc2d31a938d3103fafedba5a10b4a9bba9ae))
62
-
- Fix tls conf path by @ymgyt ([e3d764a4](e3d764a453b527a98b1eaf268ead67469c0e192d))
59
+
- Impl device flow test case by [@ymgyt](https://github.com/ymgyt) ([93572902](https://github.com/ymgyt/syndicationd/commit/9357290265a4fbf8d78721e4f9f1904b1cf5b12a))
60
+
- Add auth flow case by [@ymgyt](https://github.com/ymgyt) ([6d2b1905](https://github.com/ymgyt/syndicationd/commit/6d2b1905d9b06bd9ed670f210cd590f89405c37c))
61
+
- Run kvsd in test by [@ymgyt](https://github.com/ymgyt) ([923e65a1](https://github.com/ymgyt/syndicationd/commit/923e65a131bed1a0a10d073b0eb9d5091cc184fe))
62
+
- Run integration test by [@ymgyt](https://github.com/ymgyt) ([20c0bc2d](https://github.com/ymgyt/syndicationd/commit/20c0bc2d31a938d3103fafedba5a10b4a9bba9ae))
63
+
- Fix tls conf path by [@ymgyt](https://github.com/ymgyt) ([e3d764a4](https://github.com/ymgyt/syndicationd/commit/e3d764a453b527a98b1eaf268ead67469c0e192d))
0 commit comments