Skip to content

Commit

Permalink
1.5 RC2 release
Browse files Browse the repository at this point in the history
with new features
  • Loading branch information
pubpub-zz committed Mar 24, 2021
1 parent 00a020f commit 70660c6
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
p1.5 (in progress)
=================
---> RC2
* new : Add multiple snapshots in pointer mode for advanced drawings with configurable keys (between alt/shift/control)
* enh : add option to swap between wheel and shift+wheel (between width adjust and pen selection)
* new : shift+mousewheel selects pen (configurable see above)
* enh: Start Inking when selecting ppInk with Alt+Tab
* enh : ctrl+enter validates and close text input
* translated : arabic added (thanks to @eamayreh)
* new : window mode (allow restricted area to interact and freeing mouse (wheel and clicks) elsewhere)
* fix : multiple fixes, see commits history

---> beta1
* new icone but you can still deploy your own
* new : add zoom capability : both dynamic magnifier and freezed to full screen.
Expand Down
20 changes: 19 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ selected my multiple click on those or some through long or right click:

- Text:
Text left aligned -\> Text Right aligned
You can now use ctrl+enter to validate the entry

- Move:
Move 1 drawing -\> Copy 1 drawing -\> Move all drawings.
Expand All @@ -64,7 +65,7 @@ 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)
- 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)
Expand Down Expand Up @@ -109,6 +110,8 @@ When defining a color, you can check Fading : in this case the stroke drawn will
You can configure you own cursor file, saving it as cursor.ico in your exe folder (click position and size are loaded from the file). In the same you can save an image as FloatingCall.png to define the calling form image(in this case the width and transparency are in the Window_POS parameter in config.ini
*mouse wheel:*
Mouse wheel allows you to modify the pen width. this can be easily observed with the tipped cursor. in this configuration, finding the mouse may be difficult to find in this configuration : you can then depress the alt key to get the arrow(or customized) cursor
shift+mouse wheel allows to select pen
mouse wheel / shift+ mouse wheel can now be swapped (shift+mouse wheel to access pen width) : available in options / pen tab

*video recording:*
ppInk has now some capability to do some video recording. tuning is available in options/video tab :
Expand All @@ -130,6 +133,19 @@ You can now select how the toolbar will be deployed : to left/ to right or verti
When the option is set in the options, switching application (with alt+tab) will engage pointer mode. Also, when pointer mode is activated (by any means, ie button click, alt+tab, global short cut), the toolbar is folded automatically, and when pressing undock button, alt+tab, or global shortcut,the inking mode is restored and the toolbar is unfolded.
Note that you can still fold toolbar when drawing without engaging pointer mode with the dock button.

*Window mode*
You can now run ppink in window mode (engaged through Long/Right Click on pointer icon)
In this mode ppInk is run in a window and you can access clicks or mousewheel applications out of the window:
https://user-images.githubusercontent.com/4083478/112311221-c656c580-8ca5-11eb-895b-2279366c0fc4.mp4>

*snapshots in pointer mode*
when trying to annote menu opened with mouse click / contextual menus
https://user-images.githubusercontent.com/61389799/111090958-1d3bfc80-853a-11eb-91fc-04e85ed18454.mp4
(demo from @eamayreh)

you can configure shortcuts with shift/ctrl/alt with a press and hold and tap twice keys to prevent menu to close
multiple snapshots can be captured, they are pasted one over the other, in the reverse order to make a full sequence


#### Download

Expand Down Expand Up @@ -210,6 +226,8 @@ in ppInk to make sure your translation shows correctly, and then you can make a
pull request to merge your translation to the next version of release for others
to use.

NEW : arabic available

gInk
https://github.com/geovens/gInk
https://github.com/geovens/gInk
Expand Down
2 changes: 1 addition & 1 deletion src/BuildTimestamp.cs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
namespace gInk { public static class Build { public static string Timestamp = "24/02/2021 23:22:30.25".Substring(0,16);}}
namespace gInk { public static class Build { public static string Timestamp = "24/03/2021 13:19:34.68".Substring(0,16);}}
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.5.0.*")]
[assembly: AssemblyFileVersion("1.5.0.*")]
[assembly: AssemblyVersion("1.5.2.*")]
[assembly: AssemblyFileVersion("1.5.2.*")]
[assembly: NeutralResourcesLanguage("en-US")]

0 comments on commit 70660c6

Please sign in to comment.