View Single Post
  #1  
Old 09-01-2013, 12:06 AM
--BulletMagnet-- is offline --BulletMagnet--
--BulletMagnet--'s Avatar
DF2 Forever

Join Date: Jun 2005
Location: USA
Posts: 718

Send a message via MSN to --BulletMagnet--
PassShed v2.0 (UPDATED)

Hi, all! Good to see you're back from the brief downtime.

Some of you might recall me sharing a small software application I've been working on called PassShed. If you haven't heard of it, it's a simple account/password manager I developed in C#.

I've released version 2.0 now, and I'd love for you guys to try it out. I re-coded the entire thing from scratch and gave the GUI a major overhaul. While I'm happy with the new improvements, I know it means more bugs and such. I'd love for any potential users to report bugs/annoyances/desired features to me. Here's the file:

[Current Release] Download Link (v2.0)

WARNING: You'll need to uninstall any previous versions of PassShed AND delete the C:\PassShed directory in order for version 2.0 to work. This is due to changes in the database structure and the way the installation process works. That means version 2.0 won't import your old accounts. However, if you do have a current version of PassShed installed, you will use the same master password to log in.

System Requirements
  • XP/Vista/7/8
  • .NET Framework 3.5 or above (This is included by default in 7/8. XP and Vista users will need to ensure their .NET Framework installation is upgraded to 3.5.)

Code:
PassShed
Version 2.0
BluShark Media

====Description============================
PassShed was developed to be a simple, data-driven 
solution for managing user accounts and passwords.
===========================================

====Known Bugs/Issues=======================
Bugs:
- All bugs are currently in hiding; please report any

Minor Issues/Annoyances:
- Currently subject to users

Fixed:
- When inserting, updating, or deleting a record, the Shed will always 
  navigate back to the first record (currently attempting a work-around)
- If the user adds a record belonging to category X while viewing category Y, 
  the Shed does not navigate to category X (currently attempting a work-around)
============================================

====ChangeLog/Release Notes================
v2.0 (8/21/13)
- Re-coded from scratch
- GUI Overhaul
  * New layout
  * New icons added
  * Status label added to keep the user informed
- Customization/options forms added

v1.3 (6/19/13)
- GUI tweaks
  * The delete button now rests peacefully beside each record for convenience
  * "Add" button renamed to "Add Category"
  * "New" button renamed to "Clear"
  * "Save" button renamed to "Insert"
- User can no longer insert completely blank records
- If the user adds a record in category X while viewing category Y, PassShed
  will automatically navigate to category X
- Cleaned up/optimized code (no, seriously... big overhaul)

v1.2 (6/16/13)
- Drastically improved security features
- Redesigned installer to support keeping settings/data when uninstalling/reinstalling
- After adding/updating a record, it is now automatically selected in the Shed
- Moved the About button to the bottom right corner
- Corrected one error message's text
- Cleaned up/optimized code and other stuff you guys don't care about

v1.1
- Changed default installation destination for Windows 8 users
- Implemented master password
- Added tooltips for most controls
- User is now warned of the consequences of deleting a category
- Cleaned up code
============================================

====Credits=================================
- Zorro for his constant help/advice.
- Icon providers:
  * http://pixel-mixer.com/
  * http://creativecommons.org/licenses/by-sa/3.0/
============================================

Last edited by --BulletMagnet--; 09-01-2013 at 12:18 AM.
Reply With Quote