mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-27 19:58:21 +01:00
Updated changelog
This commit is contained in:
parent
cb37c7626e
commit
e78c65802e
2 changed files with 70 additions and 67 deletions
11
.idea/workspace.xml
generated
11
.idea/workspace.xml
generated
|
@ -7,7 +7,10 @@
|
||||||
<option name="autoReloadType" value="SELECTIVE" />
|
<option name="autoReloadType" value="SELECTIVE" />
|
||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated bullet color" />
|
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated donate image">
|
||||||
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/docs/changelog.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/changelog.md" afterDir="false" />
|
||||||
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||||
|
@ -423,7 +426,7 @@
|
||||||
<option name="project" value="LOCAL" />
|
<option name="project" value="LOCAL" />
|
||||||
<updated>1687344798389</updated>
|
<updated>1687344798389</updated>
|
||||||
</task>
|
</task>
|
||||||
<option name="localTasksCounter" value="2298" />
|
<option name="localTasksCounter" value="2299" />
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
<component name="Vcs.Log.History.Properties">
|
<component name="Vcs.Log.History.Properties">
|
||||||
|
@ -462,7 +465,6 @@
|
||||||
</component>
|
</component>
|
||||||
<component name="VcsManagerConfiguration">
|
<component name="VcsManagerConfiguration">
|
||||||
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
|
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
|
||||||
<MESSAGE value="Updated for ignore" />
|
|
||||||
<MESSAGE value="Updated for recommended" />
|
<MESSAGE value="Updated for recommended" />
|
||||||
<MESSAGE value="Updated for license" />
|
<MESSAGE value="Updated for license" />
|
||||||
<MESSAGE value="Updated for readme" />
|
<MESSAGE value="Updated for readme" />
|
||||||
|
@ -487,6 +489,7 @@
|
||||||
<MESSAGE value="Added changelog" />
|
<MESSAGE value="Added changelog" />
|
||||||
<MESSAGE value="Fixed changelog format" />
|
<MESSAGE value="Fixed changelog format" />
|
||||||
<MESSAGE value="Updated for version 4.9.0" />
|
<MESSAGE value="Updated for version 4.9.0" />
|
||||||
<option name="LAST_COMMIT_MESSAGE" value="Updated for version 4.9.0" />
|
<MESSAGE value="Updated donate image" />
|
||||||
|
<option name="LAST_COMMIT_MESSAGE" value="Updated donate image" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
|
@ -1,104 +1,104 @@
|
||||||
## slpkg - ChangeLog
|
## slpkg - ChangeLog
|
||||||
|
|
||||||
### 4.9.0 - 21/06/2023
|
### 4.9.0 - 21/06/2023
|
||||||
Updated:
|
- Updated:
|
||||||
- For multilib install instructions
|
* For multilib install instructions
|
||||||
|
|
||||||
Fixed:
|
- Fixed:
|
||||||
- Continuing updating repositories after failing once
|
* Continuing updating repositories after failing once
|
||||||
|
|
||||||
### 4.8.9 - 06/06/2023
|
### 4.8.9 - 06/06/2023
|
||||||
Fixed:
|
- Fixed:
|
||||||
- urllib3.exceptions.NewConnectionError (Thanks to rizitis) #173
|
* urllib3.exceptions.NewConnectionError (Thanks to rizitis) #173
|
||||||
|
|
||||||
### 4.8.8 - 29/05/2023
|
### 4.8.8 - 29/05/2023
|
||||||
Updated:
|
- Updated:
|
||||||
- France manpage
|
* France manpage
|
||||||
|
|
||||||
Fixed:
|
- Fixed:
|
||||||
- Choose dependencies for upgraded packages
|
* Choose dependencies for upgraded packages
|
||||||
- Build packages with the same source name:
|
* Build packages with the same source name:
|
||||||
(nvidia-driver and nvidia-kernel use the same source NVIDIA-Linux-x86_64-<VERSION>.run)
|
(nvidia-driver and nvidia-kernel use the same source NVIDIA-Linux-x86_64-<VERSION>.run)
|
||||||
|
|
||||||
### 4.8.7 - 23/05/2023
|
### 4.8.7 - 23/05/2023
|
||||||
Fixed:
|
- Fixed:
|
||||||
- Package tag for slack_patches and salixos_patches
|
* Package tag for slack_patches and salixos_patches
|
||||||
- Parallel download for slackbuilds repositories (sbo, ponce)
|
* Parallel download for slackbuilds repositories (sbo, ponce)
|
||||||
|
|
||||||
### 4.8.6 - 21/05/2023
|
### 4.8.6 - 21/05/2023
|
||||||
Updated:
|
- Updated:
|
||||||
- Load the database when used #172
|
* Load the database when used #172
|
||||||
|
|
||||||
Fixed:
|
- Fixed:
|
||||||
- ValueError with search command
|
* ValueError with search command
|
||||||
- Updates some packages to the same version #169
|
* Updates some packages to the same version #169
|
||||||
- For --skip-installed option
|
* For --skip-installed option
|
||||||
|
|
||||||
Added:
|
- Added:
|
||||||
- Configuration file rules.toml
|
* Configuration file rules.toml
|
||||||
|
|
||||||
### 4.8.5 - 18/05/2023
|
### 4.8.5 - 18/05/2023
|
||||||
Fixed:
|
- Fixed:
|
||||||
- Case-sensitive with commands find and search
|
* Case-sensitive with commands find and search
|
||||||
- For combination options with --repository= and --directory=
|
* For combination options with --repository= and --directory=
|
||||||
- TypeError for repo-info command #171
|
* TypeError for repo-info command #171
|
||||||
|
|
||||||
### 4.8.4 - 14/05/2023
|
### 4.8.4 - 14/05/2023
|
||||||
Added:
|
- Added:
|
||||||
- Case-insensitive pattern matching, --no-case option
|
* Case-insensitive pattern matching, --no-case option
|
||||||
- Choose border color via configuration file
|
* Choose border color via configuration file
|
||||||
- New processing status view for build, install, upgrade, remove
|
* New processing status view for build, install, upgrade, remove
|
||||||
|
|
||||||
Fixed:
|
Fixed:
|
||||||
- Remove chosen dependencies
|
- Remove chosen dependencies
|
||||||
|
|
||||||
### 4.8.3 - 29/04/2023
|
### 4.8.3 - 29/04/2023
|
||||||
Updated:
|
- Updated:
|
||||||
- For synchronization with the local repository (Thanks to Christopher Schrauben) #166
|
* For synchronization with the local repository (Thanks to Christopher Schrauben) #166
|
||||||
- Renamed the option --bin-repo with --repository
|
* Renamed the option --bin-repo with --repository
|
||||||
|
|
||||||
Added:
|
- Added:
|
||||||
- Options --install-data to install only data into the database
|
* Options --install-data to install only data into the database
|
||||||
- Column for package installed version (Thanks to tpiszcze)
|
* Column for package installed version (Thanks to tpiszcze)
|
||||||
|
|
||||||
### 4.8.2 - 25/04/2023
|
### 4.8.2 - 25/04/2023
|
||||||
Updated:
|
- Updated:
|
||||||
- For exit status code
|
* For exit status code
|
||||||
- Packages summary for calculating the file sizes
|
* Packages summary for calculating the file sizes
|
||||||
|
|
||||||
Added:
|
- Added:
|
||||||
- Disable or enable the spinning bar
|
* Disable or enable the spinning bar
|
||||||
|
|
||||||
Fixed:
|
- Fixed:
|
||||||
- Slackware patches repository tag
|
* Slackware patches repository tag
|
||||||
- For skip to download sources if the package is installed (Thanks to kingbeowulf LQ63)
|
* For skip to download sources if the package is installed (Thanks to kingbeowulf LQ63)
|
||||||
|
|
||||||
### 4.8.1 - 21/04/2023
|
### 4.8.1 - 21/04/2023
|
||||||
Updated:
|
- Updated:
|
||||||
- For error messages
|
* For error messages
|
||||||
- For repository updates (Thanks to rizitis)
|
* For repository updates (Thanks to rizitis)
|
||||||
- For reinstall slackware command
|
* For reinstall slackware command
|
||||||
|
|
||||||
Fixed:
|
- Fixed:
|
||||||
- Double packages as main and as dependency for binaries repos
|
* Double packages as main and as dependency for binaries repos
|
||||||
- View packages for ponce repository (Thanks to rizitis)
|
* View packages for ponce repository (Thanks to rizitis)
|
||||||
|
|
||||||
### 4.8.0 - 19/04/2023
|
### 4.8.0 - 19/04/2023
|
||||||
Fixed:
|
- Fixed:
|
||||||
- Counting dependencies for tracking and blacklist packages
|
* Counting dependencies for tracking and blacklist packages
|
||||||
- Resolving dependencies when are blacklisted or not included in the repository
|
* Resolving dependencies when are blacklisted or not included in the repository
|
||||||
|
|
||||||
### 4.7.9 - 15/04/2023
|
### 4.7.9 - 15/04/2023
|
||||||
Updated:
|
- Updated:
|
||||||
- For proxies configuration
|
* For proxies configuration
|
||||||
- For convert file sizes
|
* For convert file sizes
|
||||||
- For packages upgrade
|
* For packages upgrade
|
||||||
|
|
||||||
Fixed:
|
- Fixed:
|
||||||
- Clear screen when dialog is disabled
|
* Clear screen when dialog is disabled
|
||||||
|
|
||||||
Added:
|
- Added:
|
||||||
- Support to local repositories (Thanks to marav)
|
* Support to local repositories (Thanks to marav)
|
||||||
|
|
||||||
### 4.7.8 - 12/04/2023
|
### 4.7.8 - 12/04/2023
|
||||||
Added:
|
Added:
|
||||||
|
|
Loading…
Add table
Reference in a new issue