forked from lektor/lektor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
33 lines (24 loc) · 893 Bytes
/
CHANGES
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
Changelog
=========
These are all the changes in Lektor since the first public release.
1.1
---
Bugfix release
- Fixed a bug where resolving URL paths outside of alts did not
fall back to asset resolving.
- Added `_discoverable` system field which controls if a page should show
up in `children`. The default is that a page is discoverable. Setting it
to `False` means in practical terms that someone needs to know the URL as
all collection operations will not return it.
- Added `for_page` function to pagination that returns the pagiantion for a
specific page.
1.0
---
Released on 21st of December 2015
- Improved ghpages and rsync deployments.
- Implemented options for default URL styles.
- All artifacts now depend on the project file.
- Fixed an issue with renames from tempfile in the quickstart.
0.96
----
Initial test release. Release date 19th of December 2015