Skip to content

Releases: pavkam/sharpie

1.7.0

16 Jan 09:55
Compare
Choose a tag to compare

What's Changed

  • Update NCurses native library to the latest master. by @github-actions in #56
  • Refactored Load() to support flavors of libraries. by @pavkam in #57
  • Refactored the ASCII font management. by @pavkam in #58
  • Added text wrapping an output of ASCII fonts to Surface. by @pavkam in #60
  • Added missing license banners and corrected years by @pavkam in #61
  • FIGlet fonts and better ASCII font handling in general. by @pavkam in #62

Full Changelog: 1.6.1...1.7.0

1.6.1

10 Jan 22:41
Compare
Choose a tag to compare

What's Changed

  • Update PDCurses native library to latest master. by @github-actions in #45
  • Update PDCursesMod native library to latest master. by @github-actions in #47
  • Update PDCurses native library to latest master. by @github-actions in #46
  • Update NCurses native library to latest master. by @github-actions in #48
  • Support for building styled texts for easy writing to console by @pavkam in #49
  • Apply styling on modified files and reorg some code by @pavkam in #50
  • Helper NextLine function. by @pavkam in #51
  • Added optional native lib packages by @pavkam in #52
  • Update PDCursesMod native library to latest master. by @github-actions in #53
  • Update PDCursesMod native library to latest master. by @github-actions in #55
  • Update PDCurses native library to latest master. by @github-actions in #54

New Contributors

  • @github-actions made their first contribution in #45

Full Changelog: 1.6.0...1.6.1

1.6.0

05 Jan 14:04
Compare
Choose a tag to compare

What's Changed

  • Simplify imports and remove useless API dependencies by @pavkam in #34
  • chore(deps): bump Moq from 4.18.3 to 4.18.4 by @dependabot in #36
  • chore(deps): bump MSTest.TestFramework from 3.0.1 to 3.0.2 by @dependabot in #37
  • chore(deps): bump MSTest.TestAdapter from 3.0.1 to 3.0.2 by @dependabot in #38
  • Backend abstraction - ability to have many Curses backends #1 by @pavkam in #35
  • Event processing moved into the backend for ease of abstraction #2 by @pavkam in #39
  • Preliminary PDCurses support. by @pavkam in #40
  • PD Curses Modified support with many backend loading changes. by @pavkam in #41
  • Bug fix for checking if the point is within the surface. by @pavkam in #42
  • Better handling of cross-backend key names and added more debugging string representations of objects. by @pavkam in #43
  • Reorganize imports for PD curses missing methods by @pavkam in #44

Full Changelog: 1.5.2...1.6.0

1.5.2

28 Dec 11:22
2a7cef1
Compare
Choose a tag to compare

What's Changed

  • Treat limited color support and cursor support without failing (windows). by @pavkam in #32
  • chore(deps): bump MSTest.TestAdapter from 3.0.0 to 3.0.1 by @dependabot in #31
  • chore(deps): bump MSTest.TestFramework from 3.0.0 to 3.0.1 by @dependabot in #30

Full Changelog: 1.5.1...1.5.2

1.5.1

24 Dec 15:21
Compare
Choose a tag to compare

What's Changed

  • Rewritten the Native library loader to be more flexible and testable. by @pavkam in #25
  • Support for NCurses 6+ mouse ABI and loading from HOMEBREW on Mac by @pavkam in #26

Full Changelog: 1.4.2...1.5.1

1.4.2

20 Dec 17:46
Compare
Choose a tag to compare

What's Changed

  • Added block line drawing support. by @pavkam in #21
  • Rework the drawing (now canvas) and relax numerous index exceptions to make like easier. by @pavkam in #23
  • chore(deps): bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1 by @dependabot in #22
  • Be more lenient with incorrect Point/Areas when drawing instead of throwing exceptions. by @pavkam in #24

Full Changelog: 1.4.1...1.4.2

1.4.1

17 Dec 23:58
Compare
Choose a tag to compare

What's Changed

  • Support for ASCII font glyphs using block drawing characters. by @pavkam in #20

Full Changelog: 1.4.0...1.4.1

1.4.0

16 Dec 18:59
Compare
Choose a tag to compare

What's Changed

  • Remove handling of "critical" surfaces as that does not add any value. by @pavkam in #18
  • Added the ability to enable or disable managed window support by @pavkam in #19

Full Changelog: 1.3.0...1.4.0

1.3.0

14 Dec 22:18
Compare
Choose a tag to compare

What's Changed

  • Code refactoring and introduction of interfaces for extensibility. by @pavkam in #11
  • chore(deps): bump Moq from 4.18.2 to 4.18.3 by @dependabot in #12
  • Add support for ripoffline and fix code around it. by @pavkam in #14
  • Add support for SIGWINCH by @pavkam in #15
  • chore(deps): bump MSTest.TestFramework from 2.2.10 to 3.0.0 by @dependabot in #17
  • chore(deps): bump MSTest.TestAdapter from 2.2.10 to 3.0.0 by @dependabot in #16
  • Synchronized mode,
  • New demos,
  • Much more...

Full Changelog: 1.2.0...1.3.0

1.2.0

04 Dec 01:35
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump JetBrains.Annotations from 2022.1.0 to 2022.3.1 by @dependabot in #6
  • Added the "Drawing" class by @pavkam in #7
  • Code re-structure for future improvements. by @pavkam in #8
  • Main loop in terminal by @pavkam in #9
  • API updates by @pavkam in #10

New Contributors

  • @pavkam made their first contribution in #7

Full Changelog: v1.0.0...1.2.0