[PR #117] [MERGED] Add version number to footer and improves .editorconfig #2418

Closed
opened 2026-03-17 00:07:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/117
Author: @NBTX
Created: 8/30/2019
Status: Merged
Merged: 8/30/2019
Merged by: @NBTX

Base: masterHead: master


📝 Commits (2)

  • 0c54390 Resolves liyasthomas#115
  • 9eb9365 🏷️Adds automatically generated version information

📊 Changes

7 files changed (+394 additions, -313 deletions)

View changed files

📝 .editorconfig (+2 -2)
📝 .gitignore (+3 -0)
📝 assets/css/styles.scss (+6 -0)
build.js (+40 -0)
📝 layouts/default.vue (+164 -137)
📝 package.json (+5 -0)
📝 pages/settings.vue (+174 -174)

📄 Description

  • Resolves #115 (the .editorconfig changes) - as was suggested in the issue.

image

  • Resolves #97
    The version name (latest git tag), hash (git short hash) and variant (the branch - if it's not master) is automatically generated at build time by /build.js.
    It is then included in the built application and displayed in the footer.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/117 **Author:** [@NBTX](https://github.com/NBTX) **Created:** 8/30/2019 **Status:** ✅ Merged **Merged:** 8/30/2019 **Merged by:** [@NBTX](https://github.com/NBTX) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`0c54390`](https://github.com/hoppscotch/hoppscotch/commit/0c543908d3db2d04f8b2b72581e3525e54215dab) Resolves liyasthomas#115 - [`9eb9365`](https://github.com/hoppscotch/hoppscotch/commit/9eb9365c895686ace5ff7629ae13ef18881d5e2d) 🏷️Adds automatically generated version information ### 📊 Changes **7 files changed** (+394 additions, -313 deletions) <details> <summary>View changed files</summary> 📝 `.editorconfig` (+2 -2) 📝 `.gitignore` (+3 -0) 📝 `assets/css/styles.scss` (+6 -0) ➕ `build.js` (+40 -0) 📝 `layouts/default.vue` (+164 -137) 📝 `package.json` (+5 -0) 📝 `pages/settings.vue` (+174 -174) </details> ### 📄 Description - Resolves #115 (the `.editorconfig` changes) - as was suggested in the issue. ![image](https://user-images.githubusercontent.com/43181178/64045429-284e5800-cb61-11e9-9fa8-961945cf1453.png) - Resolves #97 The version name (latest git tag), hash (git short hash) and variant (the branch - if it's not master) is automatically generated at build time by `/build.js`. It is then included in the built application and displayed in the footer. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:07:28 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#2418
No description provided.