Version History- Oldest to newest (includes unreleased builds)
My versioning setup: Type(alpha, indev, beta, release) Major(like MC 1.0 or 2.0- large differences).Minor(Like MC 1.2.5 or 1.3.2- medium differences).Build(Like MC 1.2.3 or 1.2.5- minor differences).Revision(A bugfix tiny change- large ones can even get their own builds!) Recap:
Type Major.Minor.Build.Revision
ALPHAS:
ALPHA RELEASE: Initial release:
Bugs:
-None
Changes:
-None, initial release
ALPHA RELEASE: 0.1.7.2:
Bugs:
-None
Changes:
-Added /brodcastwatch command
0.1.7.9:
Bugs:
-Continuewatch broken
Changes:
-Added /continuewatch command
0.1.7.10
Bugs:
-None
Changes:
-Fixed Continuewatch
0.1.7.26
Bugs:
-Everything broken
Changes:
-Added support for multiple watches
0.1.7.27 (and many more with no special name that were failed bugfixes)
Bugs:
-Constant failing to do stuff, but eventual fixes
-Internal server error (failed command, NOT crash) when no # argument given.
Changes:
-Fixed multiple watches- all commands
0.2.2.1
Bugs:
-Failure to load due to unknown reasons
Changes:
-Log file that logs all the different command events also giving the current system time
-Config file
0.2.2.2
Bugs:
-Failure to load due to nullpointer
Changes:
-Specified length of an array in the code
0.2.3.6:
Bugs:
-IlligalArgumentExeption: file cannot be null preventing load
Changes:
-Rewrote config system to use the bukkit one instead of Java.IO stuff.
0.2.3.7
Bugs:
-Same as last
Changes:
-A few minor tweaks that I already forgot
0.2.3.8
Bugs:
-Nullpointer on startwatch command
Changes:
-Changed where the main arrays are declared
0.2.3.9:
Bugs:
-Same as last
Changes:
-Updated plugin.yml to show proper version because I kept forgetting
-Moved declaration of argz
0.2.3.10
Bugs:
-Timer broken due to try block
Changes:
-Temp disabled one of the loggers
-Added try block to prevent nullpointer- now loads but is broken
0.2.3.11
Bugs:
-Same as last
-Build failed the only thing it updated to do
Changes:
-Failed to add chat based error report to debug the exeption
0.2.3.12 - 0.2.3.15
Bugs:
-Same as last
Changes:
-Many desprate attempts to fix the error
ALPHA RELEASE: 0.2.3.16
Bugs:
-None known
Changes:
-Temp removed config option related to accuracy; may be totally removed as its not needed anyway
-Fixed bug of doom at last
BETAS:
1.0.0.0
Bugs:
-Click events failing
Changes:
-On player right click with a clock it runs /startwatch 1
-On player left click with a clock it runs /stopwatch 1
1.0.0.1
Bugs:
-Same as last
Changes:
-Added @EventHandler
1.0.0.2
Bugs:
-Same as last
Changes:
-Changed how item was detected
BETA RELEASE 1.0.0.3
Bugs:
-None
Changes:
-Fixed bug
BETA RELEASE 1.0.1.0
Bugs:
-Same as last (aka none :3)
Changes:
-Now doesn't allow not stating a watch. Yay.
BETA RELEASE 1.0.2.0
Bugs:
-None
Changes:
-Now paper runs /watchtime and /continuewatch
1.0.3.0
Bugs:
-Thinks you didnt add enough args- works anyway
-Pointless argument needed
-Doesnt allow changable watch to start
Changes:
-Added gcountdownstart
-Added pcountdownstart
BETA RELEASE 1.0.3.2
Bugs:
-Thinks you didnt add enough args
Changes:
-Fixed needing pointless argument
-Allows changable watch
1.0.4.0
Bugs:
-All commands that dont need one say you miss a time arg
-Same as last
Changes:
-Added pause watch command
1.0.4.1
Bugs:
-Same as 2nd up
Changes:
-Fixed missing time arg bug
BETA RELEASE 1.0.4.6
Bugs:
-Same as above
Changes:
-Pause now has messages
1.1.0.0
Bugs:
-Same as above
-Requires an extra pointless argument on countdown timer
Changes:
-Added countdown timer
BETA RELEASE 1.1.0.1
Bugs:
-Same as 2 up
Changes:
-Moved where the countdown timer is to fix the bug
1.2.0.0
Bugs:
-Same as above
Changes:
-Fixed permissions
1.2.1.0
Bugs:
-Same as above
Changes:
-Cleaned code
-Fixed Bukkit dependency version
-Removed broken logTo method and all refrences to it (was broken in the first place and never officially added)
1.3.0.0
Bugs:
-Untested
Changelog: -Attempted to fix the ton of pointless 0s then a weird number at the end (unsure if worked; untested until tommarrow. 'Night ;) )
1.3.0.0 TESTED
Bugs:
-Watch broken due to a number format exeption
Changes:
-None
1.3.0.1
Bugs:
-Number output is random
Changes:
-Changed from a very strange string based rounder that was broken due to how binary handles decimals to another thing.
1.3.0.2
Bugs:
-Number output is random *10 what its supposed to be
Changes:
-Changed to a different kind of rounder
1.3.0.3
Bugs:
-Back to random
Changes:
-Changed to a different kind of rounder
1.3.0.4
Bugs:
-Back to random
Changes:
-Changed to a different kind of rounder
1.3.0.5/1.2.1.0
Bugs:
-Same as 1.2.1.0
Changes:
-Reverted to 1.2.1.0
-Renamed 1.2.1.0
2.0.0.0:
Bugs:
- Pause does not work
Changes:
- Completely re-wrote plugin from scratch
- Made it all work smoother
2.0.1.0:
Bugs:
- None known
Changes:
- Made it tell you the watch started
- Fixed pause command
Comments