Skip to content

Releases: NotNite/Alpha

v2.1.5.0

30 Mar 19:13
ae77e3b
Compare
Choose a tag to compare

Fixed a bug where unknown files weren't properly added to known folders. Whoever at Microsoft decided that char and string should be UTF-16 should be fired.

v2.1.4.0

30 Mar 02:49
beef081
Compare
Choose a tag to compare

Alpha will now check for updates every day, and if there's an update available, it'll let you know in the corner. Update checking can be disabled in the settings if you don't want it.

image

v2.1.3.0

29 Mar 21:28
20ad4a0
Compare
Choose a tag to compare

Alpha is now built with NativeAOT, which means you don't need the .NET Runtime installed. Some features like Excel filter scripting are not available on the NativeAOT build, and the NativeAOT build doesn't have debug symbols, so the "old" variant of Alpha is still (and will be) available.

v2.1.2.0

29 Mar 16:29
c28a2f1
Compare
Choose a tag to compare

You can now add custom fonts, including support for Japanese glyphs. If you don't set a custom font, it'll still fall back to the default (Proggy Clean and MS Gothic). Glory to Comic Sans.

image

A light theme has been added. Side note: I am probably the only Alpha user ever to use light themes.

image

Changing the background color has been added. Now you can make it green, I guess? Also fixed a bug introduced with docking where the default background color was wrong.

image

Docking can now be disabled if you don't like it. Also fixed a bug where the setup window could be docked, which was visually distracting/confusing for new users.

image

v2.1.1.0

29 Mar 14:08
e386f46
Compare
Choose a tag to compare

Enabled window docking. Now you can pretend you just installed i3wm for FFXIV modding!

docking

Enabled ImGui keyboard navigation. It seems a little scuffed in some sheets, but it works pretty well in most cases.

keyboard

Any row in Excel can now be highlighted by right clicking on the row ID. This makes it easier to track certain rows when scrolling horizontally.

image

Removed the checkmarks from the menu bar, as they confused users.

image

Fixed some other bugs and crashes in Excel.

v2.1.0.0

28 Mar 23:31
7ffa5eb
Compare
Choose a tag to compare

EXDSchema support has been added. This is now the default schema provider, but you can go back to SaintCoinach at any time. Changing schema providers requires restarting Alpha. Because this is new and somewhat untested, there may be issues - if you see misaligned columns, crashes, or any weird quirks, please make an issue!

exdschema

Switching languages in Excel has been added. A default language can be set (requires restarting Alpha), or you can adjust the language for a given game install in the Excel window.

language

Updated all dependencies, including ImGui. This adds some new features like moving/hiding columns in Excel:

columns

Also fixed some misc issues I noticed (like crashes in the filesystem browser).

v2.0.0.5

28 Nov 00:52
b86c09a
Compare
Choose a tag to compare
  • Excel: Fixed crashes in BNpcBase from invalid sheet references (thanks @perchbirdd)!
  • Filesystem: Improved filter to support filtering by full path
  • Filesystem: Fixed errors from viewing textures that Lumina can't extract

v2.0.0.4

16 Nov 17:16
92685ce
Compare
Choose a tag to compare
  • Fixed subrows for real this time

v2.0.0.3

16 Nov 15:53
63a875a
Compare
Choose a tag to compare
  • Fixed subrows being truncated accidentally (#14)
  • Hopefully fixed a crash with sheet filtering

v2.0.0.2

15 Nov 15:00
381e7da
Compare
Choose a tag to compare
  • Fixed the settings window opening really tiny (#12)
  • Fixed some errors in sheet highlights (#10)