Skip to content

Commit b0b197e

Browse files
committed
Docs: add a changelog
1 parent acdb287 commit b0b197e

3 files changed

Lines changed: 163 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 154 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,154 @@
1+
# Changelog
2+
3+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4+
and this project currently adheres to [Semantic
5+
Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
This file only documents changes in the site engine, not any changes in the
8+
hosting infrastructure.
9+
10+
## [Unreleased]
11+
### Fixed
12+
- Pages now have proper titles
13+
14+
## [1.0.1] - 2020-10-11
15+
### Added
16+
- A link to our Matrix room
17+
18+
## [1.0.0] - 2020-08-09
19+
### Changed
20+
- Updated to .NET Core 3.1
21+
- The application is now delivered as a Docker image
22+
23+
## [0.7.7] - 2019-12-26
24+
### Changed
25+
- A link to LogList (which has been moved to a new domain)
26+
27+
## [0.7.6] - 2019-05-12
28+
### Changed
29+
- Update to .NET Core 2.2
30+
31+
## [0.7.5] - 2018-02-24
32+
### Changed
33+
- The copyright year
34+
35+
## [0.7.4] - 2017-07-09
36+
### Changed
37+
- Update to .NET Core 1.0.4
38+
39+
## [0.7.3] - 2017-06-18
40+
### Changed
41+
- A link to LogList
42+
43+
## [0.7.2] - 2017-01-28
44+
### Changed
45+
- A link to the Telegram group
46+
47+
## [0.7.1] - 2017-01-02
48+
### Fixed
49+
- A note of the date range containing in the log archive
50+
51+
## [0.7.0] - 2016-12-31
52+
### Added
53+
- A link to the log archive (preserved from 0xd34df00d.me)
54+
55+
## [0.6.4] - 2016-12-10
56+
### Changed
57+
- Default timezone offset for the external log server
58+
59+
## [0.6.3] - 2016-11-13
60+
### Added
61+
- A backup XMPP conference link
62+
63+
## [0.6.2] - 2016-11-08
64+
### Added
65+
- Codingteam logo
66+
67+
## [0.6.1] - 2016-10-25
68+
### Added
69+
- A link to our Telegram group
70+
- A copyright notice in the site footer
71+
72+
## [0.6.0] - 2016-10-19
73+
### Added
74+
- A configuration to change the external log location
75+
([#39](https://github.com/codingteam/codingteam.org.ru/issues/39)) and
76+
timezone
77+
78+
### Changed
79+
- font-awesome icons are now used as bullets in the list on the Resources page
80+
81+
## [0.5.0] - 2016-10-17
82+
The application has been rewritten in F#, using ASP.NET Core, after the
83+
maintainers have been unable to build and redeploy the previous version (see
84+
[#32](https://github.com/codingteam/codingteam.org.ru/issues/32) and
85+
[#34](https://github.com/codingteam/codingteam.org.ru/issues/34)).
86+
87+
## [0.4.3] - 2015-04-14
88+
### Changed
89+
- Small textual fix
90+
91+
## [0.4.2] - 2015-03-09
92+
### Fixed
93+
- The favicon is now properly linked from the pages
94+
95+
## [0.4.1] - 2015-03-09
96+
### Added
97+
- Resource list
98+
99+
### Changed
100+
- A new PNG favicon instead of an old ICO one
101+
102+
### Removed
103+
- Google Analytics
104+
105+
## [0.4.0] - 2015-03-09
106+
The application has been rewritten in Haskell, using Yesod web framework.
107+
108+
### Changed
109+
- There's now an `iframe` with logs instead of a redirect
110+
- The application now requires a database, with a structure to store the
111+
registered users.
112+
113+
_(Notably, there's no way to either register or access the database in any
114+
way outside the application tests.)_
115+
116+
## [0.3.0] - 2014-02-09
117+
### Fixed
118+
- Time zone handling in the redirect endpoint
119+
([#3](https://github.com/codingteam/codingteam.org.ru/issues/3))
120+
121+
## [0.2.0] - 2014-02-09
122+
### Added
123+
- `/version` endpoint
124+
125+
## [0.1.0] - 2014-02-02
126+
Initial version of the application, written in Scala using Spray framework.
127+
128+
### Added
129+
- Redirect to the actual logs hosted on 0xd34df00d.me
130+
131+
[0.1.0]: https://github.com/codingteam/codingteam.org.ru/releases/tag/v0.1
132+
[0.2.0]: https://github.com/codingteam/codingteam.org.ru/compare/v0.1...v0.2
133+
[0.3.0]: https://github.com/codingteam/codingteam.org.ru/compare/v0.2...0.3
134+
[0.4.0]: https://github.com/codingteam/codingteam.org.ru/compare/0.3...0.4
135+
[0.4.1]: https://github.com/codingteam/codingteam.org.ru/compare/0.4...0.4.1
136+
[0.4.2]: https://github.com/codingteam/codingteam.org.ru/compare/0.4.1...0.4.2
137+
[0.4.3]: https://github.com/codingteam/codingteam.org.ru/compare/0.4.2...0.4.3
138+
[0.5.0]: https://github.com/codingteam/codingteam.org.ru/compare/0.4.3...0.5.0
139+
[0.6.0]: https://github.com/codingteam/codingteam.org.ru/compare/0.5.0...v0.6.0
140+
[0.6.1]: https://github.com/codingteam/codingteam.org.ru/compare/v0.6.0...0.6.1
141+
[0.6.2]: https://github.com/codingteam/codingteam.org.ru/compare/0.6.1...0.6.2
142+
[0.6.3]: https://github.com/codingteam/codingteam.org.ru/compare/0.6.2...0.6.3
143+
[0.6.4]: https://github.com/codingteam/codingteam.org.ru/compare/0.6.3...0.6.4
144+
[0.7.0]: https://github.com/codingteam/codingteam.org.ru/compare/0.6.4...0.7.0
145+
[0.7.1]: https://github.com/codingteam/codingteam.org.ru/compare/0.7.0...0.7.1
146+
[0.7.2]: https://github.com/codingteam/codingteam.org.ru/compare/0.7.1...0.7.2
147+
[0.7.3]: https://github.com/codingteam/codingteam.org.ru/compare/0.7.2...0.7.3
148+
[0.7.4]: https://github.com/codingteam/codingteam.org.ru/compare/0.7.3...0.7.4
149+
[0.7.5]: https://github.com/codingteam/codingteam.org.ru/compare/0.7.4...0.7.5
150+
[0.7.6]: https://github.com/codingteam/codingteam.org.ru/compare/0.7.5...0.7.6
151+
[0.7.7]: https://github.com/codingteam/codingteam.org.ru/compare/0.7.6...0.7.7
152+
[1.0.0]: https://github.com/codingteam/codingteam.org.ru/compare/0.7.7...1.0.0
153+
[1.0.1]: https://github.com/codingteam/codingteam.org.ru/compare/1.0.0...1.0.1
154+
[Unreleased]: https://github.com/codingteam/codingteam.org.ru/compare/1.0.1...HEAD

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,17 @@ docker rm -f $NAME
116116
docker run -d --restart unless-stopped -p $PORT:80 --name $NAME codingteam/codingteam.org.ru:$VERSION
117117
```
118118

119+
Documentation
120+
-------------
121+
122+
- [Changelog][changelog]
123+
- [License][license]
124+
119125
[badge.docker]: https://img.shields.io/docker/v/codingteam/codingteam.org.ru?sort=semver
120126

127+
[changelog]: CHANGELOG.md
121128
[codingteam.org.ru]: https://codingteam.org.ru/
122129
[docker-hub]: https://hub.docker.com/r/codingteam/codingteam.org.ru
123130
[dotnet]: https://dot.net/
131+
[license]: LICENSE.md
124132
[npm]: https://npmjs.com

codingteam.org.ru.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ProjectSection(SolutionItems) = preProject
1515
NuGet.Config = NuGet.Config
1616
LICENSE.md = LICENSE.md
1717
README.md = README.md
18+
CHANGELOG.md = CHANGELOG.md
1819
EndProjectSection
1920
EndProject
2021
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{339BA2DC-3628-4E8E-98CC-264B5A3625AA}"

0 commit comments

Comments
 (0)