aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
6 daysdiff: pick refs from web uiHEADv1.3.1+13masterdevelopGravatar Saya Andy
Beforehand the choice between two refs in diff could not be changed from web ui (only via url query), and by default it was current and previous commit. Now it is doable with dropdown menus.
2026-08-01theming: include solarized.css theme addonv1.3.1+12Gravatar Saya Andy
The solarized.css includes adoption of Solarized Light/Dark themes for cgit, switching between light and dark variant depending on preferred color scheme. It is not used by default, but can be easily switched on with css directive.
2026-08-01logo: include svg variant for both favicon and logov1.3.1+11Gravatar Saya Andy
The reasoning behind using svg as primary defaults is simple – at close-up it is much neater, plus svg favicon is supported since 2015 in Firefox, 2020 in Chromium, 2025 in Safari. For old browsers ico is still kept as a fallback. The svg was auto-generated using a Python script and then simplified to a path, but kept close to an original.
2026-07-31style: replace hardcoded color codes with css variablesv1.3.1+10Gravatar Saya Andy
In order to: a) do custom theme simpler by just replacing necessary vars, b) apply this theme to filters as well; the main cgit.css file now defines CSS vars and uses them in color parameters.
2026-07-31licensing: add author preambles where changes were donev1.3.1+9Gravatar Saya Andy
Add a copyright for changes done by me, also note in README the nature of this repo