Commit Graph

185 Commits

Author SHA1 Message Date
ge0rdi 79446f9e71 Update index.md 2023-07-31 18:04:03 +02:00
Eli 7cc787a60b Update index.md
Parity with readme.
2023-01-26 06:56:30 +01:00
Eli 8dcba874df Override webpage title
Top banner will display "Welcome to Open-Shell" while lower header will display "Open-Shell"
2023-01-26 06:56:30 +01:00
Eli Farmer e5b31df79d - Remove duplicate issues link 2022-12-08 15:22:46 +01:00
Eli Farmer 35e8c682b5 Update index.md
- General grammar/format/convention improvements
 - Switch to shields.io for gitter badge and change color of Discord badge
 - Format Open-Shell icon
2022-12-08 15:22:46 +01:00
ge0rdi 145a52da46 Update index.md
Improve download links.
Add github discussions link.
2022-10-14 14:16:08 +02:00
ge0rdi 32a26b7726 Update index.md
Small fix
2020-09-01 19:19:48 +02:00
ge0rdi 1fa62250e4 Update index.md
Few changes to the layout
2020-09-01 19:13:40 +02:00
ge0rdi c31d24d88a Update index.md
Fix previous change
2020-09-01 19:10:14 +02:00
ge0rdi 4b5403669f Update index.md
Minor changes
2020-09-01 19:06:13 +02:00
ge0rdi debef03c13 Set theme jekyll-theme-cayman 2020-09-01 18:54:03 +02:00
ge0rdi 38c4637033 Set theme jekyll-theme-minimal 2020-09-01 18:47:33 +02:00
ge0rdi fe966e4cae Set theme jekyll-theme-midnight 2020-09-01 18:41:30 +02:00
coddec 1942c1a080 fix typo classic shell -> Open-Shell 2020-01-29 18:23:08 +11:00
coddec e151c693ef Add Temporary Translation/Language Solution 2020-01-29 15:45:13 +11:00
coddec a725028c11 Update index.md
Add download button as requested by users.
2019-08-26 12:12:36 +10:00
coddec e969298432 Update index.md 2018-11-06 17:33:46 +11:00
coddec fd0573ece8 update home page 2018-11-06 17:32:12 +11:00
coddec a116763ebd update home page 2018-11-06 17:30:17 +11:00
coddec b1481d93b2 update home page 2018-11-06 17:27:51 +11:00
coddec 95416ef905 Update index.md 2018-11-06 16:36:04 +11:00
coddec d52daf21bc Set theme jekyll-theme-hacker 2018-11-06 16:35:51 +11:00
coddec dc1b122e66 clear 2018-11-06 16:34:53 +11:00
ge0rdi a16729129a SetupHelper: Try to terminate ClassicShell Start Menu (to make upgrade a bit easier)
During upgrade from ClassicShell we'll try to terminate
ClassicStartMenu.exe as well. So that installer won't complain about files
being in use.
v4.4.131
2018-08-19 08:56:17 +02:00
ge0rdi 45ab50e022 Setup: Remove obsolete/unused stuff
There is no need for password protected beta versions.
2018-08-19 08:56:17 +02:00
ge0rdi bdaec76e1c Setup: Remove warning about very old ClassicShell version
Latest version of ClassicShell was 4.3.1. There is no reason to display
any warning about very old versions (< 2.0.0).

Besides, this will remove dependency on version.dll which could be misused
for DLL hijacking attack.

Fixes #72
2018-08-19 08:56:17 +02:00
ge0rdi 16de25a8b0 Use C++17 by default
Plus C++ standard conformance fixes.
2018-08-18 20:04:21 +02:00
ge0rdi 07a5a7ba72 Import legacy Classic Shell data (#28)
Copy data/settings from legacy Classic Shell if we don't have any yet.
2018-08-14 20:23:16 +02:00
ge0rdi c350b0c037 Installer: Remove "View Readme file" checkbox
One can easily find Readme shortcut in Open-Shell's start menu folder.
2018-08-13 19:46:35 +02:00
ge0rdi 2fb9448ffd Few improvements (#65)
* Fix naming inconsistencies

'Menu' vs 'StartMenu'

* Installer: Remove Facebook link

* Installer: Remove PayPal donate remnants

* OpenShellReadme: Remove info about product version
2018-08-13 00:28:42 -04:00
ge0rdi ad05abe113 Update README.md
- Icon link
- Home page link
- AppVeyor status badge
- Latest nightly link
2018-08-06 08:22:36 +02:00
Xenhat f4dd56155b Rebrand to Open-Shell (#36) (#58)
* Rebrand to Open-Shell

* Slight installer branding improvement
2018-08-05 15:22:10 -04:00
ge0rdi 4637019a0f Update README.md (#56)
Prettified links on main page.
2018-08-03 23:50:13 -04:00
ge0rdi 63c3689da8 Update README.md
Added link to latest nightly build
2018-08-03 19:09:43 +02:00
ge0rdi 5971807d2a Add .editorconfig file 2018-07-29 18:12:08 +02:00
ge0rdi 8077566b1c Update build status batch 2018-07-29 08:48:28 +02:00
ge0rdi dc0266c88e Cleanup of the accessibility COM objects (#53)
Fixed issue related to the cleanup of the accessibility COM objects that
may cause Explorer to crash.

Submitted by Ivo Beltchev.

Fixes #53
2018-07-29 08:34:15 +02:00
coddec 3df484dc7c Update README.md 2018-07-28 12:05:47 +10:00
coddec 64591a3aef Rename: partial change 2018-07-28 12:04:49 +10:00
ge0rdi ad28acaaa3 Build improvements (#51)
* Build: Add symbols to 7z archive

It is much smaller than ZIP (15MB vs 34MB).

* Build: Don't create source package

There is no need to create package with sources as sources for given
release can be easily obtained from git.

* AppVeyor: Remove unneeded install script

__MakeFinal.bat now handles it.

* Build: Less verbose output

* Build: Support for version suffix

AppVeyor may add suffix to version (X.Y.Z-abc) in case of PR builds.

* AppVeyor: Disable shallow clone

To be able to use git commands (in source indexing script).
Use history depth 1 instead.

* Build: Add source index to PDBs

Add source information to PDBs so that source files can be retrieved from Github by debugger.
2018-07-27 20:30:53 -04:00
Xenhat 261e01e180 Remove misleading '...' at end of Log Off button (#38) (#42) 2018-07-27 20:21:42 -04:00
ge0rdi 1fd152f428 Store symbols along with AppVeyor builds
Fixes #49
2018-07-21 01:13:09 +02:00
Rukoto Luther 8b70f64b5b Update Japanese translation (retry) (#39) 2018-07-13 13:38:26 -04:00
ge0rdi dbb783153c Remove HISTORY.txt from installer 2018-07-13 13:24:44 +02:00
ge0rdi 9e95b71904 Remove obsolete files 2018-07-13 13:24:44 +02:00
ge0rdi 734d082166 AppVeyor: allow builds from all branches 2018-07-13 13:24:44 +02:00
ge0rdi ac0829233c AppVeyor: trigger builds only for code changes 2018-07-13 13:24:44 +02:00
coddec 4ee6721ea6 Fix issues link 2018-07-06 18:07:02 +10:00
Xenhat cf8a1c2a88 Update README.md 2018-07-06 00:12:48 -04:00
Xenhat 360de84055 Update README.md 2018-07-06 00:11:53 -04:00