2013-08-23 Alessandro Cresto Miseroglio [email protected]
- core.py Unicode fixed (python 2.7 and 3.3 tested)
2013-08-23 Alessandro Cresto Miseroglio [email protected]
- core.py File name for a source file was added. main (parser.add_argument [135]) -f (ofile) argument added
2013-08-22 Alessandro Cresto Miseroglio [email protected]
-
core.py (lice) Formatted output for source file programs was added. languages implemented "lua, py, c, cc, pl, rb, sh, txt" load_file_template (template) If template is StringIO, unicode is supported in native mode (both 2.7[maibe] and 3.3) load_package_template (content) StringIO support added content.decode("utf-8") was removed main (parser.add_argument [133]) -l (language) argument added [20..24] LANGS and LANG_CMT added.
-
test.py some tests was changed (maibe become unnecessary) test_file_template [31] assertEqual changed in assertNotEqual test_package_template [39] assertEqual changed in assertNotEqual
0.6
- Add PowerShell support (thanks to
danijeljw <https://github.com/danijeljw>
_) - Add Rust support (thanks to
alex179ohm <https://github.com/alex179ohm>
_) - Bugfixes (thanks to
ganziqim <https://github.com/ganziqim>
_) - Added support for Python 3.7 and 3.8, removed support for Python 3.4
Tested against Python 2.7, 3.5, 3.6, 3.7, and 3.8.
0.5
- Add support for SCM alias for lisp-style comments (thanks to
ejmr <https://github.com/ejmr>
_) - Additional support for WTFPL and GPL2 licenses (thanks to
ejmr <https://github.com/ejmr>
_) - Support for Python 3.4 and 3.5 (thanks to
ejmr <https://github.com/ejmr>
_)
0.4
- Use ASCII instead of Unicode for templates (thanks to
tabletcorry <https://github.com/tabletcorry>
_) - Add Academic Free License ("AFL") v. 3.0 (thanks to
brianray <https://github.com/brianray>
_) - Add ISC (thanks to
masklinn <https://github.com/masklinn>
_) - Add tox support for testing (thanks to
lukaszb <https://github.com/lukaszb>
_) - Show defaults when listing template variables
0.3
- Generate source file headers for some liceneses
- Discover available licenses at runtime
- Use getpass module for retrieving username
- Better unicode support for Python 3 (thanks to
astagi <https://github.com/astagi>
_) - Add Creative Commons licenese (thanks to
rjnienaber <https://github.com/rjnienaber>
_)
0.2
- Add AGPL 3 license
- Add extra templates variables to GPL 2 and 3
0.1
- Initial release
Closed Issues
- LICENSE-2.0 (#56) by jcarbaugh
- Two bugs (#48) by ganziqim
- WTFPL copyright notice and source header (#46) by ejmr
- Don't render the boilerplate in the license template. (#44) by ejmr
- Upgrade Creative Commons License to version 4.0 (#43) by rgaiacs
- Not supporting Python 3.4 (#38) by jiegec
- Experimental support of license-templates as template source. (#30) by ejmr
- Print list of available styles (#29) by jcarbaugh
- Infer language only on the basis of file extension (#27) by Yonaba
- Existing file (#26) by ejmr
- TypeError under Python 3 (#17) by jcarbaugh
- Error thrown on "subprocess.check_output('git config --get user.name'.split())" (#8) by jcarbaugh
- Additional licenses e.g. Creative Commons, OSI-approved licenses. (#7) by jcarbaugh
- Use non-newlined license files (#5) by jcarbaugh
- In-file Apache/GNU/MPL headers (#2) by jcarbaugh
- Affero GPL (#1) by jcarbaugh
Merged Pull Requests
- Add PowerShell language (#53) by danijeljw
- Add rust programming language (#52) by alex179ohm
- Fix: issue #48 (#49) by ganziqim
- [Feature] Add
scm
as an acceptable value for--language
(#45) by ejmr - Pep8 check (#42) by lord63
- Add --licenses flag to list all licenses/vars (#37) by relrod
- More languages (#36) by relrod
- Fixed launch-time error (#35) by smcquay
- Ignore .tox dir (#34) by bsdlp
- Removed default txt file extension (#33) by alex179ohm
- Incorporating license-templates package support (#32) by ghost
- Resume (#25) by alex179ohm
- Docs updated (#24) by alex179ohm
- Tests fixed (#23) by alex179ohm
- Langs (#22) by alex179ohm
- Added source file languages output format and file output redirect (#21) by alex179ohm
- Fixes to template-cc0. (#20) by ghost
- Fix runtime error when running with python 3 (#19) by ISF
- Added tox and updated setup.py (#18) by lukaszb
- ISC license (#16) by masklinn
- AFL v. 3.0 (#15) by brianray
- Replace unicode license text with ASCII (#14) by tabletcorry
- Added Creative Commons licences. (#13) by rjnienaber
- Added python3 compatibility (#12) by astagi
- Added the zlib License (#11) by astagi
- Added the WTFPL License (#10) by aaronbassett
- Failure on Windows when getting default user (#6) by rjnienaber
- Previously discussed changes (#3) by JNRowe
This changelog was generated using github-changelog-md by Seapagan