Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Commit

Permalink
setup instruction modification for new UI;
Browse files Browse the repository at this point in the history
1.4.0b1
  • Loading branch information
luckyrat committed Apr 23, 2014
1 parent 4bf7c14 commit 4bcbfe9
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 9 deletions.
4 changes: 1 addition & 3 deletions Firefox addon/KeeFox/chrome/content/install.xul
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ IC7 and 8: Currently same as IC3/6 but will display different text to user

<!-- everything in this box is displayed when everything is installed correctly -->
<vbox id="InstallFinished" hidden="true">
<description id="desc_InstallFinished">%-KeeFox_Install_InstallFinished-2013.description-%</description>
<description id="desc_InstallFinished">%-KeeFox_Install_InstallFinished-2014.description-%</description>
<description id="nextStepsIntro">%-KeeFox_Install_NextSteps.description-%</description>
<hbox width="500px">
<description id="nextStep1" width="50px">1)</description>
Expand All @@ -359,8 +359,6 @@ IC7 and 8: Currently same as IC3/6 but will display different text to user
<label width="450px" id="nextStepsImportLink" href="http://keefox.org/migration" class="text-link">%-KeeFox_Install_NextStep3.description-%</label>
</hbox>


<!--<description>%-KeeFox_Install_NextStep2extra.description-%</description>-->
<description id="nextStepsFinally">%-KeeFox_Install_Finally.description-% <label href="http://keefox.org/help" class="text-link">http://keefox.org/help</label></description>
</vbox>
</vbox> <!-- end KFInstallPageContent -->
Expand Down
3 changes: 1 addition & 2 deletions Firefox addon/KeeFox/chrome/locale/en-US/keefox.properties
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,10 @@ KeeFox_Install_IC3installing.description= Nearly finished... You may be prompted
KeeFox_Install_IC5zipKPdownloading.description= The files required to setup KeeFox are being downloaded...
KeeFox_Install_IC5zipKPdownloaded.description= Download complete. Please wait...
KeeFox_Install_IC5installing.description= Nearly finished...
KeeFox_Install_InstallFinished-2013.description= KeeFox will now connect to KeePass. Within 30 seconds you should be asked to secure the connection by typing a temporary password. When you've done that, the main button text will say either 'logged out' or 'logged in'.
KeeFox_Install_InstallFinished-2014.description= KeeFox will now connect to KeePass. Within 30 seconds you should be asked to secure the connection by typing a temporary password. When you've done that, the KeeFox button on the toolbar will change from grey to colour.
KeeFox_Install_NextSteps.description= Try these steps to start using KeeFox:
KeeFox_Install_NextStep1.description= Follow the instructions in the 'KeePass startup helper' to either create a new database to store your passwords or open a KeePass database that you already use.
KeeFox_Install_NextStep2.description= Click here to try the getting started tutorial.
KeeFox_Install_NextStep2extra.description= You can launch the tutorial from a few other locations too such as the KeeFox toolbar or from within KeePass.
KeeFox_Install_NextStep3.description= Click here to find out how to import your existing passwords from Firefox or other password managers.
KeeFox_Install_Finally.description= Finally, if you have any trouble getting KeeFox to work correctly, please take a look at the help resources found at
KeeFox_Install_PleaseCloseKeePass.description= Please close KeePass before continuing!
Expand Down
2 changes: 1 addition & 1 deletion Firefox addon/KeeFox/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</em:id>
<em:version>1.4.0a3</em:version>
<em:version>1.4.0b1</em:version>
<em:type>2</em:type>
<em:unpack>true</em:unpack>

Expand Down
2 changes: 1 addition & 1 deletion Firefox addon/KeeFox/modules/kprpcClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function kprpcClient() {
this.requestId = 1;
this.callbacks = {};
this.callbacksData = {};
this.clientVersion = [1,3,5];
this.clientVersion = [1,4,0];
this.authPromptAborted = false;

// We manually create HMACs to protect the integrity of our AES encrypted messages
Expand Down
2 changes: 1 addition & 1 deletion KeePassRPC/KeePassRPCExt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public sealed class KeePassRPCExt : Plugin
//private static LifetimeServices fakeHack = new LifetimeServices();

// version information
public static readonly Version PluginVersion = new Version(1,3,5);
public static readonly Version PluginVersion = new Version(1,4,0);

private BackgroundWorker _BackgroundWorker; // used to invoke main thread from other threads
private AutoResetEvent _BackgroundWorkerAutoResetEvent;
Expand Down
2 changes: 1 addition & 1 deletion KeePassRPC/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ You should have received a copy of the GNU General Public License

// Assembly version information
[assembly: AssemblyVersion("2.0.15.*")]
[assembly: AssemblyFileVersion("1.3.5.0")] // also change PluginVersion in KeePassRPCExt.cs!
[assembly: AssemblyFileVersion("1.4.0.0")] // also change PluginVersion in KeePassRPCExt.cs!
Binary file modified XPI-package/latest.xpi
Binary file not shown.

0 comments on commit 4bcbfe9

Please sign in to comment.