Skip to content
This repository was archived by the owner on Aug 2, 2021. It is now read-only.

Releases: jakewmeyer/Ruby-Scripts

Version 1.9.1

26 Jun 17:52
Compare
Choose a tag to compare

Features Added

  • netgeo now can fetch MAC addresses for specific interfaces like eth0
  • netgeo is now a standalone gem, and jake-scripts has it as a dependency to avoid conflicts
  • All the ip-utils are now deprecated, and replaced by netgeo. However, I will keep them for legacy reasons, because some people still like the styled formatting

Version 1.8.8

25 Jun 03:12
Compare
Choose a tag to compare

Features Added

  • netgeo script is now live, replacing the previous 3 IP commands
  • For the old IP commands, the underscore was replaced with a hyphen for easier typing
  • ip-geo now supports command line arguments, to skip the prompt section of the program

Version 1.8.4

24 Jun 05:34
Compare
Choose a tag to compare

Features Added

  • Users can now set their own API keys through environment variables

Version 1.8.3

24 Jun 03:51
Compare
Choose a tag to compare

Features Added

  • Extended functionality of ip_geo to allow for easier piping of outputs to other programs
  • ip_geo can now take an IP address as an argument, to skip the prompt and get straight to the data

Version 1.8.1

23 Jun 21:55
Compare
Choose a tag to compare

Features Added

  • Added Linux support for DNS and Router IP's

Version 1.8.0

23 Jun 07:05
Compare
Choose a tag to compare

Fixes & Features

  • Scripts are now packaged in a ruby gem for easy installation and dependency management
  • Install.sh has been replaced with ruby gem support
  • Added true multiple LAN support to ip_list
  • Renamed ip to ip_list to avoid conflict with linux ip command
  • Added metric support for weather script based on IP country
  • Version brings the gem and corresponding repo to the same version for consistency

Version 1.0.2

19 Jun 04:40
Compare
Choose a tag to compare
  • Added encryption scripts for encrypting and decrypting files
  • Added bash error handling to encryption scripts
  • Created bin folder with pre-made scripts with .rb removed
  • Updated install.sh to make the install nicer to look at

Version 1.0.1

17 Jun 01:38
Compare
Choose a tag to compare
  • New currency conversion script added
  • New FAQ's added for clarification
  • Added install.sh
  • Added curl command for one command installs
  • Updated documentation for currency converter

Version 1.0.0

15 Jun 17:32
Compare
Choose a tag to compare
  • Error and exception handling was added to reduce cryptic errors
  • Code was refactored and refined to simplify the process
  • Script output now uses better formatting
  • Free API keys are now baked into the scripts
  • Scripts have been tested extensively for stability
  • Readme was updated with new screenshots

Version 0.3

14 Jun 03:59
Compare
Choose a tag to compare
Version 0.3 Pre-release
Pre-release

Alpha release of current scripts. They should be ready for stable release when exception and error handling is added in during the next few weeks.