Skip to content

Commit 373ef82

Browse files
Merge pull request killbill#640 from killbill/aviate-changelog
Initial changelog for Aviate
2 parents d71f02b + d94b1f3 commit 373ef82

File tree

3 files changed

+34
-11
lines changed

3 files changed

+34
-11
lines changed

html5/_main_toc.html.slim

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ nav.sidebar-nav
234234
| Python
235235
li
236236
a.nav-link href="http://github.com/killbill/kbcli" onclick=("getOutboundLink('http://github.com/killbill/kbcli'); return false;")
237-
| KillBill Go
237+
| KillBill Go
238238
li
239239
.icon-title
240240
a.bd-toc-link.main-link role="button"
@@ -279,7 +279,7 @@ nav.sidebar-nav
279279
.icon-title
280280
a.bd-toc-link.main-link role="button"
281281
| AWS
282-
span.dot style="background-color: #7C3AE3;"
282+
span.dot style="background-color: #7C3AE3;"
283283
<svg class="chevron" width="11" height="6" viewBox="0 0 11 6" fill="none" xmlns="http://www.w3.org/2000/svg">
284284
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.5024 5.70711C10.1119 6.09763 9.47871 6.09763 9.08818 5.70711L5.7953 2.41421L2.50241 5.70711C2.11188 6.09763 1.47872 6.09763 1.0882 5.70711C0.697672 5.31658 0.697672 4.68342 1.0882 4.29289L5.08819 0.292893C5.47871 -0.0976311 6.11188 -0.0976311 6.5024 0.292893L10.5024 4.29289C10.8929 4.68342 10.8929 5.31658 10.5024 5.70711Z" fill="#D1D5DB"/>
285285
</svg>
@@ -350,6 +350,9 @@ nav.sidebar-nav
350350
li
351351
a.nav-link href="/latest/what_is_aviate.html"
352352
| What is Aviate?
353+
li.bd-sidenav-active
354+
a.nav-link href="/latest/aviate-changelog.html"
355+
| Aviate Changelog
353356
li.bd-sidenav-active
354357
a.nav-link href="/latest/aviate-pricing-hub.html"
355358
| Aviate Pricing Hub Guide

stylesheets/kb.css

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -287,10 +287,10 @@ strong {
287287

288288
@media(min-width: 1500px) {
289289
.main-wrapper {
290-
max-width: 880px;
290+
max-width: 1200px;
291291
}
292292
.content-wrapper {
293-
max-width: 880px;
293+
max-width: 1200px;
294294
}
295295
}
296296

@@ -394,7 +394,7 @@ strong {
394394
*::-webkit-scrollbar, *:hover::-webkit-scrollbar {
395395
width: 6px;
396396
height: 6px;
397-
color: var(--color-gray-200);
397+
color: var(--color-gray-200);
398398
background-color: transparent !important;
399399
}
400400

@@ -720,7 +720,7 @@ pre.pygments .tok-o {
720720
}
721721
.main .article-container .center-content {
722722
display: block !important;
723-
}
723+
}
724724
}
725725

726726
.main .right-side-menu > .navbar-nav {
@@ -1148,7 +1148,7 @@ pre.pygments span {
11481148
line-height: 21px;
11491149
color: var(--snippet-body-color);
11501150
}
1151-
pre.pygments .tok-kd, pre.pygments .tok-kt, pre.pygments .tok-kc,
1151+
pre.pygments .tok-kd, pre.pygments .tok-kt, pre.pygments .tok-kc,
11521152
pre.pygments .tok-k, pre.pygments .tok-c1, .main .listingblock .tok-nt,
11531153
pre.pygments .tok-nv, pre.pygments .tok-nb, pre.pygments .tok-nn,
11541154
pre.pygments .tok-mf, pre.pygments .tok-cp, pre.pygments .tok-mi {
@@ -1170,7 +1170,7 @@ pre.pygments .tok-se {
11701170
color: #FDA29B !important;
11711171
}
11721172

1173-
pre.pygments [data-lang="bash"] .tok-s2,
1173+
pre.pygments [data-lang="bash"] .tok-s2,
11741174
pre.pygments [data-lang="bash"] .tok-s1 {
11751175
color: #FACC61 !important;
11761176
}
@@ -1267,7 +1267,7 @@ pre.pygments [data-lang="bash"] .tok-s1 {
12671267
cursor: pointer;
12681268
color: var(--snippet-header-color) !important;
12691269
}
1270-
.copy-icon p {
1270+
.copy-icon p {
12711271
margin-bottom: 0;
12721272
color: var(--snippet-header-color) !important;
12731273
}
@@ -1421,7 +1421,7 @@ pre.pygments [data-lang="bash"] .tok-s1 {
14211421
position: relative;
14221422
padding-left: 24px;
14231423
}
1424-
.ulist li ul li:before {
1424+
.ulist li ul li:before {
14251425
content: '';
14261426
position: absolute;
14271427
left: 0;
@@ -1447,7 +1447,7 @@ pre.pygments [data-lang="bash"] .tok-s1 {
14471447
margin-bottom: auto;
14481448
}
14491449

1450-
.switch input {
1450+
.switch input {
14511451
opacity: 0;
14521452
width: 0;
14531453
height: 0;
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
= Aviate Changelog
2+
3+
== January, 27th 2026
4+
5+
* **Plugin marketplace**
6+
The plugin marketplace is now exposed in Aviate, making it easier to discover, browse, and enable available plugins directly from the UI. This lays the groundwork for a richer ecosystem of extensions and integrations, and gives administrators better visibility into what functionality can be added to their billing stack without custom development.
7+
8+
== January, 20th 2026
9+
10+
* **Dedicated API key management page**
11+
A new dedicated page allows administrators to manage API keys at the tenant level. From this screen, users can create, rotate, and revoke API keys, making it simpler to control access, improve security hygiene, and support operational workflows without relying on manual configuration.
12+
13+
* **Aviate Tax configuration screen**
14+
A new Tax configuration screen has been added to Aviate, providing a centralized place to view and manage tax-related settings. This improves clarity around tax behavior and reduces the need to switch between tools or rely on low-level configuration.
15+
16+
* **Direct links to Kaui**
17+
Relevant areas of Aviate now include direct links to Kaui, making it easier to move between configuration in Aviate and detailed operational views in Kaui. This helps streamline day-to-day workflows for teams that use both tools side by side.
18+
19+
* **UX improvements and bug fixes**
20+
Various bug fixes and user experience improvements were rolled out across the UI. These changes focus on smoother navigation, clearer feedback, and small quality-of-life enhancements based on early user feedback.

0 commit comments

Comments
 (0)