-
Notifications
You must be signed in to change notification settings - Fork 68
docs: weekly changelog update #351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
13dd3de
f988b06
4f2c06d
66db92b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| --- | ||
| title: July 2026 | ||
| description: What's new in urBackend — new features, improvements, and fixes. | ||
| --- | ||
|
|
||
| <Update label="2026-07-06" description="Week of 2026-06-29–2026-07-06" tags={["Feature", "Improvement"]}> | ||
| ## New features | ||
|
|
||
| **CLI Commands** — Three new CLI commands have been added to enhance user experience. | ||
| **Rate Limiter** — A rate limiter has been added to the BullMQ worker to prevent abuse. | ||
|
|
||
| ## Improvements | ||
|
|
||
| **Dashboard Redesign** — The dashboard has been redesigned with a persistent left sidebar and is now compatible with light mode. | ||
| </Update> | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -93,6 +93,7 @@ | |||||||||||||||||
| { | ||||||||||||||||||
| "group": "Changelog", | ||||||||||||||||||
| "pages": [ | ||||||||||||||||||
| "changelog/july-2026", | ||||||||||||||||||
| "changelog/may-2026", | ||||||||||||||||||
| "changelog/june-2026", | ||||||||||||||||||
| "changelog/april-2026" | ||||||||||||||||||
|
Comment on lines
+96
to
99
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win Changelog pages list is out of chronological order. The 📅 Suggested fix (newest-first ordering) "pages": [
- "changelog/july-2026",
- "changelog/may-2026",
- "changelog/june-2026",
- "changelog/april-2026"
+ "changelog/july-2026",
+ "changelog/june-2026",
+ "changelog/may-2026",
+ "changelog/april-2026"
]📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||||
|
|
||||||||||||||||||
Uh oh!
There was an error while loading. Please reload this page.