Skip to content

Commit

Permalink
v0.9.18
Browse files Browse the repository at this point in the history
  • Loading branch information
OtakuMegane committed Feb 11, 2019
1 parent 828c001 commit 7393a8e
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
47 changes: 47 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,51 @@
# Nelliel Changelog # Nelliel Changelog
## v0.9.18 (2019/02/10)
### Breaking
- Database
- Some settings

### Added
- `rowExists` and `columnExists` methods added to `NellielPDO`
- `TableHandler` classes for database tables
- News page and panel
- Settings for no comment text, display poster IDs, display backlinks
- PNG compression level
- Sharpening for GD previews
- Site name and slogan
- Much improved handling of post links, can now do cross-board links and see backlink references for a post

### Changed
- Update `INSTALL.md`
- Installation process more robust, gives better error feedback
- Various cleanup and tweaks
- Loading rearrangement
- Documentation updates
- Improve `Domain` handling
- Filename and path cleanup
- Organize board settings panel
- Style tweaks
- Update handling
- Improve thread and post hiding
- Combine `board_directory` and `board_id`
- Most thumb references changed to preview
- More null checks in `ui.js``
- Broke up huge post rendering function a little

### Fixed
- Bugs in Domain classes
- Mod comments no longer have parentheses around them
- Various posting errors
- Animated GIF previews
- Enable foreign keys in SQLite
- Error page rendering errors
- > quoting
- Various Rendering stuff
- Many other bugs

### Removed
- random_compat library
- ParametersAndData class

## v0.9.17 (2019/01/14) ## v0.9.17 (2019/01/14)
### Breaking ### Breaking
- Moar database - Moar database
Expand Down
2 changes: 1 addition & 1 deletion imgboard.php
@@ -1,5 +1,5 @@
<?php <?php
define('NELLIEL_VERSION', 'v0.9.17'); // Version define('NELLIEL_VERSION', 'v0.9.18'); // Version
define('NELLIEL_COPYRIGHT', '2010-2018 Nelliel Project'); // Copyright line define('NELLIEL_COPYRIGHT', '2010-2018 Nelliel Project'); // Copyright line
define('NELLIEL_PACKAGE', 'Nelliel'); // Package define('NELLIEL_PACKAGE', 'Nelliel'); // Package
define('BASE_PATH', realpath('./') . '/'); // Base path for script define('BASE_PATH', realpath('./') . '/'); // Base path for script
Expand Down

0 comments on commit 7393a8e

Please sign in to comment.