-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCHANGES
More file actions
58 lines (46 loc) · 1.71 KB
/
Copy pathCHANGES
File metadata and controls
58 lines (46 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Release history
All versions should also be git tags.
## Version v0.4.1 (2016-11-09)
- Fixed slug-active index, added migration
- Record author on user page creation
- Advertise version number in HTML
## Version v0.4 (2016-11-08)
- Added generic database storage (SQLAlchemy)
- Added indexes
- Reworked metadata storage
- Reworked metadata operations
- Merged search and faceted navigation
- Added database migrations
- Smooth database initialization
- Removed WikiWord butchery; use slugs
- Added user accounts support
- Added configurable edition rights restriction
- Added in-database configuration
- Added diff between revisions
- Added Javascript sugar coating (preview, flash dismiss)
- Added the possibility to deactivate pages
- Added the possibility to activate previous page revisions
- Added CSRF protection
- Added a @list Markdown extension
- Added a @search Markdown extensions
- Added a @redirect Markdown extensions
- Added a deploy to Heroku button
- Tap in environment variables for configuration
- Added robots.txt
- Always use prefixed URLs (allows robots.txt)
- Added colour schemes (purple, blue, pink, green), configurable layout and
improved typography
- Added an advanced editor (CodeMirror), still early feature
- Added fixtures (automatically loaded for Heroku deploy button)
- Added correct licensing
## Version v0.3 (2016-10-13)
- Reworked page layout
- Basic Markdown extensions
- Fixed links and titles handling
## Version v0.2 (2016-10-11)
- Switched from CGI to WSGI through using Flask
- Added Jinja2 templates and basic static files
- Stylesheet still mostly that of legacy Diamond wiki
- All legacy features working
## Version v0.1 (2016-10-11)
- Original Diamond wiki source import (incl. logo)