This repository has been archived by the owner on Jul 4, 2021. It is now read-only.
Releases: mobergmann/synonym-finder
Releases · mobergmann/synonym-finder
Patch 4
Patch-Notes
- Press the esc key to exit the program
- No annoying user prompt before entering a word whether the program should be terminated
- The interface has been improved
- Program is now easier and more trouble-free to run without installing dotnet/ mono
Installation
- download the file corresponding to your operating system
- unpack the file
Execution
Linux
- open the folder
- execute the command `` in the terminal
Windows
- open the folder
- double click on the exe
Patch 3
Installation
-
- Windows: Install dotnet for your OS. (.NET Core Runntime if you don't plan to develop in the .NET Core Framework yourself)
-
- Linux, Mac: Install mono
- Download the synonym-finder binarys
- Extract the synonym-finder binarys
Running
Windows
Execute the synonym-finder.exe
Linux and also Windows
- open a terminal
- Run
dotnet <path to synonym-finder>/synonym-finder.dll
.
Updates
- Added color support (Red = not found, Green = found, yellow = Inform)
- print searched word
- made design/ console output better/ more intuitive
- added a selection, when no word matches the searched one
- ask user to repead the search
- fine tuned the word check
Patch 2
1.2 added notice, if the user wants to close the application
Patch 1
1.1 added a querry for checking if the output is valid
Full Release
1.0 fixed, that no last linebreak soesn't exist and the last synonym dont…