Skip to content

Commit 20a6979

Browse files
committed
chore: v1.4 launch maintenance
1 parent b1aed68 commit 20a6979

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

public/posts/ideas.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## 📅 v1.3 Target Changelog (WIP)
1+
## 📅 v1.4 Target Changelog (WIP)
22

33
* [ ] **Add The Reckoning, UltraTech Entry to Projects and Blog.**
4+
* [ ] Editable customised shortcut keys.
45

56
#### Optional
67

src/components/Command Palette/Commands/Github Navigator/GithubNavigator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const generateGitHubFetchDisplay = (repo, user, commits, languages) => {
110110
// Cyberpunk Style Design
111111
const asciiStats = `
112112
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
113-
█▌ GITHUB TERMINAL v3.0 ▐█ ${user.login}@github.com ████████████████
113+
█▌ GITHUB TERMINAL v1.0 ▐█ ${user.login}@github.com ████████████████
114114
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
115115
116116
▌▌▌ ${repo.name.toUpperCase()}.${repo.default_branch} ███████████████████████████████████████████████
@@ -590,7 +590,7 @@ const getLanguageIcon = (language) => {
590590
// // Initialize with welcome message
591591
// useEffect(() => {
592592
// if (isOpen) {
593-
// setOutput(`🐙 GitHub Terminal Explorer v3.0
593+
// setOutput(`🐙 GitHub Terminal Explorer v1.0
594594
// Connected to: ${GITHUB_REPO}
595595
// Repository loaded successfully!
596596

0 commit comments

Comments
 (0)