summarylogtreecommitdiffstats
path: root/CHANGELOG.md
blob: fb0f7bdb27e3877621de8d82956ae282968acc3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Change Log

## [Unreleased]
Nothing to report...

## [2.05] - 2016.10.09
### **Fixes**
- Fixed incorrect parameter check for printer from the commandline

## [2.04] - 2016.08.23
### **Fixes**
- Added more checks to sshprint commandline arguments
- Some light refactoring

### **Updated**
- Expanded the documentation in POD - we now have
  sane man pages

### **Still Todo**
- Add more verbosity printouts
- Do further refactoring

## [2.03] - 2016.08.16
### **Fixes**
- Corrected incorrect variable reference for application version
- Corrected CHANGELOG

## [2.02] - 2016.08.16
### **Fixes**
- Corrected incorrect variable reference for application version

## [2.01] - 2016.08.16
### **Fixes**
- Forgot module in `sshprint` script

## [2.00] - 2016.08.16
### **Major Changes**
- Moved from ZSH to Perl (see PERL_README.md for why)
  - because of this, users are advised to remove the previous version of
    `sshprint`.
- Version number changed from semantic version to Perl's versioning convention
  - Dropped the `beta' postfix from the version number
- Started using some modules, like Config::Simple and Net::OpenSSH to deal with
  accessing configurations and handling SSH connections respectively.

### **Known Problems**
- Currently untested (there are likely to be teething problems)

### **Still to do**
- PERL opens up the possibility for better cohesion of subroutines and a bit of
  OOP as well. What this means is that I can drop most of my global variables
  and stick to loosely coupled functions. My intent is to create a script for
  use with the CUPS server directly.

## [1.6.3] - 2016.06.28
### Fixed
- Fix regex in select printer dialog.

[Unreleased]: https://github.com/hv15/sshprint/compare/2.05...HEAD
[2.05]: https://github.com/hv15/sshprint/compare/2.04...2.05
[2.04]: https://github.com/hv15/sshprint/compare/2.03...2.04
[2.03]: https://github.com/hv15/sshprint/compare/2.02...2.03
[2.02]: https://github.com/hv15/sshprint/compare/2.01...2.02
[2.01]: https://github.com/hv15/sshprint/compare/2.00...2.01
[2.00]: https://github.com/hv15/sshprint/compare/1.6.3-beta...2.00
[1.6.3]: https://github.com/hv15/sshprint/compare/1.6.2-beta...1.6.3-beta