Skip to content

Commit b044bb6

Browse files
author
İsmail Perim
committed
chore: bump version to 1.1.0 and update documentation
1 parent 3b19f08 commit b044bb6

5 files changed

Lines changed: 14 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.1.0] - 2026-03-25 (Unreleased)
8+
## [1.1.0] - 2026-03-25
99

1010
### Added
1111
- CORS support with environment-based configuration (development: all origins, production: same-origin only)
@@ -49,6 +49,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4949
- Filter dropdown click-outside behavior: Dropdowns now properly close when clicking outside
5050
- Implemented proper React click-outside detection using `useEffect` + `useRef`
5151
- Previous overlay-based approach replaced with native event listeners
52+
- Filter dropdown z-index: Dropdowns now appear above service cards
53+
- Filter bar now uses `sticky top-0 z-40` (stays at top when scrolling)
54+
- Dropdown menus use `z-[100]` for proper layering above all content
5255
- Environment name display: Removed CSS text-transform (capitalize/uppercase) to preserve original YAML values
5356
- Environment names now display exactly as written in YAML config
5457
- Affects ServiceCard badges, filter dropdowns, and environment section headers

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,16 @@ Directo organizes your services, environments, and operational links in one plac
1515
## Features
1616

1717
- 📋 **YAML Configuration** - Single source of truth in Git
18-
- 🎯 **Smart Grouping** - View by environment, project, or team
19-
- 💚 **Real-Time Health Checks** - HTTP health checks with caching (TTL: 5min)
18+
- 🎯 **Smart Grouping** - Environment grouping with colored badges and icons
19+
- 💚 **Real-Time Health Checks** - HTTP health checks with auth support (TTL: 5min)
2020
- 🔍 **Powerful Filtering** - Search + filter by environment, project, tags
2121
- 💾 **Persistent Filters** - Client-side localStorage saves your preferences
22-
- 🎨 **Modern UI** - React + Tailwind CSS with dark mode support
22+
- 🎨 **Customizable Styles** - 9 colors & 8 icons for environment badges
23+
- 🔐 **Health Check Auth** - Basic auth & custom headers support
24+
- 🔗 **Repository Links** - Quick access to source code from dashboard
25+
- 🎯 **Compact Design** - Optimized for high-density service lists (100+ links)
2326
- 🌈 **Emoji Icons** - Visual service identification
27+
- 🌙 **Dark Mode** - Beautiful UI in light and dark themes
2428
- 🐳 **Docker Ready** - Production-ready multi-stage build
2529

2630
## Use Cases

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "directo-backend",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Directo API server",
55
"main": "dist/index.js",
66
"scripts": {

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "directo-frontend",
33
"private": true,
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"type": "module",
66
"scripts": {
77
"build": "vite build",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "directo",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Service link navigation dashboard",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)