Skip to content

Commit

Permalink
update version/readme/changelog
Browse files Browse the repository at this point in the history
update version/readme/changelog
  • Loading branch information
pubpub-zz committed Sep 1, 2020
1 parent 2262cf1 commit 3e860fc
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 11 deletions.
12 changes: 9 additions & 3 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
p1.1 (In Progress)
p1.2 (In Progress)
=================
--->RC4(1.1.2)
* report changes from gInk 1.1
--->RC1
* New option:to engage capture when opening the toolbar
* Alt+ capability added for temporary command
* report changes from gInk 1.1 (see commits)
* various fixes (see commits)
* add --startInking argument to start inking immediately

p1.1 (RC3 @Aug. 16,2020)
=================
--->RC3 and before (see readme.md)
* renamed to ppInk
* add rect/oval/arrow/line/text/numbers tools
Expand Down
20 changes: 14 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,25 @@ selected my multiple click on those:
- Move:
Move 1 drawing -\> Move all drawings.

*Magnetic*
The magnet activates some magnetic effect :

- Find a point on the drawing next to the cursor. For rectangles, magnetic
effect is available to vertices, and also to the middle of sides.(also activated pressing Ctrl)

- The 8 points of the bounding rectangle of a text.(also activated pressing Ctrl)

- On the line from the origin. The lines are horizontal,vertical and every 15°.(also activated pressing Shift)

The Magnetic distance can be adjusted in the options.
If only Ctrl or Shift is depressed, the global magnetic effect is switched off to only take into account the magnetic of the pressed key.
Hotkeys are availables for all tools,pens (configurable throught right click on icon next to clock)

*Alt+ shortcut for temporary commands:*
When this option is activated (yes by default), when Alt is pressed and hold, the tool/pen/mode is temporary selected, left when alt is released
eg : with Hand drawing selected, press Alt and keep it down. Press and release R : rectangle is active, as long as Alt is depressed, and Hand will be reengaged when Alt is released
This can be reset any combinaisons of Pens and Tools : eg : press Alt, you can engage Filled Blue rectangle, depressing R twice, and 3 (in any order), and return to previous tools/color releasing Alt
This can be also used with Erasor

*Option Capture at toolbar opening*
Capture can be engaged as toolbar is opened. This option is set to false by default.

#### Screen Shots

![](screenshot1.png)
Expand Down Expand Up @@ -126,5 +134,5 @@ https://github.com/geovens/gInk
Weizhi Nai \@ 2019

ppInk

<https://github.com/pubpub-zz/ppInk>
https://github.com/pubpub-zz/ppInk
Pubpub-ZZ \@ 2020
4 changes: 2 additions & 2 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
[assembly: AssemblyVersion("1.2.1.0")]
[assembly: AssemblyFileVersion("1.2.1.0")]
[assembly: NeutralResourcesLanguage("en-US")]

0 comments on commit 3e860fc

Please sign in to comment.