Skip to content

Commit 1e2ac5f

Browse files
committed
feat: update branding with new logo and banner, enhance README and documentation visuals for version 2.0.3
1 parent e606d9a commit 1e2ac5f

File tree

12 files changed

+66
-11
lines changed

12 files changed

+66
-11
lines changed

CodebaseMD-Web/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CodebaseMD
22

3+
<p align="center">
4+
<img src="../assets/logo.png" alt="CodebaseMD" width="400">
5+
</p>
6+
37
Convert any file to Markdown with our powerful web interface, powered by [MarkItDown](https://github.com/microsoft/markitdown).
48

59
## Overview

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
# CodebaseMD
22

3+
![CodebaseMD Banner](./assets/banner.png)
4+
35
[![VSCode Extension Version](https://img.shields.io/visual-studio-marketplace/v/alpha912.codebase-md)](https://marketplace.visualstudio.com/items?itemName=alpha912.codebase-md)
46
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
57

68
**CodebaseMD** is a Visual Studio Code extension that allows you to export your entire codebase or selected files as a Markdown file, making it easier to share and document your projects.
79

10+
## What's New in Version 2.0.3
11+
12+
### Brand Refresh
13+
- **Updated Logo & Banner**: Fresh new look with modern logo and banner design
14+
- **Consistent Branding**: Improved visual identity throughout documentation and marketplace
15+
16+
Check the full [release notes](releases/RELEASE-NOTES-2.0.3.md) for more details on the updates.
17+
818
## What's New in Version 2.0.2
919

1020
### Features & Improvements
@@ -22,7 +32,7 @@
2232
- Improved extraction of file metadata
2333
- Fixed pattern detection for different programming paradigms
2434

25-
Check the full [release notes](releases/RELEASE-NOTES-2.0.2.md) for more details or view our detailed [documentation](docs/micro-export-format.md) on the Micro Export format.
35+
Check the full [release notes](releases/RELEASE-NOTES-2.0.2.md)for more details or view our detailed [documentation](docs/micro-export-format.md) on the Micro Export format.
2636

2737
## Features
2838

@@ -88,3 +98,8 @@ This project is licensed under the MIT License. See the [LICENSE](https://github
8898
- **Alphin Tom**
8999
- **Email**: [[email protected]](mailto:[email protected])
90100
- **GitHub**: [alpha912](https://github.com/alpha912)
101+
102+
103+
<p align="center">
104+
<img src="./assets/logo-with-text.png" alt="CodebaseMD" width="400">
105+
</p>

assets/banner.png

2.01 MB
Loading

assets/logo-with-text.png

1.32 MB
Loading

assets/logo.png

1.33 MB
Loading

assets/logo.webp

-129 KB
Binary file not shown.

docs/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CodebaseMD Documentation
22

3+
<p align="center">
4+
<img src="../assets/logo.png" alt="CodebaseMD Logo" width="100" height="100">
5+
</p>
6+
37
Welcome to the documentation for CodebaseMD, a Visual Studio Code extension that allows you to export your codebase or selected files as a Markdown file.
48

59
## Table of Contents
@@ -12,4 +16,10 @@ Welcome to the documentation for CodebaseMD, a Visual Studio Code extension that
1216
6. [Changelog](./changelog.md)
1317
7. [Troubleshooting](./troubleshooting.md)
1418

15-
For the main project README, please refer to the [README.md](../README.md) in the root directory.
19+
For the main project README, please refer to the [README.md](../README.md) in the root directory.
20+
21+
---
22+
23+
<p align="center">
24+
<img src="../assets/logo-with-text.png" alt="CodebaseMD" width="400">
25+
</p>

docs/changelog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [2.0.2] - 2025-05-22
10+
## [2.0.3] - 2025-05-22
11+
12+
### Changed
13+
- Updated extension logo and banner images
14+
- Improved visual branding across all documentation
15+
- Enhanced README with more consistent visual elements
16+
17+
## [2.0.2] - 2025-05-10
1118

1219
### Added
1320
- Comprehensive test suite with Mocha for ensuring code quality

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
{
2-
"name": "codebase-md",
1+
{ "name": "codebase-md",
32
"displayName": "CodebaseMD",
43
"description": "Export your entire codebase or selected files as a Markdown file.",
5-
"version": "2.0.2",
4+
"version": "2.0.3",
65
"publisher": "alpha912",
76
"engines": {
87
"vscode": "^1.70.0"
@@ -16,13 +15,12 @@
1615
"onCommand:codebaseMD.exportMicro",
1716
"onCommand:codebaseMD.exportMicroSelected"
1817
],
19-
"main": "./out/extension.js",
20-
"repository": {
18+
"main": "./out/extension.js", "repository": {
2119
"type": "git",
2220
"url": "https://github.com/alpha912/codebase-md.git"
2321
},
2422
"license": "MIT",
25-
"icon": "assets/logo.webp",
23+
"icon": "assets/logo.png",
2624
"contributes": {
2725
"commands": [
2826
{

releases/RELEASE-NOTES-2.0.3.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Release Notes - CodebaseMD 2.0.3
2+
3+
## Overview
4+
This release focuses on brand refreshment with updated logo and banner images throughout the extension and documentation.
5+
6+
## Brand Updates
7+
- **New Logo**: Updated extension icon for a fresh, modern look
8+
- **New Banner**: Added new banner image to the README and documentation
9+
- **Consistent Branding**: Applied the new logo and branding consistently across the extension documentation
10+
11+
## Changes
12+
- Updated main logo in VS Code extension
13+
- Added banner image to GitHub README
14+
- Updated logo in documentation files
15+
- Improved visual consistency across all materials
16+
17+
## Bug Fixes
18+
- Fixed formatting issues in documentation
19+
20+
## Full Changelog
21+
For the full list of changes, please see the [commit history](https://github.com/alpha912/codebase-md/commits/master).

releases/codebase-md-2.0.3.vsix

4.67 MB
Binary file not shown.

0 commit comments

Comments
 (0)