Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to configure a proxy for pkgin #358

Closed
zssfred opened this issue Mar 7, 2023 · 2 comments
Closed

Is it possible to configure a proxy for pkgin #358

zssfred opened this issue Mar 7, 2023 · 2 comments
Assignees

Comments

@zssfred
Copy link

zssfred commented Mar 7, 2023

From my site, the connection to smartos.org/package is so poor..

Thanks.

Fred

@jperkin jperkin self-assigned this Mar 7, 2023
@jperkin
Copy link
Collaborator

jperkin commented Mar 7, 2023

Yes, we provide an rsync service at rsync://pkgsrc.smartos.org/ where you can mirror package sets, serve them up using your preferred web server, and you can then configure your pkgin repositories.conf to point to it instead of https://pkgsrc.smartos.org/

@jperkin jperkin closed this as completed Mar 7, 2023
@zssfred
Copy link
Author

zssfred commented Mar 8, 2023

gotcha.

Thank you!

jperkin pushed a commit that referenced this issue Mar 12, 2023
htmlwidgets 1.6.1
------------------------------------------------------

### Bug fixes

* Closed #456: Fixed an issue where widgets were no longer being
  resized properly when rendered in a standalone fashion. (#458)

htmlwidgets 1.6.0
-------------------------------------------------------

### Potentially breaking changes

* `shinyWidgetOutput()` and `sizingPolicy()` both gain a new `fill`
  parameter. When `TRUE` (the default), the widget's container element
  is allowed to grow/shrink to fit it's parent container so long as
  that parent is opinionated about its height and has been marked with
  `htmltools::bindFillRole(x, container = TRUE)`. (#442)

  * The primary motivation for this is to allow widgets to grow/shrink
    by default [inside
    `bslib::card_body_fill()`](https://rstudio.github.io/bslib/articles/cards.html#responsive-sizing)

  * Widgets that aren't designed to fill their container in this way
    should consider setting `sizingPolicy(fill =
    FALSE)`/`shinyWidgetOutput(fill = FALSE)` and/or allowing users to
    customize these settings (i.e., add a `fill` argument to the
    `customWidgetOutput()` function signature).

* `shinyWidgetOutput()`'s `reportSize` argument now defaults to
  `TRUE`. This way, calling `shiny::getCurrentOutputInfo()` inside a
  `shinyRenderWidget()` context will report the current height and
  width of the widget.

### Improvements

* Closed #433 and #440: `saveWidget(selfcontained=TRUE)` now uses the
  `{rmarkdown}` package to discover and call pandoc, which fixes a
  couple existing issues and helps "future proof" this code path from
  future changes to pandoc.

* Closed #257 and #358: `saveWidget(selfcontained=TRUE)` now correctly
  prevents HTML from being interpreted as markdown. (#401)
jperkin pushed a commit that referenced this issue May 5, 2023
5.0.5 (2023-04-13)
------------------

Minor changes:

- Added support for BYWEEKDAY in vRecur ref: #268

Bug fixes:

- Fix problem with ORGANIZER in FREE/BUSY #348

5.0.4 (2022-12-29)
------------------

Minor changes:

- Improved documentation
  Ref: #503, #504

Bug fixes:

- vBoolean can now be used as an parameter
  Ref: #501
  Fixes: #500
  [jacadzaca]


5.0.3 (2022-11-23)
------------------

New features:

- vDDDTypes is hashable #487 #492 [niccokunzmann]

Bug fixes:

- vDDDTypes' equality also checks the dt attribute #497 #492 [niccokunzmann]

5.0.2 (2022-11-03)
------------------

Minor changes:

- Refactored cal.py, tools.py and completed remaining minimal refactoring in parser.py. Ref: #481 [pronoym99]
- Calendar.from_ical no longer throws long errors
  Ref: #473
  Fixes: #472
  [jacadzaca]
- Make datetime value shorter by removing the value parameter where possible.
  Fixes: #318
  [jacadzaca], [niccokunzmann]

New features:

- source code in documentation is tested using doctest #445 [niccokunzmann]

Bug fixes:

- broken properties are not added to the parent component
  Ref: #471
  Fixes: #464
  [jacadzaca]

5.0.1 (2022-10-22)
------------------

Minor changes:

- fixed setuptools deprecation warnings [mgorny]

Bug fixes:

- a well-known timezone timezone prefixed with a `/` is treated as if the slash wasn't present
  Ref: #467
  Fixes: #466
  [jacadzaca]

5.0.0 (2022-10-17)
------------------

Minor changes:

- removed deprecated test checks [tuergeist]
- Fix: cli does not support DURATION #354 [mamico]
- Add changelog and contributing to readthedocs documentation #428 [peleccom]
- fixed small typos #323 [rohnsha0]
- unittest to parametrized pytest refactoring [jacadzaca]

Breaking changes:

- Require Python 3.7 as minimum Python version.  [maurits] [niccokunzmann]
- icalendar now takes a ics file directly as an input
- icalendar's CLI utility program's output is different
- Drop Support for Python 3.6. Versions 3.7 - 3.11 are supported and tested.

New features:

- icalendar utility outputs a 'Duration' row
- icalendar can take multiple ics files as an input

Bug fixes:

- Changed tools.UIDGenerator instance methods to static methods
  Ref: #345
  [spralja]
- proper handling of datetime objects with `tzinfo` generated through zoneinfo.ZoneInfo.
  Ref: #334
  Fixes: #333
  [tobixen]
- Timestamps in UTC does not need tzid
  Ref: #338
  Fixes: #335
  [tobixen]
-  add ``__eq__`` to ``icalendar.prop.vDDDTypes`` #391 [jacadzaca]
- Refactor deprecated unittest aliases for Python 3.11 compatibility #330 [tirkarthi]

5.0.0a1 (2022-07-11)
--------------------

Breaking changes:

- Drop support for Python 3.4, 3.5 and PyPy2.  [maurits]

New features:

- Document development setup
  Ref: #358
  [niccokunzmann]

Bug fixes:

- Test with GitHub Actions.  [maurits]
jperkin pushed a commit that referenced this issue Jan 25, 2024
This version has added support for custom previewers and custom preloaders,
as well as completed most of the work on the concurrent plugin system.

In addition, it includes many performance optimizations, such as rewriting the
entire file system, refactoring the entire UI rendering architecture, enhancing
the task scheduling system, and implementing partial rendering for frequently
updated components.

This version also introduces many meaningful new features, such as path
auto-completion, real-time file filtering, Kitty Unicode placeholders
protocol support. Read the changelog below for details.

This is a breaking change version, please refer to our upgrade guide:
Migrating to Yazi v0.2.0

What's Changed
    refactor(nix): add shell completion and avoid impure by @XYenon in #293
    refactor: publish to crates.io by @sxyazi in #298
    feat: add a new Folder:icon() API to make it easier for users to extend
          icons by @sxyazi in #301
    feat: add config support for coordinate and size adjustment for ueberzugpp
          image preview by @15cm in #304
    fix: clear Sixel image with empty characters instead of \x2B[K to be
         compatible with GNOME VTE by @linsui in #309
    fix: nix flakes by @sxyazi in #306
    fix: change the rust tool chain in shell.nix from stable to nightly
         by @15cm in #314
    feat: support image preview on WSL by @sxyazi in #315
    fix: use WAYLAND_DISPLAY and DISPLAY to detect Wayland/X11 when
         XDG_SESSION_TYPE is not set by @sxyazi in #312
    fix: channel blockage caused by fuse permissions under the root user
         by @sxyazi in #321
    fix: jq previews empty when the user sets tab_size=8 by @sxyazi in #320
    chore: add .vscode and .idea to .gitignore by @XOR-op in #322
    feat: add an identifier before the extension to prevent file conflicts
          rather than after by @rick-yao in #316
    ci: add Rust target "aarch64-unknown-linux-gnu" to release workflow
        by @nifr in #326
    feat: add overlays to flake.nix by @musjj in #218
    docs: update readme links to website by @uncenter in #332
    feat: use USERPROFILE to retrieve readable path on Windows
          by @sravioli in #331
    feat: auto-completion for input component by @XOR-op in #324
    perf: fallback to plain highlighter for long text by @sxyazi in #329
    fix: the parent does not hover properly on switching the hidden state
         by @sxyazi in #339
    feat: better Zellij support with multi-factor detection involving emulator
          types by @sxyazi in #336
    fix: precache n-1 and n+1 pages by @Hanaasagi in #349
    feat: new reveal command by @sxyazi in #341
    refactor: extracting commands into separate files to make them easier to
              maintain by @sxyazi in #338
    feat: make width of completion relative to input by @XOR-op in #353
    feat: raise open file descriptors limit at startup by @sxyazi in #342
    fix: prefix matching should have higher priority in completion
         by @XOR-op in #352
    feat: display the number of deleted files in the prompt by @sxyazi in #359
    fix: Rust panics instead of returning an error when file times are
         invalid by @sxyazi in #357
    feat: add support for opening a file on startup by @sxyazi in #358
    feat: new kitty graphics protocol implementation for better compatibility
          with tmux through Unicode placeholders by @sxyazi in #365
    perf: precache small images to avoid cache misses; use symlink_metadata
          instead of metadata by @sxyazi in #367
    refactor: use more reasonable numeric field types for configs
              by @sxyazi in #368
    perf: clear only limited cells when hiding images by @sxyazi in #369
    perf: reduce peak memory footprint during decoding large images
          by @sxyazi in #375
    feat: make Input and Select positions customizable by @Hanaasagi in #361
    feat: expose image max alloc and bound to allow for more control
          by @sxyazi in #376
    feat: add more optimization options by @Walker-00 in #377
    fix: directories are recreated after deletion did not update the watcher
         tracking properly by @sxyazi in #381
    feat: make emacs readline keybindings configurable by @sxyazi in #382
    feat: cursor and page key navigation parity with Vim bindings
          by @flexiondotorg in #386
    feat: add more mime-types, file extensions and icons to the preset theme
          by @flexiondotorg in #387
    feat: include commit hash in yazi --version by @Hanaasagi in #393
    fix: popup components (Input, Select, etc.) being covered by previewed
         images by @sxyazi in #360
    fix: stepwise renaming causes uncertain sorting order by @sxyazi in #398
    refactor: move event to shared by @sxyazi in #403
    feat: support sorting by file extension by @JYShaw in #405
    refactor: integrate tasks into scheduler by @sxyazi in #406
    fix: catchup with the latest stable Rust by @XYenon in #409
    fix: build with rust-overlay by @XYenon in #410
    fix: crashes when selection indicator exceeds the visible area while a
         wrong folder_offset specified by @sxyazi in #416
    feat: new config option to suppress pre-caching tasks
          by @againstpetra in #430
    fix: do not use LuaJIT in riscv64 and loongarch64 architecture
         by @eatradish in #439
    feat: copy content over SSH by @sxyazi in #447
    feat!: custom preloader & previewer by @sxyazi in #401
    feat: filter files in real-time by @Rolv-Apneseth in #454
    fix: panic caused by set_hook by @sxyazi in #459
    feat: fine-grained scheduling priority by @sxyazi in #462
    fix: add --follow option to paste command by @eatradish in #436
    feat: support ANSI themes by @smores56 in #460
    perf: new UI rendering architecture by @sxyazi in #468
    fix: resize isn't triggered on app restoring by @sxyazi in #483
    feat: image orientation support by @sxyazi in #488
    refactor: quit command by @aserowy in #484
    feat: icon color and ordered icon rules support by @sxyazi in #503
    fix: prevent recursive caching - don't cache files in the cache directory
         by @sxyazi in #504
    chore: add schema urls to preset config by @uncenter in #506
    fix: update paged files after filter done by @sxyazi in #505
    feat: add support for highlighting by file type by @Akmadan23 in #510
    perf: partial rendering progress and composite into a complete UI to reduce
          CPU consumption caused by frequent progress updates
          by @sxyazi in #509
    feat: add --empty and --cursor options to the rename command
          by @Akmadan23 in #513
    feat: add YAZI_LEVEL env variable for shells by @isti115 in #514
jperkin pushed a commit that referenced this issue Jan 25, 2024
For convenience, we'll stick with the package name 'netatalk22', since
gratuitous renames are a pain for package_rolling-replace(8) users.

In hindsight, something like 'netatalk-ddp' would have been more
descriptive.


From upstream's changelog:

New features

The following compile time options have been added:

    --disable-install-privileged (skips actions that require root access)
    --with-systemd-prefix

Breaking changes

As of Netatalk 2.3.0, the Database Daemon dbd CNID backend is the only
one provided for use in production environments. The last CNID backend
is still available for testing and read-only volumes.

The DHX UAM is now disabled by default, to avoid errors stemming from
OpenSSL v3.0 removal of 128 bit modulus size support. See #358 for
more details on how to make DHX work on your system, and on using
alternative UAMs for authenticating with older clients.

The following features have been removed.

    Concurrent Database (cdb) CNID backend
    Trivial Database (tdb) CNID backend
    Volume mount preexec and postexec commands
    Dropbox / dropkludge
    Force UID/GID
    Andrew File System (AFS)

Compatibility macros for the following long-obsoleted operating
systems have been removed.

    SunOS
    IRIX
    AIX
    Ultrix
    HPUX
    Tru64,
    GNU/kFreeBSD
    UnixWare

afpd

The following runtime options have been removed:

    nodebug (afpd.conf)
    nostat
    preexec
    postexec
    root_preexec
    root_postexec
    preexec_close
    root_preexec_close
    dropbox
    dropkludge

The following compile time options have been removed:

    --enable-debug
    --enable-debug1
    --enable-afs
    --enable-force-uidgid
    --enable-dropkludge
    --with-cnid-tdb-backend
    --with-cnid-cdb-backend
    --with-webmin

Renamed:

    asip-status.pl has been renamed to asip-status

atalkd

Netatalk versions 2.2.7 through 2.2.10 had the non-standard behavior
of not rebroadcasting routing information originating from other
subnets. This made certain Asanté or Dayna LocalTalk hardware bridges
able to coexist with netatalk, with the drawback that subnets behind
other routers aren't visible to the netatalk clients.

Netatalk 2.3.0 restores the correct behavior as per the AppleTalk
specification. If you want to emulate the previous non-standard
behavior, you can start atalkd with the newly introduced -q parameter.

What's Changed

    [2.2] Run distcheck target in Ubuntu job by @rdmark in #395
    [2.2] Add Documentation tags to systemd templates by @rdmark in #394
    [2.2] Support building against libtirpc as separate from glibc
          by @rdmark in #387
    [2.2] Fix detection of Berkeley DB installed in multiarch location
          by @rdmark in #391
    [2.2] Configurable systemd prefix by @rdmark in #417
    [2.2] autoconf: Option to skip privileged hooks for make install
          by @rdmark in #419
    Flip the check for tm->tm_gmtoff to appease FreeBSD by @rdmark in #416
    [2.2] Rename asip-status.pl to asip-status by @rdmark in #397
    [2.2] Fix user visible typos and improve English grammar by @rdmark in #399
    [2.2] autoconf: put UAM libraries in $libdir by @rdmark in #420
    [2.2] Correct install hook for static config files by @rdmark in #421
    [2.2] Create man page for cnid2_create tool by @rdmark in #411
    [2.2] Do not install at.h when glibc header is present by @rdmark in #414
    [2.2] autoconf: Fold a2boot and timelord under the appletalk conditional
          by @rdmark in #424
    [2.2] Write a Description and Short-Description for the Debian init script
          by @rdmark in #437
    [2.2] Document binheader, nadheader, and showpap in man pages
          by @rdmark in #438
    [2.2] Improve readability of manual README by @rdmark in #440
    [2.2] Recommend BerkeleyDB 5.3 by @rdmark in #447
    [2.2] Update URL for css stylesheet in manual pages by @rdmark in #445
    [2.2] workflow: Flesh out pull_request trigger and remove ignored paths
          by @rdmark in #453
    [2.2] Use absolute XSL stylesheet path and source VERSION for manual pages
          by @rdmark in #459
    [2.2] Remove obsoleted bug reporting sections by @rdmark in #466
    [2.2] manpages: Fix typos, improve layout in afpd.conf man page
          by @rdmark in #472
    Revert "[2.2] Update atalkd.service to be consistent with other init
    scripts." by @rdmark in #473
    [2.2] Default to xz compression for tarballs by @rdmark in #483
    [2.2] Remove vestiges of a Webmin install target by @rdmark in #517
    [2.2] Name the default home dir shared volume; clean up template
          by @rdmark in #519
    [2.2] Remove redundant id properties in man page by @rdmark in #520
    [2.3] Port 2.x fork code quality improvements by @rdmark in #521
    [2.2] Rearrange the dummy file system paths for the tests by @rdmark in #522
    [2.3] Don't seteuid() if process is already running as that uid.
          by @rdmark in #532
    [2.3] Enable, sort, and flesh out file type translation by @rdmark in #534
    [2.3] Remove dangerous afprun module from codebase by @dgsga in #531
    [2.3] Remove experimental Dropbox Kludge feature by @rdmark in #539
    [2.3] Remove redundant AUTHORS file by @rdmark in #537
    [2.3] Remove the "Force UID/GID" feature by @rdmark in #541
    [2.3] Add long-forgotten patch to make papd safer. by @rdmark in #527
    [2.3] Remove nostat option by @rdmark in #542
    [2.3] Minor cleanup of man pages by @rdmark in #544
    [2.3] Validate size of ace_count in FPSetACL request by @rdmark in #551
    [2.3] Run apt-get update before installing packages by @rdmark in #558
    [2.3] Fixes for clean compilation on OpenIndiana by @rdmark in #564
    Revert Asante and Dayna GS/OS Fix. by @NJRoadfan in #596
    Add README for the v2.3 branch by @rdmark in #588
    [2.3] Document the correct default log level for afpd by @rdmark in #589
    [2.3] Standardize man page heading case by @rdmark in #590
    [2.3] Deprecate AFS (Andrew File System) support by @rdmark in #591
    atalkd: Introduce 3rd party bridge quirks mode by @rdmark in #597
    [2.3] uams: Link PGP UAM with CRYPT_LIBS by @rdmark in #607
    [2.3] Build Kerberos V and PGP UAMs in CI workflow by @rdmark in #613
    [2.3] Improve logger_test, while re-enabling the syslog tests
          by @rdmark in #616
    [2.3] Enable only DHX2 UAM by default by @rdmark in #619
    [2.3] Switch from compile-time debug to run-time debug where applicable
          by @rdmark in #618
    [2.3] Remove cdb and tdb CNID backends by @rdmark in #611
    [2.3] Use portable fcntl() instead of flock() by @rdmark in #626
    [2.3] afpd: Use correct username length in afp_changepw by @rdmark in #630
    [2.3] Clean up residual svn commit headers by @rdmark in #631
    [2.3] Minor cleanup of residual afprun code by @rdmark in #632
    Preparing for stable release 2.3.0 by @rdmark in #633
jperkin pushed a commit that referenced this issue Feb 1, 2024
## Version 3.1.10 (January 26, 2024)

Patch release with various build/bug fixes.

Build fixes:

  - Fix a problem where downstream projects using Imath would build
    python bindings even if they weren't requested.
  - Fix for missing `std::bit_cast`
  - Fix missing/necessary use of IMATH_HOSTDEVICE
  - IMATH_INSTALL_PKG_CONFIG is now on by default, even on Windows
  - Fix calling default constructor by uniform init in TypeTraits
  - Fix redundant PYIMATH_EXPORTS causing compile issues on Windows Clang
  - Update to SO versioning policy:

    This change adopts a policy of appending the ``MAJOR.MINOR.PATCH``
    software release name to the ``SONAME`` to form the real name of the
    shared library.

    See [website/install.rst](website/install.rst) and [PR
    #339](AcademySoftwareFoundation/openexr#339)
    for more details.

Bug fixes:

  - Fix half to float giving wrong results on older x86_64 CPUs on Windows

Other changes:

  - succ()/pred() now use std::nextafter().
  - Expand epsilon bounds for m44x pyImath test.
  - Rename "docs" to "website".
  - Add missing copyright/license identifiers.

### Merged Pull Requests

* \[[#363](AcademySoftwareFoundation/Imath#363]
Update install instructions to reflect new SO versioning policy

* \[[#362](AcademySoftwareFoundation/Imath#362]
Require sphinx 5.0

* \[[#361](AcademySoftwareFoundation/Imath#361]
src/python/config/ModuleDefine.cmake: do not install a cmake file exporting targets for dependent projects

* \[[#358](AcademySoftwareFoundation/Imath#358]
Fix half to float giving wrong results on older x86_64 CPUs on Windows

* \[[#353](AcademySoftwareFoundation/Imath#353]
Changed implementation of succ and pred to use std::nextafter.

* \[[#350](AcademySoftwareFoundation/Imath#350]
Fix check for the availability of std::bit_cast

* \[[#349](AcademySoftwareFoundation/Imath#349]
IMATH_INSTALL_PKG_CONFIG is on by default, even on Windows

* \[[#347](AcademySoftwareFoundation/Imath#347]
Export Imath from the build tree and so on.

* \[[#344](AcademySoftwareFoundation/Imath#344]
rm unnecessary IMATH_HOSTDEVICE attributes.

* \[[#342](AcademySoftwareFoundation/Imath#342]
Add missing copyright/license identifiers

* \[[#341](AcademySoftwareFoundation/Imath#341]
Remove unnecessary files

* \[[#340](AcademySoftwareFoundation/Imath#340]
Fix calling default constructor by uniform init.

* \[[#339](AcademySoftwareFoundation/Imath#339]
Update and simply SO versioning policy

* \[[#338](AcademySoftwareFoundation/Imath#338]
Rename "docs" to "website"

* \[[#333](AcademySoftwareFoundation/Imath#333]
Expand epsilon bounds for m44x pyImath test

* \[[#331](AcademySoftwareFoundation/Imath#331]
Fixed redundant PYIMATH_EXPORTS causing compile issues on Windows Clang

* \[[#326](AcademySoftwareFoundation/Imath#326]
Use security@openexr.com for consistency

* \[[#320](AcademySoftwareFoundation/Imath#320]
Add missing IMATH_HOSTDEVICE to Matrix33<T>::invert(bool)
jperkin pushed a commit that referenced this issue Feb 7, 2024
# rio 1.0.1

* POTENTIALLY BREAKING: Due to compiling time concerns, roll back the decision to move `arrow` to `Imports`. It is now `Suggests`. `setclass = "arrow"` works if `arrow` is installed. #315 #376

# rio 1.0.0

* Stop loading the entire namespace of a suggested package when it is available #296
* Unexport objects: `.import`, `.export`, `is_file_text`; remove
  documentation for `arg_reconcile` #321
* Update Examples to make them more realistic #327
* Add support for `qs` #275 h/t David Schoch
* Use `arrow` to import / export `feather` #340
* `export_list` can write multiple data frames to a single archive
  file (e.g. zip, tar) or a directory #346 h/t David Schoch
* `get_info` is added #350
* POTENTIALLY BREAKING: `setclass` parameter is now
  authoritative. Therefore: `import("starwars.csv", data.table = TRUE,
  setclass = "tibble")` will return a tibble (unlike previous versions
  where a data.table is returned). The default class is data
  frame. You can either explicitly use the `setclass` parameter; or
  set the option: `options(rio.import.class = "data.table")`. h/t
  David Schoch #336
* Parquet and feather are now formats supported out of the box;
  Possible to setclass to `arrow` / `arrow_table`; ArrowTabular class
  can be exported #315
* Add "extension", "labelled" vignettes
* Support readODS 2.1.0 features such as reading and writing Flat ODS;
  export Multiple data frames #358
* POTENTIALLY BREAKING: Use `writexl` instead of `openxlsx`. Option to
  read xlsx with `openxlsx` (i.e. `import("starwars.xlsx", readxl =
  FALSE)`) is always `TRUE`. The ability to overwrite an existing
  sheet in an existing xlsx file is also removed. It is against the
  design principle of `rio`.

* POTENTIALLY BREAKING: The following options are deprecated:
  `import(fread)`, `import(readr = TRUE)`, `import(haven)`,
  `import(readxl)` and `export(fwrite)`. import will almost use
  `data.table`, `haven`, `readxl`, and internal function (for fwf) to
  import and export data. Currently, those options stay for backward
  compatibility but will be removed in v2.0.0. #343 h/t David Schoch

* POTENTIALLY BREAKING: `...` is handled differently. Underlying
 functions using "Tidy" convention (e.g. `readxl::read_xlsx()`) can
 use "Base Convention" (See the new vignette: `remap`). Unused
 arguments passed to the underlying function as `...` are silently
 ignored by default. A new option `rio.ignoreunusedargs` is added to
 control this behavior. #326

* Bug fixes
   - ... is correctly passed for exporting ODS and feather #318
   - POTENTIALLY BREAKING: JSON are exported in UTF-8 by default;
     solved encoding issues on Windows R < 4.2. This won't affect any
     modern R installation where UTF-8 is the default. #318
   - POTENTIALLY BREAKING: YAML are exported using
     yaml::write_yaml(). But it can't pass the UTF-8 check on older
     systems.  Disclaimer added. #318

   - More check for the `file` argument #301
   - `import_list` works with single Excel/HTML/Zip online #294
   - Correct XML/HTML escaping #303
   - Create directory if it doesn't exist #347
* Declutter
   - remove the obsolete data.table option #323
   - write all documentation blocks in markdown #311
   - remove all @importFrom #325 h/t David Schoch
   - rearrange "Package Philosophy" as a Vignette #320
   - Create a single source of truth about all import and export functions #313
   - Clarify all concepts: now there is only `format` #351
* New authors
   - David Schoch @schochastics

# rio 0.5.30

* Maintenance release: new maintainer
* Mark `.sas7bdat` as deprecated
* Change the minimum R version to 3.6

# rio 0.5.29

* fixes for CRAN


# rio 0.5.28

* Various fixes to tests, examples, and documentation for CRAN.
* Temporarily disabled some tests that failed on Mac M1s.

# rio 0.5.27

* Documentation fixes for CRAN.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants