-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I think the switch from GTK2 to GTK3 warrants a new major version.
- Loading branch information
Showing
4 changed files
with
40 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is loosely based on | ||
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/). | ||
|
||
## [Unreleased] | ||
|
||
## [3.0] - 2024-03-28 | ||
|
||
* New test: Bright pixels | ||
* New test: fullscreen color gradients | ||
* Switch build system from Autotools to Meson | ||
* Upgrade from GTK+ 2 to 3 | ||
|
||
## [2.1] - 2020-05-10 | ||
|
||
* Switches from Glade to GtkBuilder | ||
* Might compile under Windows | ||
* New test: LCD Alignment | ||
* Import translations from Debian | ||
|
||
## [2.0] - 2017-12-10 | ||
|
||
* Major overhaul. Now uses GTK+ 2.x and libglade | ||
* I18N - Please translate! (Has some issues with international characaters, | ||
should be solved in the next version) | ||
* More flexible colour selection, now pops up a colour picker for colours. | ||
* Make it easier to write new tests. | ||
|
||
## 1.0 - 2003-08-07 | ||
|
||
* This is a new program, so first news is this very existence :-) | ||
|
||
[Unreleased]: https://github.com/webcomics/dosage/compare/3.0...HEAD | ||
[3.0]: https://github.com/TobiX/screentest/compare/2.1...3.0 | ||
[2.1]: https://github.com/TobiX/screentest/compare/2.0...2.1 | ||
[2.0]: https://github.com/TobiX/screentest/compare/01e74ac3322f44b18ec2df185a21e0e7a3f067f3...2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters