WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 37e475c

Browse files
committed
v2.2.0
1 parent e9846b4 commit 37e475c

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ Level editor for [Hexcells](http://store.steampowered.com/app/304410/).
2727

2828
Open a level or paste one from clipboard and play it.
2929

30-
Left-click/right-click an orange cell to mark it as blue/black. Right click to revert a cell to yellow.
30+
Left-click/right-click an orange cell to mark it as blue/black.
31+
Ctrl+Z to undo.
3132

3233
If you use the *Player* to playtest right from *Editor*, it will save state between sessions.
3334
Right click to revert a cell to yellow.
@@ -125,12 +126,6 @@ Now you can start `editor.py` and `player.py` by opening them in a file explorer
125126

126127
To update *SixCells* to the latest version without deleting and redownloading, execute `git pull` inside its directory.
127128

128-
#### Arch Linux
129-
130-
[**sixcells**](https://aur.archlinux.org/packages/sixcells/) on *AUR*. Optional dependencies are needed for solving.
131-
132-
The executables are `/usr/bin/sixcells-editor`, `/usr/bin/sixcells-player`.
133-
134129
### Mac
135130

136131
*SixCells* should work under Mac if the needed libraries are available. Here are **untested** installation instructions using a Terminal and [*Homebrew*](http://brew.sh/):

common.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
from __future__ import division, print_function
2020

21-
__version__ = '2.1.1'
21+
__version__ = '2.2.0'
2222

2323
import sys
2424
import os.path
@@ -792,4 +792,4 @@ def about(self):
792792
))
793793

794794
def help(self):
795-
QDesktopServices.openUrl(QUrl('https://github.com/blaxpirit/sixcells/#readme'))
795+
QDesktopServices.openUrl(QUrl('https://github.com/blaxpirit/sixcells/tree/v{}#readme'.format(__version__)))

0 commit comments

Comments
 (0)