Files
uc2/docs/history.rst
T
Eremey Valetov 7691dcc4fa Add Sphinx documentation and GitHub Pages deployment
Sphinx docs with Furo theme covering CLI usage, library API reference,
archive format specification, build instructions, history, and roadmap.
GitHub Actions workflow deploys to Pages on push to main.
2026-03-12 00:52:47 -04:00

36 lines
1.1 KiB
ReStructuredText

History
=======
.. list-table::
:widths: 20 80
* - **1992--1996**
- UltraCompressor II created by Nico de Vries. Releases v1.0
through v2.3 for DOS. Notable features: LZ77+Huffman
compression, master-block deduplication, file versioning,
and multi-volume spanning.
* - **2015**
- Source code released under LGPL-3.0 by Danny Bezemer.
* - **2020--2021**
- Jan Bobrowski writes `unuc2/libunuc2
<http://torinak.com/~jb/unuc2/>`_, a clean-room portable
decompressor in C.
* - **2026**
- UC2 v3.0.0: cross-platform revival by Eremey Valetov.
CMake build system, Linux/macOS/Windows/DOS targets,
original compression engine reimplemented, Sphinx
documentation, CI/CD pipeline.
Credits
-------
- **Nico de Vries** — original UC2 author
- **Danny Bezemer** — source code release
- **Jan Bobrowski** — portable decompressor (libunuc2)
- **Jan-Pieter Cornet** — testing and format documentation
- **Vladislav Sagunov** — UC2 resources and documentation
- **Eremey Valetov** — v3.0.0 revival and ongoing development