Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 1d611a6

Browse files
committed
📝 Post-release commit: update README, version tags
1 parent 6c110c1 commit 1d611a6

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<a href="#featured-in"><img alt="undefined" src="https://img.shields.io/github/downloads/GitSquared/edex-ui/total.svg?style=popout"></a>
99
<a href="https://github.com/GitSquared/edex-ui/blob/master/LICENSE"><img alt="undefined" src="https://img.shields.io/github/license/GitSquared/edex-ui.svg?style=popout"></a>
1010
<br>
11-
<a href="https://github.com/GitSquared/edex-ui/releases/download/v2.0.1/eDEX-UI.Windows.Installer.exe" target="_blank"><img alt="undefined" src="https://badgen.net/badge//Windows/blue?icon=windows"></a>
12-
<a href="https://github.com/GitSquared/edex-ui/releases/download/v2.0.1/eDEX-UI.MacOS.Image.dmg" target="_blank"><img alt="undefined" src="https://badgen.net/badge//macOS/grey?icon=apple"></a>
13-
<a href="https://github.com/GitSquared/edex-ui/releases/download/v2.0.1/eDEX-UI.Linux.x86_64.AppImage" target="_blank"><img alt="undefined" src="https://badgen.net/badge//Linux64/orange?icon=terminal"></a>
14-
<a href="https://github.com/GitSquared/edex-ui/releases/download/v2.0.1/eDEX-UI.Linux.i386.AppImage" target="_blank"><img alt="undefined" src="https://badgen.net/badge//Linux32/orange?icon=terminal"></a>
11+
<a href="https://github.com/GitSquared/edex-ui/releases/download/v2.1.0/eDEX-UI.Windows.Installer.exe" target="_blank"><img alt="undefined" src="https://badgen.net/badge//Windows/blue?icon=windows"></a>
12+
<a href="https://github.com/GitSquared/edex-ui/releases/download/v2.1.0/eDEX-UI.MacOS.Image.dmg" target="_blank"><img alt="undefined" src="https://badgen.net/badge//macOS/grey?icon=apple"></a>
13+
<a href="https://github.com/GitSquared/edex-ui/releases/download/v2.1.0/eDEX-UI.Linux.x86_64.AppImage" target="_blank"><img alt="undefined" src="https://badgen.net/badge//Linux64/orange?icon=terminal"></a>
14+
<a href="https://github.com/GitSquared/edex-ui/releases/download/v2.1.0/eDEX-UI.Linux.i386.AppImage" target="_blank"><img alt="undefined" src="https://badgen.net/badge//Linux32/orange?icon=terminal"></a>
1515
<a href="https://aur.archlinux.org/packages/edex-ui" target="_blank"><img alt="undefined" src="https://badgen.net/badge/AUR/Package/cyan"></a>
1616
<br><br><br>
1717
</p>
@@ -31,6 +31,7 @@ It might or might not be a joke taken too seriously.
3131
- Full support for touch-enabled displays, including an on-screen keyboard.
3232
- Directory viewer that follows the CWD (current working directory) of the terminal.
3333
- Advanced customization using themes, on-screen keyboard layouts, CSS injections. See the [wiki](https://github.com/GitSquared/edex-ui/wiki) for more info.
34+
- Optional sound effects made by a talented sound designer for maximum hollywood hacking vibe.
3435

3536
## Screenshots
3637
![Default screenshot](https://github.com/GitSquared/edex-ui/raw/master/media/screenshot_default.png)
@@ -52,6 +53,8 @@ Click on the little badges under the eDEX logo at the top of this page, or go to
5253
Search through the [Issues](https://github.com/GitSquared/edex-ui/issues) to see if yours has already been reported. If you're confident it hasn't been reported yet, feel free to open up a new one. If you see your issue and it's been closed, it probably means that the fix for it will ship in the next version, and you'll have to wait a bit.
5354
#### Can you disable the keyboard/the filesystem display?
5455
You can't disable them (yet) but you can hide them. See the `tron-notype` theme.
56+
#### eDEX seems to be pretty stable now. What are you planning to do next?
57+
I'm not done with this software just yet. I'm actively working on exciting new features that will make eDEX less of a gadget and more of a usable sysadmin tool. Notably, I'm researching remote monitoring, multi-monitor support, and a plug-in system which would externalize the module structure used internally.
5558
#### Are PRs welcome?
5659
They are!
5760
#### Is this repo actively maintained?
@@ -79,10 +82,10 @@ Thanks! If you feel like it, you can [donate a few bucks](https://paypal.me/squa
7982

8083

8184
## Useful commands for the nerds
82-
#### Starting from source:
8385

8486
**IMPORTANT NOTE:** the following instructions are meant **for DEVELOPERS ONLY**. If you're just a casual user please download the precompiled binaries available on the [Releases tab](https://github.com/GitSquared/edex-ui/releases).
8587

88+
#### Starting from source:
8689
on *nix systems (You'll need the Xcode command line tools on macOS):
8790
- clone the repository
8891
- `npm run install-linux`
@@ -103,6 +106,11 @@ Note²: It is recommended to start building from a fresh clone to prevent the co
103106

104107
Resulting binaries and assets will be in the `dist` folder.
105108

109+
#### A note about versioning, branches, and commit messages
110+
Currently, development is done directly on the `master` branch. The version tag on this branch is the version tag of the next release with the `-pre` suffix (e.g `v2.6.1-pre`), to avoid confusion when both release and source versions are installed on one's system.
111+
I use [gitmoji](https://github.com/carlosuesta/gitmoji-cli) to make my commit messages, but I'm not enforcing this on this repo so commits from PRs and the like might not be formatted that way.
112+
[Dependabot](https://dependabot.com) runs weeekly to check dependencies updates. It is setup to auto-merge most of them as long as the builds checks passes.
113+
106114
## Credits
107115
eDEX-UI's source code was primarily written by me, [Squared](https://github.com/GitSquared). If you want to get in touch with me or find other projects I'm involved in, check out [my website](https://squared.codebrew.fr).
108116

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "edex-ui",
33
"productName": "eDEX-UI",
4-
"version": "2.1.0",
4+
"version": "2.2.0-pre",
55
"description": "A science fiction desktop running everywhere. Awesome.",
66
"keywords": [
77
"desktop",

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "edex-ui",
33
"productName": "eDEX-UI",
4-
"version": "2.1.0",
4+
"version": "2.2.0-pre",
55
"description": "eDEX-UI sci-fi interface",
66
"keywords": [
77
"desktop",

0 commit comments

Comments
 (0)