eveIRC v6.10a1.05
Pre-release
Pre-release
·
6 commits
to dev6-FEATURE-daemon
since this release
PATCHNOTES
dev6 - Push #5 11/5/2019
Version 6.10alpha1.0.5
Reason: Enhancement, Feature, Application
-
Created EveInstaller app, which can be found in eveIRC/bin
- Added many files in support of this class/application
-
Adjusted version number to more reasonable number
-
Modified .gitignore
- Removed default entries
- Added project specific entries
Previous:
dev6 - Push #4 10/23/2019
Version 6.10alpha1.04
Reason Bugfix, Enhancement, Feature
-
Moved Eve.rb
- What (mostly) was once $PROG_ROOT/Eve.rb now resides in $PROG_ROOT/lib/run/eveService.rb
-
Updated eveService.rb (formerly Eve.rb)
- Fixed file calls to reflect relative position changes
- Changed 'version' to 'VERSION' making it a global variable. (for later ease in dev)
-
Dependencies Added:
- Gems
- Development Group:
- Solargraph
- Reason: Great Ruby Language Server for Code and other IDEs.
- Rubocop
- Reason: Make sure we have good, clean, conventional code
- Solargraph
- Non-dev gem dependencies:
- Development Group:
- Gems
-
Updated GEMFILE
- Added gem dependencies to GEMFILE
-
Modified directory stucture:
- ADDED:
- bin/tmp/ : For temporary files such as PIDS
- bin/tmp/pids: For PID files.
- lib/run: For the main program file and related non-binaries
- ADDED:
-
Modified VERSION file:
- Version bump from 6.8(badly tracked, inaccurate) to 6.10rc1.01 (or "the first revision of the first release candidate for 6 dot 10")
-
v6.10 Planned patch notes:
- Eve 6.10 is going to be an interesting "minor" version bump due to the massive amount of refactoring that will have (and already has) occur(ed) to it's code.
See the wiki for more information regarding the usage features of the result of these changes.