Skip to content

Releases: venj/Clipy

Clipy 1.3

10 Jun 01:47
bd64bf8
Compare
Choose a tag to compare

This release support both x86 and x64 build. Also fixed an issue with start up with user login not working issue on latest Windows 10.

Note: The clickonce installer is not signed, so when you install it, you will see security warnings. But it's OK, this app is totally safe. More over, if you don't trust the binary package, you can always build it with source code.

Clipy 1.2.0

10 Feb 02:52
Compare
Choose a tag to compare

What's new in 1.2.0:

  • Use C# custom input box to replace the InputBox imported from VisualBasic.

This makes UI more consistency.


1.2.0版更新内容:

  • 用自定义的C#实现Input Box,替代之前在VisualBasic中导入的InputBox类。

现在用户界面更加一致。

Clipy 1.1.1

03 Feb 05:32
Compare
Choose a tag to compare

What's new in 1.1.1:

  • Added settings menu on snippets management UI.

Users now can access settings more conveniently.


1.1.1版更新内容:

  • 在主界面加入设置按钮。

用户现在可以更加方便的访问设置界面。

Clipy 1.1.0

02 Feb 05:55
Compare
Choose a tag to compare

What's new in 1.1.0:

  • Added Chinese translation to the app.

Now the app have Chinese translation.


1.1.0版更新内容:

  • 为应用新增中文翻译。

现在Clipy正式支持国际化。

Clipy 1.0.4

29 Jan 02:52
Compare
Choose a tag to compare

Clipy for Windows

What's new in 1.0.4:

  • Added settings.

User can customize code font and number of histories to show in tray menu.

Clipy 1.0.3

21 Jan 06:14
Compare
Choose a tag to compare

Clipy for Windows

What's new in 1.0.3:

  • Changed Fonts for the main UI (except the prompt imported fromVB.)
  • Changed Constraint for history name. May introduce new bug.

Windows Forms really sucks. I will update the app with WPF.

Clipy 1.0.2

21 Jan 02:22
Compare
Choose a tag to compare

Clipy for Windows

What's new in 1.0.2:

  • Fixed a crash while copy snippet content.

Clipy 1.0.1

20 Jan 08:43
Compare
Choose a tag to compare

Clipy for Windows.

What's new:

  • Force 32-bit in project configuration and Added SQLite.interop.dll into the project.

Application no longer need to install system.data.sqlite crap any more.

Clipy 1.0

18 Jan 07:58
Compare
Choose a tag to compare

This is the first release of Clipy for windows.

Note: Since I still not find a way to include sqlite.interop.dll into the clickonce installation package, you have to install sqlite dlls using official package. See readme.

Please file a bug or send pull request if you found bugs.