CHANGELOG.md 10.5 KB
Newer Older
1
# Change Log
2
All notable changes to this project will be documented in this file.
3 4
This project adheres to [Semantic Versioning](http://semver.org/).

5 6 7 8 9 10 11 12
## [v1.0.11] - 2017-10-14
### Added
- **Localization**: Japanese locale is now available (thanks to @johnnyshields)
- **Misc**: Added referrer policy header

## Fixed
- **Authentication**: Fix for name search when using OpenLDAP

13 14 15 16
## [v1.0.10] - 2017-10-09
### Added
- **Misc**: Ability to delete pages from the UI

17 18 19 20 21 22 23 24
## [v1.0.9] - 2017-09-14
### Added
- **Localization**: Persian (farsi) locale is now available (thanks to @ashkang)
- **UI**: Support for right-to-left languages

### Fixed
- **i18n**: Browser locale files not generated properly (ported from dev branch)

25 26 27 28 29 30 31 32 33
## [v1.0.8] - 2017-08-31
### Changed
- **Misc**: Updated dependencies

## [v1.0.7] - 2017-08-29
### Fixed
- **Authentication**: Azure AD client Id is now referenced correctly ([#219](https://github.com/Requarks/wiki/issues/219))
- **Git**: Git Branch is now referenced correctly ([#215](https://github.com/Requarks/wiki/issues/215))

NGPixel's avatar
NGPixel committed
34 35 36 37 38 39 40 41 42
## [v1.0.6] - 2017-08-10
### Fixed
- **Authentication**: LDAP no longer cause the social login text to appear on the login screen.
- **Misc**: Browser locales are now generated for non-english languages
- **Misc**: Renaming or moving a page is now removing the old entry in the All Pages navigation

## [v1.0.5] - 2017-08-06
### Fixed
- **Misc**: public access always false if using env var string
NGPixel's avatar
NGPixel committed
43

44 45 46 47
## [v1.0.4] - 2017-07-26
### Fixed
- **Misc**: Some installations (e.g. Heroku) would not install all dependencies

NGPixel's avatar
NGPixel committed
48 49 50 51
## [v1.0.3] - 2017-07-23
### Fixed
- **Misc**: Revert to npm install (Yarn may cause permissions + hang issues)

52
## [v1.0.1] - 2017-07-22
53 54 55
### Changed
- **Misc**: Switch to Yarn for npm dependencies installation

NGPixel's avatar
NGPixel committed
56 57 58 59 60
### Fixed
- **Misc**: JS/CSS is now loading properly in Safari (macOS/iOS)
- **Misc**: Process termination handling
- **Search**: siteRoot is now properly parsed in search results href

NGPixel's avatar
NGPixel committed
61
## [v1.0.0-beta.13] - 2017-07-09
NGPixel's avatar
NGPixel committed
62
### Added
NGPixel's avatar
NGPixel committed
63 64
- **Admin**: Added Host Information section to System Info page
- **Admin**: Added Color Theme page to modify look and feel
65
- **Editor**: Linebreaks are now rendered, can be disabled via config option
NGPixel's avatar
NGPixel committed
66 67
- **Localization**: German locale is now available (thanks to @joetjengerdes)
- **UI**: Support for color themes, code blocks dark/light + colorize on/off
NGPixel's avatar
NGPixel committed
68 69

### Changed
70
- **Editor**: TeX and MathML is now rendered server-side to SVG
NGPixel's avatar
NGPixel committed
71
- **UI**: Updated icons to Nucleo icon set
NGPixel's avatar
NGPixel committed
72
- **Misc**: Updated dependencies
NGPixel's avatar
NGPixel committed
73 74

### Fixed
NGPixel's avatar
NGPixel committed
75
- **Configuration Wizard**: Git version check is now handled properly when using 2 or 3 version precision
NGPixel's avatar
NGPixel committed
76 77
- **Editor**: Blockquotes are now displayed in their correct color stylings
- **Misc**: 'Entry does not exist' page now display sub-pages separator correctly
NGPixel's avatar
NGPixel committed
78
- **Misc**: Locked dependencies to patch instead of minor version
NGPixel's avatar
NGPixel committed
79
- **Misc**: Saving a page no longer crash the search index engine
NGPixel's avatar
NGPixel committed
80

NGPixel's avatar
NGPixel committed
81
## [v1.0.0-beta.12] - 2017-06-10
NGPixel's avatar
NGPixel committed
82
### Added
83
- **Deploy**: Heroku support
NGPixel's avatar
NGPixel committed
84 85
- **Localization**: All UI text elements are now localized
- **Localization**: Chinese locale is now available (thanks to @choicky)
NGPixel's avatar
NGPixel committed
86
- **Localization**: Korean locale is now available (thanks to @junwonpk)
87
- **Localization**: Portuguese locale is now available (thanks to @felipeplets)
NGPixel's avatar
NGPixel committed
88 89
- **Localization**: Russian locale is now available (thanks to @efimlosev)
- **Localization**: Spanish locale is now available (thanks to @MatiasArriola)
NGPixel's avatar
NGPixel committed
90
- **Misc**: Copy to clipboard modal when clicking on header anchor
NGPixel's avatar
NGPixel committed
91
- **Print**: Optimized layout and colors for print view
NGPixel's avatar
NGPixel committed
92 93

### Changed
NGPixel's avatar
NGPixel committed
94
- **Misc**: Refactored all client-side code into Vue components
NGPixel's avatar
NGPixel committed
95 96
- **Misc**: Updated dependencies
- **UI**: Reveal 'Top of Page' only on scroll + icon only
97 98
- **UI**: Updated navigation buttons design
- **UI**: Updated editor toolbar + page design
NGPixel's avatar
NGPixel committed
99 100 101 102 103

### Fixed
- **Configuration Wizard**: Public option is now saved properly in config file
- **Configuration Wizard**: Git check no longer fails when unable to remove existing remotes
- **Editor**: Large size content can now be saved up to 1 MB
NGPixel's avatar
NGPixel committed
104 105
- **Editor**: Editor no longer fails to initialize if it contains unescaped mustache content
- **Misc**: Page content no longer renders non-highlighted HTML content enclosed in code blocks
NGPixel's avatar
NGPixel committed
106
- **Misc**: Empty anchors no longer crash the rendering process
NGPixel's avatar
NGPixel committed
107
- **Misc**: Commented headers no longer appear in page contents
NGPixel's avatar
NGPixel committed
108
- **Misc**: CJK + Arabic validators are now working properly
NGPixel's avatar
NGPixel committed
109
- **Move**: It is now possible to move a page to non-existant sub-directory (or deeper)
NGPixel's avatar
NGPixel committed
110
- **Search**: Content is now indexed properly and handles more scenarios
NGPixel's avatar
NGPixel committed
111
- **Search**: CJK search terms are no longer stripped
NGPixel's avatar
NGPixel committed
112 113 114
- **UI**: Markdown is now stripped from page contents items
- **UI**: Page contents no longer disappear when scrolling down

115
## [v1.0.0-beta.11] - 2017-04-29
116
### Added
117 118 119
- **Auth**: Azure AD authentication provider is now available
- **Auth**: Can now specify Read Access by default for all providers (except Local)
- **Configuration Wizard**: Added Public Access option
120
- **Git**: Commits author is now set to current user
121
- **Navigation**: All Pages section
NGPixel's avatar
NGPixel committed
122
- **UI**: Beatiful new logo!
123
- **View**: MathML and TeX math equations support
NGPixel's avatar
NGPixel committed
124 125

### Changed
126
- **Auth**: Provider Strategies are now only loaded if enabled
127
- **Misc**: Server files are now in their own /server path
128 129
- **Misc**: Trailing slashes in URL are now removed
- **Misc**: Updated dependencies
NGPixel's avatar
NGPixel committed
130
- **UI**: Footer is now always at the bottom of the page (but not fixed)
131 132

### Fixed
133 134
- **Configuration Wizard**: Git version detection no longer fails on MacOS
- **Init**: Malformed config file is now being reported correctly
135
- **Init**: Git remote is now always updated to current settings
136
- **Misc**: CJK (Chinese, Japanese & Korean) characters are now fully supported for pages, content and uploads
NGPixel's avatar
NGPixel committed
137
- **UI**: Move dialog is no longer crashing and preventing further actions
138 139
- **UI**: Scrollbar is no longer always shown in code blocks
- **Search**: Search is now working for guest users when public mode is enabled
140

NGPixel's avatar
NGPixel committed
141 142
## [v1.0.0-beta.10] - 2017-04-08
### Added
143 144
- **Installation**: Wiki.js can now install via local tarball
- **Installation**: RAM check during install to prevent crashing due to low memory
NGPixel's avatar
NGPixel committed
145 146 147 148 149

### Changed
- Updated dependencies + snyk policy

### Fixed
150 151 152
- **UI**: Code blocks longer than page width are now displayed with scrollbars
- **Configuration Wizard**: Git version check no longer fails if between 2.7.4 and 2.11.0
- **Init**: Admin account is no longer attempted to be created during init
NGPixel's avatar
NGPixel committed
153

NGPixel's avatar
NGPixel committed
154
## [v1.0.0-beta.9] - 2017-04-05
155 156
### Added
- Interactive setup
157 158 159 160
- **Auth**: GitHub and Slack authentication providers are now available
- **Auth**: LDAP authentication provider is now available
- **Logs**: Support for the logging services: Bugsnag, Loggly, Papertrail, Rollbar and Sentry
- **Config**: Can now use ENV variable to specify DB connection string ($VARNAME as db value in config.yml)
161 162

### Changed
163 164 165 166 167 168 169
- **Native Compilation Removal**: Replaced farmhash with md5
- **Native Compilation Removal**: Replaced leveldown with memdown
- **Native Compilation Removal**: Replaced sharp with jimp
- **Sidebar**: Contents is now Page Contents
- **Sidebar**: Start is now Top of Page
- **UI**: Content headers are now showing an anchor icon instead of a #
- **Dev**: Replaced Gulp with Fuse-box
170 171

### Fixed
172 173 174 175 176 177 178 179
- **Auth**: Authentication would fail if email has uppercase chars and provider callback is in lowercase
- **Markdown**: Fixed potential crash on markdown processing of video links
- **Search**: Search index should now update upon article creation
- **Search**: Search results are no longer duplicated upon article update
- **UI**: Missing icons on login page
- **UI**: Image alignement center and right should now behave correctly
- **Uploads**: Error notification when upload is too large for server
- **Uploads**: Fix uploads and temp-uploads folder permissions on unix-based systems
NGPixel's avatar
NGPixel committed
180

181 182 183 184 185
## [v1.0.0-beta.8] - 2017-02-19
### Added
- Automated Upgrade / Re-install feature UI only
- npm installation improvements

NGPixel's avatar
NGPixel committed
186
### Fixed
187 188 189 190 191 192 193
- wiki executable shortcut on linux
- Settings page is now displaying the correct current version

## [v1.0.0-beta.7] - 2017-02-14
### Fixed
- npm installation fixes

NGPixel's avatar
NGPixel committed
194
## [v1.0.0-beta.6] - 2017-02-14
NGPixel's avatar
NGPixel committed
195
### Added
196
- Settings page UI
NGPixel's avatar
NGPixel committed
197 198
- Automated process management
- npm automatic site installation
NGPixel's avatar
NGPixel committed
199 200

## [v1.0-beta.5] - 2017-02-12
201 202
### Added
- Offline mode (no remote git sync) can now be enabled by setting `git: false` in config.yml
203 204 205 206
- Improved search engine (Now using search-index engine instead of MongoDB text search)

### Changed
- Cache is now flushed when starting / restarting the server
NGPixel's avatar
NGPixel committed
207 208

## [v1.0-beta.4] - 2017-02-11
209 210 211 212 213 214
### Fixed
- Fixed folder name typo during uploads folder permissions check
- Fixed SSH authentication for Git

### Changed
- Removed separate OAuth authentication option. Select basic authentication to use tokens.
NGPixel's avatar
NGPixel committed
215 216

## [v1.0-beta.3] - 2017-02-10
217 218
### Added
- Change log
219
- Added .editorconfig, .eslintrc.json and .pug-lintrc.json for code linting
220
- Added Create / Authorize User feature
NGPixel's avatar
NGPixel committed
221
- Added Delete / De-authorize User feature
222
- Added Login as... button to Forbidden page
223 224 225

### Fixed
- Fixed issue with social accounts with empty name
226
- Fixed standard error page styling
227 228 229 230

### Changed
- Updated dependencies + snyk policy
- Conversion to Standard JS compliant code
NGPixel's avatar
NGPixel committed
231
- Accounts that are not pre-authorized are no longer added with no rights
232 233 234 235 236 237 238 239

## [v1.0-beta.2] - 2017-01-30
### Added
- Save own profile under My Account

### Changed
- Updated dependencies + snyk policy

NGPixel's avatar
NGPixel committed
240 241 242 243
[v1.0.6]: https://github.com/Requarks/wiki/releases/tag/v1.0.6
[v1.0.5]: https://github.com/Requarks/wiki/releases/tag/v1.0.5
[v1.0.4]: https://github.com/Requarks/wiki/releases/tag/v1.0.4
[v1.0.3]: https://github.com/Requarks/wiki/releases/tag/v1.0.3
244
[v1.0.1]: https://github.com/Requarks/wiki/releases/tag/v1.0.1
NGPixel's avatar
NGPixel committed
245
[v1.0.0-beta.13]: https://github.com/Requarks/wiki/releases/tag/v1.0.0-beta.13
NGPixel's avatar
NGPixel committed
246
[v1.0.0-beta.12]: https://github.com/Requarks/wiki/releases/tag/v1.0.0-beta.12
NGPixel's avatar
NGPixel committed
247 248 249 250 251 252
[v1.0.0-beta.11]: https://github.com/Requarks/wiki/releases/tag/v1.0.0-beta.11
[v1.0.0-beta.10]: https://github.com/Requarks/wiki/releases/tag/v1.0.0-beta.10
[v1.0.0-beta.9]: https://github.com/Requarks/wiki/releases/tag/v1.0.0-beta.9
[v1.0.0-beta.8]: https://github.com/Requarks/wiki/releases/tag/v1.0.0-beta.8
[v1.0.0-beta.7]: https://github.com/Requarks/wiki/releases/tag/v1.0.0-beta.7
[v1.0.0-beta.6]: https://github.com/Requarks/wiki/releases/tag/v1.0.0-beta.6
NGPixel's avatar
NGPixel committed
253
[v1.0-beta.5]: https://github.com/Requarks/wiki/releases/tag/v1.0-beta.5
NGPixel's avatar
NGPixel committed
254
[v1.0-beta.4]: https://github.com/Requarks/wiki/releases/tag/v1.0-beta.4
NGPixel's avatar
NGPixel committed
255
[v1.0-beta.3]: https://github.com/Requarks/wiki/releases/tag/v1.0-beta.3
256
[v1.0-beta.2]: https://github.com/Requarks/wiki/releases/tag/v1.0-beta.2