Skip to content
This repository has been archived by the owner on Jul 4, 2021. It is now read-only.

Releases: mobergmann/synonym-finder

Patch 4

01 Aug 23:30
Compare
Choose a tag to compare

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

  1. download the file corresponding to your operating system
  2. unpack the file

Execution

Linux

  1. open the folder
  2. execute the command `` in the terminal

Windows

  1. open the folder
  2. double click on the exe

Patch 3

28 Jul 14:45
Compare
Choose a tag to compare

Installation

    1. Windows: Install dotnet for your OS. (.NET Core Runntime if you don't plan to develop in the .NET Core Framework yourself)
    1. Linux, Mac: Install mono
  1. Download the synonym-finder binarys
  2. 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

24 Jul 18:49
Compare
Choose a tag to compare
1.2

added notice, if the user wants to close the application

Patch 1

24 Jul 18:12
Compare
Choose a tag to compare
1.1

added a querry for checking if the output is valid

Full Release

24 Jul 17:35
Compare
Choose a tag to compare
1.0

fixed, that no last linebreak soesn't exist and the last synonym dont…