Added ability to exit settlements
Realm elections once again trigger for absent rulers
Link to wiki added
Publications & Positions can be linked in-game
Economic security can no longer be viewed at a distance
Dungeon framework and language errors were fixed
Most tables are now sortable.
Version 1.0.1.1 (20170424)
Slumbering first ones no longer grant experience
Realm info can be viewed without being logged in
Version 1.0.1.2 (20170520)
Inactive subrealms can now be restored.
Version 1.0.2.0 (20170603)
Several hundred lines of code for an alternative message system were removed, making the game's code repository fully functional without additional work.
Version 1.0.2.1 (20170608)
Heraldry can now be shared between partners and to their children. It is no longer account specific.
Version 1.0.2.2 (20170608)
Map loadlist no longer appears on realm pages, improving usability for smaller displays.
Version 1.0.2.4 (20170618)
Non-functional BitPay functionality was removed.
Version 1.0.2.5 (20170709)
A tool was added to ban cheaters.
In order to assist testers, the game is smart enough to figure out which server it's running on and change the page title accordingly.
Version 1.0.2.6 (20170802)
Bandits are far less likely to spawn on icecaps.
Bandits will no longer spawn with plate armor, broadswords, or warhorses.
Version 1.0.2.7 (20170821)
Some code that generated errors in the economy handler has been deactivated. It didn't do anything.
Characters with partners/parents that don't have crests can once again select a crest.
A bug involving a typo with the "dungeonEventFilter" has been corrected.
Dungeon DataFixture tables were altered to detect whether an entry was new or already existing when loading them in, allowing new entries to be loaded without messing up existing ones.
As such, 25 new monsters and 1 new card are now, FINALLY, actually in the game.
Nearly all travel blocking actions now show up on the character select page.
Version 1.0.2.8 (20170906)
A fix in the code that prevented dungeon and subscription processing has been applied.
Version 1.0.2.9 (20170907)
A bug introduced by a Symfony update (2.7.7 -> 2.7.33) that prevented character grouping reassignment has been fixed.
Version 1.0.3.0 (20170929) - "To Your Positions"
Ruler positions that have an election type set will now use that election type when an election is needed.
All election types are fully implemented.
All other positions will be inherited or have an election, as appropriate, when the positions is vacated due to death/slumber.
Positions will inherit first, if able, then go to an election.
Positions have set election dates, expressed in Years and Weeks.
All positions elected on the first day of that week, in an automated election.
Elections are now handled as part of the turn system, rather than when the election list is loaded.
Previous position holders will lose their position only after the election completes, but before the winners are chosen.
Positions can be designated as having more than 1 minimum holder, which the game understands is the target quantity of holders.
New election type added: "by fortifications" that counts vounts based on the fortifications in a person's settlements.
Add election sub-types for "by land" and "by fortification" to only include land in the realm.
Version 1.0.3.1 (20171005)
A bug we introduced while making it so we could ban cheaters was fixed, allowing you to gift credits to players once again.
Elections are smarter about when they should be called, and are smart enough to know when a position has already had an election called.
A counter involved in numbering of elections, that forgot how to count, was taught how to count.
Elections no longer care about finding realm members. This was a holdover from older code that used to handle all of this for Ruler changeover.
Version 1.0.3.2 (20171006)
The bureaucrats have been told they need to report to the priests (for relay to the Gods) more thoroughly on all the dead First Ones. (We added more debug info to turn changes)
They're also a little smarter about all of that stuff in general.
Longbowmen will no longer use javelins as ammunition.
Only thy lord shall knoweth thou total population.
A typo that created an incorrect event log has been fixed.
A typo that froze the game's turn processing logic has been, hopefully, corrected.
Version 1.0.3.3 (20171007)
Routine elections will no longer report the elected position as that of the ruler, unless it was in fact a ruler election.
Settlement population will no longer show up on the map.
Version 1.0.3.4 (20171016)
A problem in how the game handles forms and passing integers to/from them in relation to Realm Positions was worked around. A null value in one of these fields now submits a 1. Anytime the year for a position is set to 1, the RealmController will assume the player set a null value, and then update the position to set these values to null (something the form itself won't allow, irritatingly enough).
A bug that prevented incumbents from being removed from positions after the completion of a routine election was fixed.
Version 1.0.3.5 (20171018)
Fixed the last couple spots in the code that required a mail spool to function right--the game now checks to see if a mail spool is set, uses it if one is, or doesn't if there isn't.
Version 1.0.3.6 (20171021)
Voting method "by horses", added at the request of discord user Vammy#6426.
Version 1.0.3.7 (20171023)
A bug causing elections when the election year/week was set to null or 1 has been fixed. (The game treats 1 as null when saving in order to bypass some Symfony silliness about null integers.)
Version 1.0.4.0 (20171023) - "Welcoming Committee"
Realm Positions can now be flagged as Welcomers.
Welcomers can be attached to Knight Offers.
Knight Offers with Welcomers will include those Welcomers on the intro conversation.
Knight Offers can only be made in settlements that have a realm.
Version 1.0.4.1 (20171024)
The new election type was mistakenly not added to the election types list in the realm position editing menu. (Maybe we should store this in a single place?)
A bug in the positions system involving objects not being strings (when expecting a string) has been fixed.
An oversight in some code involving election incumbents being removed has been corrected, meaning less time will be spent removing incumbents. Previously, the game would try to remove people from a position it already removed people from. There is no need to repeatedly remove no one from a position.
Version 1.0.4.2 (20171103)
Fixed a bug caused by the liege of a knight offer acceptee also being a welcomer.
Knight Offer conversations are smarter, and will reword slightly if welcomers are present.
New manual page for Realm Positions.
Re added manual page for the Test Server.
Reworked some links for consistency and professionalism.
Version 1.0.4.3 (20171106)
A bug in the routine election handler that didn't update the position cycle counter correctly has been fixed. This may be the reason for routine elections getting called again so soon.
We've figured out how to reorder the map layers in order to get it to display like it used to. The super weird part is that we have no idea how it was working on Tom's server before this, because we were, previously, using the same files.
Version 1.0.4.4 (20171127)
A bug in how elections were handled when due to close has been fixed. Elections are now smart enough to see if a position is involved before trying to remove positions that don't exist.
More logging in election handling was added.
A bug in knight offer message generation involving trying to put an entire realm into a message was fixed--we told it to only pass the ID of the realm instead.
Version 1.0.4.5 (20171211)
Changes to how events are displayed were rolled-back to the original code for displaying events as it caused an issue in how scholars are handled that prevented you from assigning them to research events.

Version 1.0.5.0 (20171222) - "Stop Poking Meeee!"
You can now disable new message notification on a per-character basis through the new character settings menu, which can be found near the links to update heraldry and backgrounds.
A new "settings" translation domain was added as a test to see how hard it was to expand the translation files. Survey says: pretty easy, actually. It is likely we'll eventually start diversifying the translation files in order to keep them more manageable and logical.
Version 1.0.5.1 (20180122)
A bug resulting in bad position links for realm elections was fixed.
Version 1.0.5.2 (20180125)
It is no longer possible to view (and thus, vote in) the election of a realm you are not part of.
Version 1.0.6.0 (20180315) - "Notices of Fewer Notices"
Turn code relating to slumbered or dead characters has been optimized (which involved new database entries and tracking, which is why this is a minor update, rather than a bug fix)
An oversight resulting in repeated events that your position holder is still holding their position has been corrected.