diff --git a/Clipboarder/MainForm.Designer.cs b/Clipboarder/MainForm.Designer.cs
index 2383dba..36e5f1e 100644
--- a/Clipboarder/MainForm.Designer.cs
+++ b/Clipboarder/MainForm.Designer.cs
@@ -62,7 +62,6 @@ private void InitializeComponent() {
this.springStatusStripLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.progressBar = new System.Windows.Forms.ToolStripProgressBar();
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
- this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.mainNotifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
this.NotificationMenuContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
this.showToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
@@ -72,6 +71,7 @@ private void InitializeComponent() {
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.collapseExpandButton = new System.Windows.Forms.PictureBox();
+ this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
((System.ComponentModel.ISupportInitialize)(this.textDataGrid)).BeginInit();
this.mainGridContextMenu.SuspendLayout();
this.textPage.SuspendLayout();
@@ -151,7 +151,7 @@ private void InitializeComponent() {
this.goToURLToolStripMenuItem,
this.viewInSyntaxHighlightingToolStripMenuItem});
this.mainGridContextMenu.Name = "mainGridContextMenu";
- this.mainGridContextMenu.Size = new System.Drawing.Size(217, 120);
+ this.mainGridContextMenu.Size = new System.Drawing.Size(217, 98);
this.mainGridContextMenu.Opened += new System.EventHandler(this.mainGridContextMenu_Opened);
//
// editToolStripMenuItem
@@ -438,7 +438,7 @@ private void InitializeComponent() {
this.springStatusStripLabel,
this.progressBar,
this.toolStripStatusLabel2,
- this.toolStripStatusLabel1});
+ this.toolStripStatusLabel3});
this.MainStatusStrip.Location = new System.Drawing.Point(0, 349);
this.MainStatusStrip.Name = "MainStatusStrip";
this.MainStatusStrip.Size = new System.Drawing.Size(622, 22);
@@ -454,7 +454,7 @@ private void InitializeComponent() {
// springStatusStripLabel
//
this.springStatusStripLabel.Name = "springStatusStripLabel";
- this.springStatusStripLabel.Size = new System.Drawing.Size(357, 17);
+ this.springStatusStripLabel.Size = new System.Drawing.Size(326, 17);
this.springStatusStripLabel.Spring = true;
//
// progressBar
@@ -475,19 +475,6 @@ private void InitializeComponent() {
this.toolStripStatusLabel2.Text = "Report a bug";
this.toolStripStatusLabel2.Click += new System.EventHandler(this.toolStripStatusLabel2_Click);
//
- // toolStripStatusLabel1
- //
- this.toolStripStatusLabel1.ActiveLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(111)))), ((int)(((byte)(255)))));
- this.toolStripStatusLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(111)))), ((int)(((byte)(255)))));
- this.toolStripStatusLabel1.IsLink = true;
- this.toolStripStatusLabel1.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
- this.toolStripStatusLabel1.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(111)))), ((int)(((byte)(255)))));
- this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
- this.toolStripStatusLabel1.Size = new System.Drawing.Size(34, 17);
- this.toolStripStatusLabel1.Text = "BETA";
- this.toolStripStatusLabel1.ToolTipText = "Open GitHub Repository";
- this.toolStripStatusLabel1.Click += new System.EventHandler(this.toolStripStatusLabel1_Click);
- //
// mainNotifyIcon
//
this.mainNotifyIcon.ContextMenuStrip = this.NotificationMenuContextMenuStrip;
@@ -569,6 +556,18 @@ private void InitializeComponent() {
this.collapseExpandButton.Visible = false;
this.collapseExpandButton.Click += new System.EventHandler(this.pictureBox1_Click);
//
+ // toolStripStatusLabel3
+ //
+ this.toolStripStatusLabel3.ActiveLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(111)))), ((int)(((byte)(255)))));
+ this.toolStripStatusLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(111)))), ((int)(((byte)(255)))));
+ this.toolStripStatusLabel3.IsLink = true;
+ this.toolStripStatusLabel3.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
+ this.toolStripStatusLabel3.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(111)))), ((int)(((byte)(255)))));
+ this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
+ this.toolStripStatusLabel3.Size = new System.Drawing.Size(34, 17);
+ this.toolStripStatusLabel3.Text = "BETA";
+ this.toolStripStatusLabel3.ToolTipText = "Open GitHub Repository";
+ //
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -641,7 +640,6 @@ private void InitializeComponent() {
private System.Windows.Forms.ToolStripStatusLabel statusLabel;
private System.Windows.Forms.ToolStripStatusLabel springStatusStripLabel;
private System.Windows.Forms.ToolStripProgressBar progressBar;
- private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.NotifyIcon mainNotifyIcon;
private System.Windows.Forms.ContextMenuStrip NotificationMenuContextMenuStrip;
private System.Windows.Forms.ToolStripMenuItem showToolStripMenuItem;
@@ -655,5 +653,6 @@ private void InitializeComponent() {
private System.Windows.Forms.ToolStripMenuItem viewInSyntaxHighlightingToolStripMenuItem;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
private System.Windows.Forms.ToolStripMenuItem copyToClipboardToolStripMenuItem;
+ private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
}
}
\ No newline at end of file
diff --git a/Clipboarder/MainForm.cs b/Clipboarder/MainForm.cs
index 42a4341..edf0874 100644
--- a/Clipboarder/MainForm.cs
+++ b/Clipboarder/MainForm.cs
@@ -86,6 +86,7 @@ private void MainForm_Load(object sender, EventArgs e) {
collapseExpandButton.Image = Properties.Resources.Clipboarder_Expand_Arrow;
}
+ this.toolStripStatusLabel3.Text = Application.ProductVersion.ToString() + " BETA";
presenter = new MainFormPresenter(this);
}
diff --git a/Clipboarder/MainForm.resx b/Clipboarder/MainForm.resx
index 49898db..c44aebd 100644
--- a/Clipboarder/MainForm.resx
+++ b/Clipboarder/MainForm.resx
@@ -138,6 +138,15 @@
True
+
+ True
+
+
+ True
+
+
+ True
+
159, 18
diff --git a/Clipboarder/Properties/AssemblyInfo.cs b/Clipboarder/Properties/AssemblyInfo.cs
index c079825..dbb2fb2 100644
--- a/Clipboarder/Properties/AssemblyInfo.cs
+++ b/Clipboarder/Properties/AssemblyInfo.cs
@@ -6,11 +6,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Clipboarder")]
-[assembly: AssemblyDescription("")]
+[assembly: AssemblyDescription("A simple clipboard manager for Windows")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Company")]
+[assembly: AssemblyCompany("Suyash Mahar")]
[assembly: AssemblyProduct("Clipboarder")]
-[assembly: AssemblyCopyright(" ")]
+[assembly: AssemblyCopyright("© 2016-17 Suyash Mahar")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -32,5 +32,5 @@
// 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.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyVersion("0.9.0.0")]
+[assembly: AssemblyFileVersion("0.9.0.0")]
diff --git a/README.md b/README.md
index 7a4549a..1b9e732 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,9 @@
## Syntax Highlighting
Clipboarder uses cutom `RichTextBox`, `SyntaxHighlightingTextBox` to highlight text. Keywords for coloring are stored in XML files within the 'SHLs' directory.
+## Relases
+__0.9.0-beta__
+Latest release for Clipboarder is 0.9.0-beta. Release notes and binary for this release is [here](https://github.com/suyashmahar/Clipboarder/releases/tag/v0.9.0-beta).
### Note:
* Language name displayed in Text Preview are same as XML file in the SHLs directory.
* XML file should follow pattern similar to that of `sample-java.xml`