SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for lite-xl-plugin-manager-1.2.0+git20240225.45d1d50-1.1.i586.rpm :

* Mon Feb 26 2024 scott.bradnickAATTsuse.com- Update to version 1.2.0+git20240225.45d1d50:
* Made run notification verbose.
* Changed bzero to memset, in order to eliminate warnings on windows.
* Unescaped backslashes.
* Might fix #64.
* Should fix #82. Will ensure that progress bars go to 100% when downloading files.
* Updated CHANGELOG.md.
* Added test, and clarified things.
* Added in warnings when we won\'t install or unisntall things due to mask.
* hopefully fixed the memory leak (#83)
* Fix Windows install issues (#79)
* Added in initial implementation of --mask.
* Sun Feb 25 2024 scott.bradnickAATTsuse.com- Update to version 1.1.0+git20240225.f264efb:
* Added in chcek to ensure that we don\'t try to double-install dependencies.
* Threw an explicit error if you try to install a repository with no addons selected.
* Made hash backwards compatible.
* Added in ephemeral flag as a determinant for bottle hash construction.
* Use vendored `microtar` version in `meson.build` (#77)
* Checks if dependency is core beofore marking it as orphan (#76)
* Update extract: .tgz and +100 char name support (#73)
* Tue Feb 20 2024 scott.bradnickAATTsuse.com- Update to version 1.1.0+git20240220.9a37552:
* Fixed typing mistake.
* Mon Feb 12 2024 scott.bradnickAATTsuse.com- Update to version 1.1.0+git20240211.78ff363:
* Updated CHANGELOG.md.
* Made sure to create folders for files if they don\'t exist.
* Allowed addons that don\'t specify a path, but have files, to download only those files.
* Wed Feb 07 2024 scott.bradnickAATTsuse.com- Update to version 1.0.14+git20240206.8a1e790:
* Made paths absolute when adding a lite-xl.
* Doubled response header buffer, added in better error handling for responses, and added in logging and checksum updating of remote file singletons.
* Added in update-checksums.
* Sun Jan 28 2024 scott.bradnickAATTsuse.com- Update to version 1.0.14+git20240128.9189b99:
* Cleaned up example to use the \"proper\" hosted version.
* Added fonts to lpm as a new type.
* Sat Jan 27 2024 scott.bradnickAATTsuse.com- Update to version 1.0.14+git20240126.74aadee:
* Updated help.
* Thu Jan 18 2024 scott.bradnickAATTsuse.com- Update to version 1.0.13+git20240118.cda6773:
* Removing empty comments.
* Thing was due to the other thing.
* Removed looking for main/master; now ask directly what the primary branch is.
* Thu Jan 18 2024 scott.bradnickAATTsuse.com- Update to version 1.0.13+git20240118.e7bd5c0:
* Added in for case where branch or commit isn\'t supplied to local manifest repo with a remote.
* Added in changes from AATTparnikkapore to fix ssl certificates in a directory.
* Tue Dec 05 2023 scott.bradnickAATTsuse.com- Update to version 1.0.13+git20231205.1feceea:
* Fixed CI.
* Fixed error around orphan plugins.
* Fixed uninitialization.
* Reworded things, incorporated Guldo\'s changes.
* Added in extra error handling.
* Added in loading screen for welcome dialog.
* Split off loading screen functionality.
* Added welcome plugin.
* Fixed fetch_if_not_present.
* Added in better error handling.
* Added `fetch_if_not_present` to allow things to function without internet.
* Added in a hook for terminal to display an lpm repl.
* Pre-sorted dependency graphs so that we get consistnet outputs.
* Fixed actual output spacing.
* Added in repostiory URL for plugin to id calculation.
* Guldo\'s spelling fixes.
* Added in a proper repo_path.
* Added in repo path.
* Removed documentation for non-existent command.
* Added in check for executable.
* Invalidate cache in appropriate places.
* Allowed for generate_manifest to be used on local repositories; will automatically pile one into the directory.
* Won\'t actually have an error so simplified.
* Loosened verification for certificates.
* Flagged the json library as special as well, as it\'s required for the plugin_manager to run.
* Fixed typo.
* Ensured we always pass around options so we can track progress one way or another.
* Added in fallback for any plugin lacking a modversion to describe themselves as the latest modversion.
* Fixed color install/uninstall; type filter wasn\'t even present. Whoops.
* Fixed typo.
* Added in support for --ephemeral.
* Allowed for generation for repos that are just init.lua by guessing the id better.
* Made unstub idempotent and incorporated a number of jgm\'s fixes.
* Fix some spelling and display of `DEFAULT_REPO_URL` in cli help
* Tue Oct 10 2023 scott.bradnickAATTsuse.com- Update to version 1.0.12+git20231010.8f2cd87:
* Updated CHANGELOG.md.
* Added in an unstub and VIEW readme function.
* Added a close for write.
* Improve `mbedtls2` detection in meson
* Fri Sep 22 2023 scott.bradnickAATTsuse.com- Adding lpm.c.diff to set LPM_VERSION instead of \"unknown\"- Update to version 1.0.11+git20230917.1a54a85:
* Added in borders to table output.
* Bugfix.
* Added in table output format.
* Updated continous tag.
* Prioritized remote definitions.
* Fixed a number of issues relating to generating READMEs, and running arbitrary lua files.
* Fixed issues with constructing symlink bottles.
* Reverted is_stub stuff.
* Made desribe more modern.
* Mon Sep 11 2023 Lubos Kocman - Correction of licenses based on the legaldb report
* Main package is under MIT, however archive contains bundled libraries, mostly licensed under BSD-3-Clause, Apache-2.0 and Zlib.
* Use SUSE-GPL-2.0-with-linking-exception identifier instead of spdx which is not recognized
* Sun Sep 10 2023 scott.bradnickAATTsuse.com- Update to version 1.0.11+git20230910.4129734:
* Added the ability to unstub plugins.
* Constructed bottles in the TMP directory, rather than directly in-place.
* Updated CHANGELOG.md.
* Fix installing plugins with version containing `.`
* Don\'t create user `init.lua` if no custom config was specified
* Thu Sep 07 2023 Scott Bradnick - Leap 15.6 will be using mbedtls for v3 and mbedtls-2 for v2, like Tumbleweed
* Sun Aug 27 2023 scott.bradnickAATTsuse.com- Update to version 1.0.10+git20230827.2452630:
* Updated CHANGELOG.md.
* Added in --config flag.
* Made us clear the entire bottle if we\'re reconstructing which is a lot safer.
* Fri Aug 18 2023 scott.bradnickAATTsuse.com- Update to version 1.0.9+git20230818.02b2665:
* Updated CHANGELOG.md.
* Minor documentation updates.
* Made it so we also chmod unzipped gz files.
* Added .gz to the spec.
* Allowed for extracting of .gz files without an associated tar.
* Thu Aug 17 2023 scott.bradnickAATTsuse.com- Update to version 1.0.8+git20230817.6bcc10e:
* Made things clearer.
* Added in futureproofing.
* Add in preprocessor guard for older libgit2 implementations.- Fixing up \'suse_version\' check(s)
* Thu Aug 17 2023 Scott Bradnick - Group has been deprecated for a while now, but 15.5 and possibly 15.6 will complain about it missing
* https://fedoraproject.org/wiki/RPMGroups
* Wed Aug 16 2023 Scott Bradnick - .spec updates
* Adding \'Group\' designation
* Adding \'suse_version\' check for mbedtls[-2] BuildRequires
* Wed Aug 16 2023 Scott Bradnick - Incorporating AATTsuntorytimed\'s i586 install check
* Thu Aug 10 2023 Scott Bradnick - Removing \'Requires: lite-xl-widgets\' as that\'s a plugin that can be installed via lpm (or pulled in by other plugins which require it)
* Thu Aug 10 2023 scott.bradnickAATTsuse.com- Update to version 1.0.8+git20230810.627caff:
* Should fix issue 36.
* Updated CHANGELOG.md.
* Fixed capitalization.
* Normalized paths to backslashes.
* Made it so we autoflush stderr, because windows doesn\'t do this.
* Added in quick way to just grab and install orphan plugins.
* Fixed typo.
* Made -g flag signal whether or not we move to debug builds for cmake.
* Made sure size comparaisons only occur with files.
* Moved USERDIR creation down a bit.
* Thu Aug 10 2023 Scott Bradnick - Initial version from upstream
* See https://github.com/lite-xl/lite-xl-plugins/issues/144
 
ICM