Skip to content

Commit

Permalink
Update information and add changes for 0.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsotirov committed May 9, 2021
1 parent 1b2df9d commit 2960cea
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
Changelog

0.5.2 (2021-05-09)

* New: Added End-Of-Life data for Slackware releases, time to release date and
announcement URL. A warning is displayed for package for EOLed versions
* New: Load dependencies with package registration
* New: Added social share preview
* Change: Rewritten view Versions to optimize its performance
* Change: About page now lists only Slackware versions that are not EOLed,
information for SWareT is removed
* Change: Use https URL scheme wherever possible
* Fix: do not require absolute path to package file on registration (see
bug https://sotirov-bg.net/bugzilla/show_bug.cgi?id=117)
* Fix: Properly handle not found when getting packages by name

0.5.1 (2020-04-09)
------------------------------------------------------------------------------
* New: Add social preview image for the project
Expand Down
4 changes: 2 additions & 2 deletions SlackPack/Constants.pm
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ use parent qw(Exporter);

# Change these to your preference
use constant SP_NAME => 'SlackPack';
use constant SP_VERSION => '0.5.1';
use constant SP_RELEASE_DATE => '2020-04-09';
use constant SP_VERSION => '0.5.2';
use constant SP_RELEASE_DATE => '2021-05-09';
use constant SP_HOME_URL => 'https://sotirov-bg.net/slackpack';
use constant SP_AUTHOR => 'Georgi D. Sotirov';
use constant SP_AUTHOR_EMAIL => '[email protected]';
Expand Down

0 comments on commit 2960cea

Please sign in to comment.