Ayubowan 🙏🏾, my name is Asanka

Cover

*NOTICE*

I am discontinuing my Blogger blog in favour of the modern and up to date Hashnode blog. Please find me there moving forward. Refer to this article for more information:
 
🤔 Knowing how to code makes you look at the world from a different perspective 🌏. That's why I'm so passionate about coding. Hello World 👋; welcome to my Blog 🚧. I'm still a student and am 23 years of age, so there's a long journey ahead of me 🙆. I like to dream 💬 big and to see other peoples dreams come true. I'm a tech nerd 🐱‍💻 and a coding enthusiast. Hope you might find me amusing.🤩

  “It is man that ends, but his works can endure.” - The Watchmakers Apprentice

facebook github instagram twitter linkedin YouTube Deviant Pinterest

Catch me on Fiverr        Learn more

Muragala Password Manager - #05 Update 11/07/2022

Poster

Hello All 👋, 

A few days ago, I updated the Muragala library and the C# CLI program. This is a quick update on what changed. The library went from v1.0.0 to v1.0.1 while the CLI went from v1.0.0 to v1.0.2.

Muragala Library v1.0.1

A bug was discovered where even though you call the loadDatabase() function, it wouldn't store the provided location and retrieve the database from that location. Instead, it would continue to use the default location (The current directory of the DLL file). This was fixed to store and retrieve the database from the provided location correctly. The library was also officially renamed 'Muragala Library'.

Muragala C# CLI Program v1.0.2

Now the program can store user data (database and preference files) in a separate folder from the exe file's location. Although there's no option to switch to a different location manually, the program now stores all the user data (database and preference files) in the directory of %AppData%\Muragala Password Manager. The v1.0.1 library is also used along with this version.

Comments